﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.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: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.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: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.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: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.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: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.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: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.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: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
/*
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
*/
	background: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
	box-shadow: 0 2px 20px rgba(251, 236, 205, .5);
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
/*
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image:      -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background-image:         linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
  background-repeat: repeat-x;
*/
	background: #f9fafc;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
html, body {
	min-width: 1170px;
	background-color: #f2f3f7;
  overflow-x: hidden;
}
.top-bar {
	font-size: 13px;
	color: #999;
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}
.top-bar .container-fluid,
.top-bar .text-right {
	padding-right: 0;
}
.top-bar p,
.top-bar a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.33;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
.top-bar strong {
	font-weight: normal;
}
.top-bar .text-right a {
	margin-right: 20px;
	color: #888;
}
.top-bar .text-right a:hover {
	color: #fe9c0c;
}
.header {
	background: #fff;
	background-size:cover;
}
.header .bar {}
.header .nav-bg {
	height: 46px;
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fff));
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcfcfc', endColorstr='#fffffff', GradientType=0);
  background-repeat: repeat-x;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #dcdee3;
}
.header .logo,
.header .logo a {
width:255px;
height:45px;
line-height:65px;
}
.header .logo a {
	height: 88px;
	background: url(../images/logo.png) no-repeat left center;
	background-size: auto 50%;
	font-size: 0;
	text-indent: -1000px;
	overflow: hidden;
}
.header .logo img {
width:255px;
height:45px;
}
.header .nav-quick,
.header .nav-quick-m {
	margin-top: 23px;
	position: relative;
}
.header .nav-quick .btn {
	font-size: 14px;
	border: 1px solid transparent;
	border-bottom: 0;
	padding: 2px 15px 3px;
	color: #333;
	background-color: #fff;
	position: relative;
	z-index: 51;
	-webkit-transition: color 400ms ease;
		 -moz-transition: color 400ms ease;
					transition: color 400ms ease;
}
.header .nav-quick-m .btn {
	font-size: 14px;
	border: 1px solid #eee;
	padding: 2px 15px 3px;
	color: #333;
	background-color: #fff;
	position: relative;
	z-index: 51;
	-webkit-transition: color 400ms ease;
		 -moz-transition: color 400ms ease;
					transition: color 400ms ease;
}
.header .nav-quick .btn i,
.header .nav-quick .btn span,
.header .nav-quick-m .btn i,
.header .nav-quick-m .btn span {
	display: inline-block;
	vertical-align: middle;
}
.header .nav-quick .btn .iconfont,
.header .nav-quick-m .btn .iconfont {
	font-size: 26px;
}
.header .nav-quick .btn .iconfont,
.header .nav-quick .btn .caret,
.header .nav-quick-m .btn .iconfont,
.header .nav-quick-m .btn .caret {
	color: #a0a2ad;
	-webkit-transition: all 400ms ease;
		 -moz-transition: all 400ms ease;
					transition: all 400ms ease;
}
.header .nav-quick .menu,
.header .nav-quick-m .menu {
	position: absolute;
	top: 42px;
	right: 0;
	width: 210px;
	background-color: #fff;
	border: 1px solid #dcdee3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	z-index: 50;
	list-style: none;
	padding: 5px 0;
	margin: 0;
	display: none;
	height: 306px;
	overflow: auto;
}
.header .nav-quick-m .menu {
	height: 350px;
}
.header .nav-quick .menu li a,
.header .nav-quick-m .menu li a {
	display: block;
	color: #666;
	height: 42px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: background-color 400ms ease;
		 -moz-transition: background-color 400ms ease;
					transition: background-color 400ms ease;
}
.header .nav-quick .menu li a span,
.header .nav-quick-m .menu li a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
}
.header .nav-quick .menu li a i,
.header .nav-quick-m .menu li a i {
	-webkit-transition: all 400ms ease;
		 -moz-transition: all 400ms ease;
					transition: all 400ms ease;
}
.header .nav-quick .menu div,
.header .nav-quick-m .menu div {
	display: none;
}
.header .nav-quick .menu.top,
.header .nav-quick-m .menu.top {
	right: 0;
}
.header .nav-quick .sub,
.header .nav-quick-m .sub {
	position: absolute;
	width: 420px;
	top: 42px;
	right: 210px;
	display: none;
}
.header .nav-quick .sub .box,
.header .nav-quick-m .sub .box {
	width: 50%;
	position: relative;
	float: right;
	height: 306px;
	margin-right: -1px;
}
.header .nav-quick .sub .menu,
.header .nav-quick-m .sub .menu {
	top: 0;
	right: 0;
	display: none;
}
.header .nav-quick .sub.active,
.header .nav-quick .sub.active .menu.active,
.header .nav-quick-m .sub.active,
.header .nav-quick-m .sub.active .menu.active {
	display: block;
}
.header .nav-quick .menu li:hover > a,
.header .nav-quick .menu li.active > a,
.header .nav-quick-m .menu li:hover > a,
.header .nav-quick-m .menu li.active > a {
	background-color: #fefefe;
	color: #fe9c0c;
	position: relative;
	z-index: 1;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.header .nav-quick .menu li:hover > a i,
.header .nav-quick .menu li.active > a i,
.header .nav-quick-m .menu li:hover > a i,
.header .nav-quick-m .menu li.active > a i {
	color: #fe9c0c;
}
.header .nav-quick .menu li:hover > a i,
.header .nav-quick .menu li.active > a i,
.header .nav-quick-m .menu li:hover > a i,
.header .nav-quick-m .menu li.active > a i {
	-webkit-transform: translate(10px, 0);
		 -moz-transform: translate(10px, 0);
			-ms-transform: translate(10px, 0);
			 -o-transform: translate(10px, 0);
					transform: translate(10px, 0);
}
.header .nav-quick:hover .btn,
.header .nav-quick-m.hover .btn {
	border-color: #dcdee3;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #fe9c0c;
}
.header .nav-quick-m.hover .btn {
	border-bottom: 0;
}
.header .nav-quick:hover .btn .caret,
.header .nav-quick-m.hover .btn .caret {
	-webkit-transform:rotate(180deg);
		 -moz-transform:rotate(180deg);
			-ms-transform:rotate(180deg);
			 -o-transform:rotate(180deg);
					transform:rotate(180deg);
}
.header .nav-quick:hover .btn .caret,
.header .nav-quick:hover .btn .iconfont,
.header .nav-quick-m.hover .btn .caret,
.header .nav-quick-m.hover .btn .iconfont {
	color: #fe9c0c;
}
.header .nav-quick:hover .menu.top,
.header .nav-quick-m.hover .menu.top {
	display: block;
}
.header .nav-quick .glyphicon-repeat,
.header .nav-quick-m .glyphicon-repeat {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7px;
	margin-top: -7px;
	-webkit-animation: zmdi-spin-reverse 1s infinite linear;
					animation: zmdi-spin-reverse 1s infinite linear;
}
@keyframes zmdi-spin-reverse {
	0%	 { -webkit-transform:rotate(0deg); transform:rotate(0deg) }
	100% { -webkit-transform:rotate(359deg); transform:rotate(359deg) }
}
.header .search {
	margin-top: 23px;
	position: relative;
}
.header .search .form-control,
.none-keyword .search .form-control {
	border-radius: 0;
	border: 2px solid #fe9c0c;
	height: 42px;
	padding: 10px 17px;
	box-shadow: none !important;
}
.header .search .btn,
.none-keyword .search .btn {
	background-color: #fe9c0c;
	padding: 10px 20px;
	color: #fff;
	border-radius: 0;
	outline: 0;
}
.header .search .btn span,
.none-keyword .search .btn span {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.header .search .btn:hover,
.none-keyword .search .btn:hover {
	background-color: #ffaf38;
}
.header .search .btn:active,
.none-keyword .search .btn:active {
	background-color: #eb910c;
}
.header .search .hot-keywords {
	position: absolute;
	top: 42px;
	left: 0;
	right: 118px;
	background-color: #fff;
	border: 1px solid #dcdee3;
	border-top: 0;
	z-index: 49;
	padding: 15px 17px 17px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	display: none;
}
.header .search .hot-keywords .hd {
	font-size: 13px;
	color: #bbb;
	padding-bottom: 15px;
}
.header .search .hot-keywords .bd {
	font-size: 0;
	margin: -3px;
}
.header .search .hot-keywords .bd strong {
	font-weight: normal;
}
.header .search .hot-keywords .bd a {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #2f8bd6;
	padding: 2px 8px;
	margin: 3px;
	border-radius: 1px;
	-webkit-transition: color 400ms ease,
											border-color 400ms ease,
											background-color 400ms ease;
		 -moz-transition: color 400ms ease,
			 								border-color 400ms ease,
											background-color 400ms ease;
					transition: color 400ms ease,
											border-color 400ms ease,
											background-color 400ms ease;
}
.header .search .hot-keywords .bd a:hover {
	background-color: #2f8bd6;
	color: #fff;
}
.header-nav {
	font-size: 0;
	margin-top: -46px;
	height: 46px;
}
.header-nav .nav {
	position: relative;
	height: 46px;
}
.header-nav .top {
	font-size: 14px;
	text-align: center;
	height: 46px;
	line-height: 44px;
	color: #333;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.header-nav .top span,
.header-nav .top a {
	display: inline-block;
	vertical-align: middle;
}
.header-nav .top.navigation li {
	display: inline-block;
	list-style: none;
	width: 10%;
	float: left;
}
.header-nav .top.navigation li a.menu {
	color: #333;
	position: relative;
}
.header-nav .top.navigation li a.menu:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: 0;
	height: 2px;
	width: 0;
	background-color: #fc9b2b;
	z-index: 48;
	-webkit-transition: all 200ms ease;
		 -moz-transition: all 200ms ease;
					transition: all 200ms ease;
}
.header-nav .top.navigation li:hover a.menu:after {
	margin-left: -40px;
	width: 80px;
}
.header-nav .top.library {
	background-color: #fff;
	border: 1px solid #dcdee3;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .05);
	width: 18.8%;
	font-size: 15px;
	color: #333;
	top: -4px;
	height: 50px;
	line-height: 42px;
	position: relative;
	text-align: left;
	padding-left: 20px;
}
.header-nav .top.library .iconfont {
	font-size: 22px;
	position: relative;
	top: 1px;
	margin-right: 8px;
	color: #fc9b2b;
}
.header-nav .top.library ul.menu {
	position: absolute;
	top: 49px;
	left: -1px;
	right: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #dcdee3;
	border-top: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	z-index: 50;
	-webkit-transition: background-color 400ms ease;
		 -moz-transition: background-color 400ms ease;
					transition: background-color 400ms ease;
}
.header-nav .nav .top.library ul.menu.shrink {
	display: none;
}
.header-nav .nav .top.library ul.menu.shrink.show {
	display: block;
}
.header-nav .top.library ul.menu:hover {
	background-color: #fff;
}
.header-nav .top.library ul.menu li.tabs {
	line-height: 47px;
	font-size: 14px;
	border-top: 1px solid rgba(220, 222, 227, .7);
	position: relative;
	-webkit-transition: background-color 400ms ease;
		 -moz-transition: background-color 400ms ease;
					transition: background-color 400ms ease;
}
.header-nav .top.library ul.menu li.tabs:first-child {
	border-top: 0;
}
.header-nav .top.library ul.menu li.tabs:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 26px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #bbb;
	border-radius: 2px;
}
.header-nav .top.library ul.menu li.tabs a {
	display: block;
	padding-left: 45px;
}
.header-nav .top.library ul.menu li.tabs.active,
.header-nav .top.library ul.menu li.tabs:hover {
	background-color: #fafafa;
}
.header-nav .top.library ul.menu li.tabs.active:before,
.header-nav .top.library ul.menu li.tabs:hover:before {
	background: #fc9b2b;
}
.header-nav .top.library ul.menu li.tabs.active a,
.header-nav .top.library ul.menu li.tabs:hover a {
	color: #fc9b2b;
}
.header-nav .nav .submenu {
	position: absolute;
	height: 385px;
	left: 18.8%;
	right: 0;
	top: 45px;
	margin-left: -1px;
	z-index: 47;
	background: #fff url(../images/bgglobal.png) no-repeat right bottom;
	background-size: 100% auto;
	border: 1px solid #dcdee3;
	text-align: left;
	display: none;
}
.header-nav .nav .submenu ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	line-height: 2.4;
	background: transparent url(../images/bgline.png) repeat-y 0 0;
	background-size: 100% auto;
	display: none;
}
.header-nav .nav .submenu ul.active {
	display: block;
}
.header-nav .nav .submenu ul li {
	display: inline-block;
	width: 25%;
	font-size: 14px;
}
.header-nav .nav .submenu a {
	color: #888;
	margin-left: 40px;
}
.header-nav .nav .submenu a:hover {
	color: #fc9b2b;
}
.header-nav .nav .submenu.active {
	display: block;
}
.gxlw{
	float: left;
	width: 31%;
}
.jianjie{
	overflow: hidden;
}
.ainf{
	padding-bottom: 20px;
	border-bottom: 1px solid #dae2ed;
}
.news-top-panel .panel {
	border: 1px solid #dcdee3;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.news-top-panel .panel-heading {
	text-align: center;
	background: #fcfcfc url(../images/nstb.png) no-repeat center !important;
	background-size: auto 20px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
.news-paper {
	padding: 0;
}
.news-paper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #778193;
	font-size: 0;
	margin-left: -2% !important;
	margin-right: -2% !important;
}
.news-paper ul li {
	display: inline-block;
	width: 95%;
	margin: 0 3%;
	padding: 1px 0;
	box-sizing: border-box;
	line-height: 38px;
}
.news-paper ul li div {
	width: 70% !important;
}
.news-paper ul li div a {
	width: 90% !important;
}
.news-paper ul.panel-normal-list li div {
	color: #fe9c0c;
}
.news-paper ul.panel-normal-list li div a:hover {
	color: #2f8bd6;
}
a.class-name {
	display: inline !important;
	width: auto !important;
	color: #fe9c0c !important;
	vertical-align: initial !important;
}
a.class-name:hover {
	color: #333 !important;
	border-bottom: 1px solid #333 !important;
}
a.class-name.blue {
	display: inline !important;
	width: auto !important;
	color: #4296dc !important;
}
a.class-name.blue:hover {
	color: #333 !important;
	border-bottom: 1px solid #333 !important;
}
.panel-heading a.normal {
	color: #333 !important;
}
.slider-home {
	overflow: hidden;
	margin-bottom: 20px;
}
.slider-home .slide {
	margin-top: 20px;
	/*margin-left: 20px;
	padding: 0 0 25px;*/
}
.slider-home .slide .carousel-inner {
	border-bottom: 1px solid #dcdee3;
}
.slider-home .slide .carousel-indicators {
	bottom: -7px;
}
.slider-home .slide .carousel-indicators li {
	border: 2px solid #e0e0e0;
	background-color: #e0e0e0;
	width: 10px;
	height: 10px;
	margin: 0 2px;
}
.slider-home .slide .carousel-indicators .active {
	width: 10px;
	height: 10px;
	border-color: #fc9b2b;
	background-color: #fff;
}
.banner-full {
	border-radius: 2px;
	overflow: hidden;
	margin: 20px 0;
}
.page-full .container {
	padding-left: 5px;
	padding-right: 5px;
}
.page-full .row {
	margin-left: -20px;
	margin-right: -20px;
}
.page-full [class^=col-]{
	padding-left: 20px;
	padding-right: 20px;
}
.page-white {
	background: #fff;
	padding: 40px 0 0;
	border-top: 1px solid #e9ebf1;
	border-bottom: 1px solid #e9ebf1;
}
.page-gray {
	background-color: #435167;
}
ul.panel-normal-list {
	padding: 0;
	margin: 0;
}
ul.panel-normal-list li {
	list-style: none;
	line-height: 32px;
	
}
ul.panel-normal-list.col-2 {
	font-size: 0;
}
ul.panel-normal-list.col-2 li {
	display: inline-block;
	width: 50%;
}
ul.panel-normal-list li a {
	color: #546278;
	text-decoration: none;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 75%;
}
ul.panel-normal-list li a:hover {
	color: #2f8bd6;
}
ul.panel-normal-list li span {
	color: #778193;
	font-size: 12px;
}
ul.panel-normal-list li span.glyphicon {
	font-size: 8px;
	position: relative;
	top: 11px;
	margin-right: 10px;
}
ul.panel-normal-list li div {
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	color: #4296dc;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
ul.panel-normal-list li div strong {
	margin-right: 5px;
}
ul.panel-normal-list li div a {
	width: 65%;
}
ul.panel-normal-list li div strong,
ul.panel-normal-list li div a {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}
ul.panel-normal-list li:after{
	clear: both;
	content: ' ';
	display: block;
}
.panel-body ul.panel-normal-list li a {
	width: 75%;
}
.col-xs-3 .panel-body ul.list-point li a {
	width: 90%;
}
.panel-body ul.panel-normal-list li a:hover {
	color: #fe9c0c;
}
ul.panel-normal-list.full li a {
	width: 100% !important;
}
ul.panel-normal-list.icon-arrow li a {
	width: 75%;
}
ul.panel-normal-list.list-point li {
	position: relative;
	padding-left: 15px;
}
ul.panel-normal-list.list-point li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #bbb;
	border-radius: 2px;
}
ul.panel-normal-list.list-line.list-point li:before {
	left: 15px;
}
ul.panel-normal-list.list-line li {
	border-top: 1px solid #eee;
	padding: 6px 25px;
}
ul.panel-normal-list.first-no-border li:first-child {
	border: 0;
}
.panel-nude {
	margin-bottom: 20px;
	border: 1px solid #dae2ed;
	background-color: #fff;
	padding: 18px 20px 15px;
}
.panel-nude ul.panel-normal-list li {
	line-height: 36px;
}
.panel-nude ul.panel-normal-list li a {
	width: 75%;
}
.panel-nude-header {
	padding-bottom: 10px;
}
.panel-nude-header strong {
	font-weight: normal;
}
.panel-nude-header a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
.panel-nude-header a:hover {
	color: #2f8bd6;
}
.panel-light {
	border: 1px solid #dcdee3;
	
}


.p-b-0 {
    padding-bottom: 0 !important;
    }
.panel-light .panel-body {
	padding: 15px 20px;
}
.panel-light .panel-body .row {
	margin-left: -25px;
	margin-right: -25px;
}
.panel-light .panel-body .row [class^=col-]{
	padding-left: 25px;
	padding-right: 25px;
}
.panel-light .panel-body.divide {
	position: relative;
}
.panel-light.divide:after {
	content: '';
	display: block;
	width: 1px;
	background: #ebeef2;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
}
@media screen and (max-width:768px) {
	.panel-light-m .panel-body.divide:after {
		display: none;
	}
}
.panel-tabs .nav-tabs {
	padding-top: 1px;
	border-bottom: 1px solid #dae2ed;
	white-space: nowrap;
}
.panel-tabs .nav-tabs li div {
	color: #778191;
	font-size: 15px;
	padding: 9px 18px;
	display: inline-block;
	border: 0;
	border-bottom: 2px solid transparent;
	position: relative;
	bottom: -1px;
}
.panel-tabs .nav-tabs li div a {
	color: #666;
}
.panel-tabs .nav-tabs > li.active > div {
	border: 0;
	border-bottom: 2px solid #fe9c0c;
}
.panel-tabs .nav-tabs > li.active > div,
.panel-tabs .nav-tabs > li.active > div a,
.panel-tabs .nav-tabs > li.active > div:hover, 
.panel-tabs .nav-tabs > li.active > div:focus {
	color: #fe9c0c;
}
.panel-tabs .nav-tabs > li.active > div a {
	text-decoration: none;
}
.panel-light-m .panel-tabs .nav-tabs > li.active > div a {
	pointer-events: none;
}
.panel-tabs .tab-content {
	padding: 20px 0;
}
.panel-light .panel-heading {
	border-color: #dcdee3;
}
.panel-light .panel-heading,
.panel-big .panel-heading {
	font-size: 16px;
	/*padding-bottom: 17px;
	padding-top: 17px;*/
	background: #fcfcfc;
}
.panel-heading * {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}
.panel-heading strong {
	font-weight: bold;
}
.panel-big .panel-body {
	padding-top: 20px;
	padding-bottom: 20px;
}
.links {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 2;
}
.links li {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	list-style: none;
}
.links li a {
	color: #778193;
	text-decoration: none;
}
.links li a:hover {
	color: #2f8bd6;
}
.footer-menu {
	font-size: 0;
}
.footer-menu a {
	color: #778193;
	text-decoration: none;
	display: inline-block;
	margin: 0 15px;
	font-size: 14px;
}
.footer-menu a:hover {
	color: #2f8bd6;
}
.footer-body {
	color: #fff;
	font-size: 12px;
}
.footer-body p:last-child {
	margin-bottom: 0;
}
.footer-body .copyright {
	text-transform: uppercase;
	font-size: 11px;
}
.footer-body a {
	color: #fff !important;
}
.footer-body a:hover {
	text-decoration: underline;
}
.panel-center-name {
	color: #778193;
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	background: url(../images/tb.png) no-repeat center 4px;
	background-size: auto 20px;
}
.p-b-0 {
	padding-bottom: 0 !important;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.p-t-15 {
	padding-top: 15px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.panel-tips {
	padding: 30px;
	text-align: center;
	color: #778193;
	font-size: 13px;
}
.list-page li {
	padding: 20px;
}
.list-page li h3 {
	font-size: 16px;
	line-height: 1.6;
}
.list-page li .list-group-item-text {
	padding-top: 10px;
	font-size: 0;
}
.list-page li .list-group-item-text span {
	font-size: 13px;
	color: #778193;
	display: inline-block;
	margin-right: 20px;
}
.pagination-box {
	text-align: center;
	background-color: #fafafa;
}
.content-page h1 {
	font-size: 28px;
	padding: 20px 10px;
	color: #000;
	margin-top: 0;
	text-align: center;
	line-height: 1.4;
}
.content-page .params {
	border-top: 1px dotted #eaeaea;
	border-bottom: 1px dotted #eaeaea;
	padding: 10px 15px;
	margin-bottom: 20px;
	line-height: 2.2;
	font-size: 13px;
	background: #fafafa;
	color: #778199;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}
.content-page .params span {
	display: inline-block;
	margin: 0 10px;
}
.content-page .body {
	font-size: 16px;
	line-height: 1.8;
	padding: 15px;
	color: #546278;
}
.content-page .bodys {
	font-size: 16px;
	line-height: 1.8;
	padding: 15px;
	color: #546278;
}
.content-page .body p {
	padding-bottom: 1em;text-indent: 25px;
}
.content-page .bodys p {
	padding-bottom: 1em; 
}
.content-page .foot {
	font-size: 13px;
	padding: 15px;
	color: #93999F;
}
.content-page .foot span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}
.content-page .foot a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	color: #93999F;
	padding: 0 20px;
	background-color: #f3f5f7;
	-webkit-transition: background-color 400ms ease, color 400ms ease;
		 -moz-transition: background-color 400ms ease, color 400ms ease;
					transition: background-color 400ms ease, color 400ms ease;
}
.content-page .foot a:hover {
	background-color: #d9dde1;
	color: #07111B;
}
.content-page .page {
	border-top: 1px dotted #eaeaea;
	text-align: center;
}
.breadcrumb {
	margin-top: 10px;
	background-color: transparent;
	border-bottom: 1px solid #dcdee3;
	padding-left: 5px;
	padding-right: 5px;
  border-radius: 0;
}
.breadcrumb.light {
  border-bottom-color: rgba(255, 255, 255, .25);
}
.breadcrumb.light > .active {
  color: #fff;
}
.breadcrumb.light > li + li:before {
  color: #fff;
  opacity: .6;
}
.breadcrumb.light a {
  color: #fcf02b;
}
.return-column {
	border-top: 1px solid #eaeaea;
	background-color: #fafafa;
	padding: 30px;
	text-align: center;
	margin: 0 -15px -15px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.return-column a {
	background-color: #fc9b2b;
  background-image: -webkit-linear-gradient(left, #fc9b2b 0%, #fcb52b 100%);
  background-image:      -o-linear-gradient(left, #fc9b2b 0%, #fcb52b 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fc9b2b), to(#fcb52b));
  background-image:         linear-gradient(to right, #fc9b2b 0%, #fcb52b 100%);
	box-shadow: 0px 20px 30px 0px rgba(217, 125, 19, .2);
	font-size: 16px;
	color: #fff;
	padding: 5px;
	border-radius: 40px;
}
.return-column a i {
	background-color: #fff;
	font-size: 24px;
	color: #fc9b2b;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-indent: -3px;
	font-weight: bold;
}
.return-column a i,
.return-column a span {
	display: inline-block;
	vertical-align: middle;
}
.return-column a span {
	padding: 0 15px 0 5px;
}
.return-column a:hover,
.return-column a:focus,
.return-column a:active {
	color: #fff;
}
.more-column {
	font-size: 0;
	line-height: 0;
	text-align: center;
	background-color: #fafafa;
	color: #888;
	cursor: pointer;
}
.more-column .iconfont {
	font-size: 30px;
	line-height: 30px;
}
.more-column:hover {
	color: #000;
}
.no-list {
	color: #dcdee3;
	padding: 20px;
	text-align: center;
}
.no-list i {
	font-size: 60px;
}
.no-list span {
	font-size: 14px;
	display: block;
}
.zq-desc {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	height: 85px;
}
.zq-desc p {
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	text-align: justify;
}
.zq-thumb {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	height: 255px;
	overflow: hidden;
}
.zq-thumb img {
	width: 100%;
}
.zq-header {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	margin-bottom: 20px;
}
.zq-header .zq-thumb {
	height: 320px;
	border-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.zq-infos {
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-right: 20px;
	border-bottom: 1px dotted #dcdee3;
}
.zq-infos:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.zq-infos h3 {
	font-size: 20px;
	margin: 20px 0 10px;
	text-align: center;
}
.zq-infos h3:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fe9c0c;
	margin: 10px auto 0;
}
.zq-infos p {
	font-size: 14px;
	line-height: 1.8;
	color: #707e93;
}
.page-column {
	font-size: 0;
	margin-right: -1px;
	overflow: hidden;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.page-column .list-group-item.no-top-border {
	border-top: 0;
}
.page-column .list-group-item.no-bottom-border {
	border-bottom: 0;
	margin-bottom: 0;
}
.page-column .list-group-item.right-border {
	border-right-width: 1px;
	margin-right: -1px;
}
.page-column .list-group-item.left-border {
	border-left-width: 1px;
}
.page-column .list-group-item {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 0 !important;
}
.cut-off {
	margin-bottom: 15px;
}
.cut-off-big {
  margin-bottom: 20px;
}
.shortcut {
	width: 18.8%;
	height: 401px;
	float: left;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.shortcut a.img {
	background-color: #fff;
	border: 1px solid #dcdee3;
	display: block;
	height: 183px;
	border-radius: 2px;
	overflow: hidden;
	font-size: 0;
	-webkit-transition: border-color 400ms ease, box-shadow 400ms ease;
		 -moz-transition: border-color 400ms ease, box-shadow 400ms ease;
					transition: border-color 400ms ease, box-shadow 400ms ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.shortcut a.img img {
	width: 100%;
	height: 100%;
}
.shortcut a.img:hover {
	border-color: #fe9c0c;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 0 1px #fe9c0c;
	border-radius: 0 !important;
}
.shortcut .list-group {
	background-color: #fff;
	-webkit-transition: background-color 400ms ease;
		 -moz-transition: background-color 400ms ease;
					transition: background-color 400ms ease;
}
.shortcut .list-group:hover {
	background-color: #f8f8f8;
}
.shortcut .list-group-item {
	height: 51px;
	line-height: 51px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
	-webkit-transition: color 400ms ease, background-color 400ms ease;
		 -moz-transition: color 400ms ease, background-color 400ms ease;
					transition: color 400ms ease, background-color 400ms ease;
}
.shortcut .list-group-item i,
.shortcut .list-group-item span {
	display: inline-block;
	vertical-align: middle;
}
.shortcut .list-group-item i {
	font-size: 24px;
	margin-right: 10px;
}
.shortcut .list-group-item span {
	position: relative;
	top: -1px;
}
.shortcut .list-group-item:hover {
	border-color: #fe9c0c;
	background-color: #fff;
	color: #fe9c0c;
	position: relative;
	z-index: 1;
}
.shortcut.homeside {
	margin-top: -429px;
}
.shortcut.homeside .list-group {
	background-color: #fa9a3b;
}
.shortcut.homeside .list-group .list-group-item {
	border-color: #ea8c30;
	color: #fff;
}
.shortcut.homeside .list-group .list-group-item:hover,
.shortcut.homeside .list-group .list-group-item:focus {
	background-color: #e28327;
	border-color: #d47a21;
}
.sitemap .sitemap-hd {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #2697e3;
	padding: 5px;
}
.sitemap .sitemap-bd {
	padding: 10px 0;
	font-size: 0;
}
.sitemap .sitemap-bd .area {
	display: block;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ddd;
	margin: 5px 0;
	-webkit-transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
		 -moz-transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
					transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
}
.sitemap .sitemap-bd .area:hover {
	background-color: #2697e3;
	color: #fff;
	border-color: #2697e3;
}
.sitemap .sitemap-bd h2,
.sitemap .sitemap-bd h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.sitemap .sitemap-bd ul {
	margin: 0;
	padding: 0;
}
.sitemap .sitemap-bd ul li a {
	font-size: 14px;
}
.sitemap .sitemap-bd ul > li {
	border-top: 2px solid #2697e3;
	padding: 10px 0;
}
.sitemap .sitemap-bd ul > li > h3 > a {
	font-weight: bold;
	color: #333;
	font-size: 16px;
}
.sitemap .sitemap-bd ul > li > ul {
	padding: 15px 0 5px;
}
.sitemap .sitemap-bd ul > li > ul > li {
	border: 0;
	padding: 0;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #ddd;
}
.sitemap .sitemap-bd ul > li > ul > li > a {
	display: inline-block;
	font-size: 16px;
}
.sitemap .sitemap-bd ul > li > ul > li > ul {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}
.sitemap .sitemap-bd ul > li > ul > li > ul > li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	position: relative;
	margin: 0;
	padding: 2px 0;
	border: 0;
}
.sitemap .sitemap-bd ul > li > ul > li > ul > li > a {
	margin-left: 15px;
	padding: 0;
	font-weight: normal;
	color: #666;
	font-size: 14px;
}
.sitemap .sitemap-bd ul > li > ul > li > ul > li > a:hover {
	color: #fc9b2b;
}
.sitemap .sitemap-bd ul > li > ul > li > ul > li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #bbb;
	border-radius: 2px;
}
.none-keyword {
	background: url(../images/book.jpg) no-repeat 0 0;
	background-size: cover;
	height: 450px;
	margin-bottom: 20px;
	border: 1px solid #dcdee3;
}
.none-keyword .inner {
	text-align: center;
	padding-top: 170px;
}
.none-keyword .inner h3 {
	margin: 0;
	font-size: 32px;
	color: #333;
}
.none-keyword .inner .search {
	width: 45%;
	margin: 30px auto 0;
}
.breadcrumb > .active .wd {
	margin: 0 4px;
	color: #aaa;
	border-bottom: 1px solid #ddd;
}
.more-wx {
	font-size: 0;
	position: relative;
	border: 1px solid #dcdee3;
	margin-bottom: 20px;
}
.more-wx .qr {
	position: absolute;
	width: 35%;
	top: 13px;
	left: 12px;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 5px 10px rgba(61, 69, 76, .25);
}
.tags-group {
	font-size: 0;
	padding-bottom: 5px;
}
.tags-group .tags-item {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-weight: normal;
	vertical-align: top;
}
.tags-group .tags-item a {
	font-size: 14px;
	display: block;
	height: 40px;
	margin: 5px 5px 0;
	padding: 10px;
	border-radius: 3px;
	background-color: #f3f5f7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #83888F;
	-webkit-transition: background-color 400ms ease, color 400ms ease;
		 -moz-transition: background-color 400ms ease, color 400ms ease;
					transition: background-color 400ms ease, color 400ms ease;
}
.tags-group .tags-item a:before {
	font-family: 'Glyphicons Halflings';
	content: '\e041';
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	color: #4296dc;
	-webkit-transition: all 400ms ease;
		 -moz-transition: all 400ms ease;
					transition: all 400ms ease;
	-webkit-transform-origin: 0 0;
		 -moz-transform-origin: 0 0;
					transform-origin: 0 0;
}
.tags-group .tags-item a:hover {
	background-color: #4296dc;
	color: #fff;
}
.tags-group .tags-item a:hover:before {
	color: #fff;
	-webkit-transform: rotate(-10deg);
		 -moz-transform: rotate(-10deg);
					transform: rotate(-10deg);
}
.modal-online-service {
	width: 459px;
	height: 242px;
	background: url(../images/onlineserver.png) no-repeat center;
	background-size: contain;
	margin: 15% auto 0;
}
.modal-online-service .modal-content {
	background: none;
	box-shadow: none;
	border: 0;
	height: 100%;
	position: relative;
}
.modal-online-service .modal-content .close {
	margin: 30px 35px 0 0;
}
.modal-online-service .modal-content .button {
	position: absolute;
	width: 132px;
	height: 35px;
	right: 42px;
	bottom: 47px;
	border-radius: 35px;
	cursor: pointer;
}
.modal-online-service .modal-content .tips {
	position: absolute;
	left: 55px;
	bottom: 29px;
	color: #666;
	cursor: pointer;
	font-size: 13px;
}
.modal-online-service .modal-content .tips i {
	font-size: 22px;
	vertical-align: middle;
	position: relative;
	top: 0;
	margin-right: 2px;
	color: #ffab00;
}
.modal-online-service .modal-content .tips:hover {
	color: #ffab00;
}
.zz-thumb {
	width: 120px;
	height: 164px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 1px;
	display: inline-block;
	overflow: hidden;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .05);
}
.zz-thumb img {
	width: 100%;
	height: 100%;
}
.zz-attr {
	font-size: 14px;
	color: #666;
}
.zz-attr .line {
	border-bottom: 1px solid #ddd;
	/*padding: 6px 0;
	line-height: 1.6;*/
}
.zz-attr .line.no-border {
	border-bottom: 0;
}
/*.page-main .zz-attr .line {
	padding: 12px 6px;
}*/
.page-main .zz-attr .line:first-child {
	padding: 6px 0;
}
.page-main .zz-attr h1 {
	font-size: 20px;
	color: #000;
	margin: 0 0 5px;
}
.page-main .zz-attr .row {
	color: #778199;
}
.page-main .zz-attr .no-border {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 16px;
}
.page-main .zz-attr .service {
	padding-left: 20px;
	padding-right: 20px;
}
.page-main .zz-attr .service i {
	font-size: 24px;
	margin-right: 10px;
}
.page-main .zz-attr .service i,
.page-main .zz-attr .service span {
	display: inline-block;
	vertical-align: middle;
}
.neighbor {
	color: #aaa;
	padding: 20px 0;
	border-top: 1px solid #eaeaea; 
	font-size: 13px;
}
.neighbor a {
	display: inline-block;
	overflow: hidden;
	width: 80%;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
.neighbor i {
	vertical-align: middle;
	top: 0;
}
.banner-blue {
  background: #6dbeff url(../images/bg-blue.png) repeat-x center top;
  background-size: auto 100%;
}
.banner-window-1350 {
  width: 1350px;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -675px;
  font-size: 0;
  z-index: 1;
}
.banner-window-1350 img {
  width: 100%;
}
.banner-breadcrumb-float {
  position: relative;
}
.banner-breadcrumb-float .breadcrumb-wrap {
  position: absolute;
  widows: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.window-contact {
  position: absolute;
  display: block;
  cursor: pointer;
}
.item-desc {
  margin-top: 20px;
}
.item-desc .item .panel,
.item-desc .item .panel-heading,
.item-desc .item .panel-more a {
	-webkit-transition: all 400ms ease;
		 -moz-transition: all 400ms ease;
					transition: all 400ms ease;
}
.item-desc .item .panel-heading,
.item-desc .item .panel-heading h3 {
  text-align: center;
  font-weight: bold;
}
.item-desc .item .panel-body {
  color: #888;
  line-height: 1.8;
}
.item-desc .item .panel-more a {
  display: block;
  text-align: center;
  padding: 10px 10px 12px;
  background-color: #fcfcfc;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  color: #aaa;
  border-top: 1px solid #dcdee3;
  font-size: 14px;
}
.item-desc .item .panel-more a i {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-left: 5px;
}
.item-desc .item:hover .panel-heading {
  background-color: transparent;
  border-color: #f4f4f4;
}
.item-desc .item:hover .panel-default {
  border-radius: 10px;
  position: relative;
  z-index: 5;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
.item-desc .item:hover .panel-more a {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.item-desc .item.blue .panel-heading h3 {
  color: #3a9cff;
}
.item-desc .item.blue:hover .panel-default {
  border-color: #3a9cff;
  box-shadow: 0 20px 40px 2px rgba(58, 156, 255, .75);
}
.item-desc .item.blue:hover .panel-more a {
  background-color: #3a9cff;
  border-color: #3a9cff;
  color: #fff;
}
.service-icons .item {
  border-left: 1px dotted #e0e0e0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.service-icons .item:first-child {
  border-left: 0;
}
.service-icons .item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f0f0f0;
  margin: 0 auto 25px;
  font-size: 0;
}
.service-icons .item .icon img {
  width: 100%;
}
.service-icons.blue .item .icon {
  background-color: #f4f9ff;
}



/*添加*/
.panel-tabs{
	width: 50%;
	float: left;
	padding-left: 25px;
    padding-right: 25px;
}
.p-b-0{
	overflow: hidden;
	padding: 15px 20px;
}
.tuijian a{color:#666!important;display:inline-block;line-height:22px;margin:5px;padding:3px 5px;font-size:14px}
.y1{background:none repeat scroll 0 0 #ffeede}
.y2{background:none repeat scroll 0 0 #e5f0ff}
.y3{background:none repeat scroll 0 0 #fee}
.y4{background:none repeat scroll 0 0 #e3ffeb}
.y5{background:none repeat scroll 0 0 #f0dfff}
.y6{background:none repeat scroll 0 0 #ffd9e3}
.y7{background:none repeat scroll 0 0 #dafffd}
.qkbiaoti{
	float: left;
}
.qkbiaoti a{color: #333;}
.puttle li{
	float: left;
	list-style: none;
	margin: 0 10px;
	font-size: 16px;    cursor: pointer;
}
.puttle .hit{color: #fe9c0c;}
.puttle{
	float: right;
}
.panel-heading{
	overflow: hidden;
}
.banner-full li{
	list-style: none;
}
.banner-full li p{
	text-align: center;
	margin: 10px auto;
}
.banner-full li p a{color: #333;}
ul{margin-block-start: 0;padding-inline-start: 0px;}
.panes ul {display: none;}
.banner-full li p a:hover{
	color: #2f8bd6;
}
.shortcut .list-group-item img{padding-right: 7px;}
.local{
	margin-top: 10px;
    background-color: transparent;
    border-bottom: 1px solid #dcdee3;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    padding: 8px 15px;
    list-style: none;
}
.banner2{
	margin: 20px auto;
}
.banner2 img{
	width: 100%;
}
.mioashu{
	background: #fff;
}
.mioashu #box{
	padding: 20px 20px;
}
/*期刊*/
#allsitecontainer {background: #fff;padding: 20px;overflow: hidden;border: 1px solid #dcdee3;margin: 20px auto;}
.allsiteeg {margin-top: 20px; padding-bottom: 20px; background: url(../images/separator.jpg) no-repeat bottom; _background-position: 0px 149px; }
.allsitefirst { float: left; width: 358px; height: 190px; overflow: hidden; margin-right: 10px; _margin-right: 7px; margin-bottom: 20px; _margin-bottom: 15px; }
.allsitebox { float: left; width: 150px; height: 188px; border: 1px solid #333333; background-color: #fff; position: relative; overflow: hidden; }
.allsiteboximg { float: left; width: 150px; height: 188px; background-color: #FFFFFF }
.allsiteboximg img { width: 140px; height: 178px; margin-left: 5px; margin-top: 5px; position: absolute; }
.uasite { float: left; width: 140px; height: 45px; position: absolute; opacity: .8; /* For IE 5-7 */ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; top: 190px; left: 5px; background-color: #333333; }
h6 { margin: 5px 0px 0 0px; color: #ffffff; letter-spacing: -1px; font-weight: normal; font-family: Arial; font-size: 12px; font-style: normal; display: block; overflow: hidden; width: 150px; height: 20px; }
h6 a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.uasite p { margin-top: 3px; color: #e2e2e2; font-weight: normal; font-style: normal; line-height: 12px;font-size: 12px; }
.uasite a { color: #ffffff; font-size: 12px; }
.uasite a:hover { background: none; }
.uinfo { float: left; margin-left: 10px; width: 195px; overflow: hidden; }
.uinfo li {font-size: 12px; list-style: none; margin-top: 4px; line-height: 18px; }
.uinfo .qkname { color: #666666; font-size: 12px; font-weight: bold; height:18px; overflow: hidden; }
.qkname a { color: #666666; font-size: 14px; font-weight: bold; }
.uinfo .clentdate { color: #9c9c9c; font: 12px Arial, Helvetica, sans-serif; margin-top: 2px; }
.uinfo .more a { float: left; width: 110px; height:26px; line-height:24px; margin-top:5px; text-align:center; background:#ff6b00; color:#fff; border-radius:5px 5px;  /* background: url(../images/more.jpg) no-repeat;  */_margin-top: 3px; }
.uinfo .more a:hover { background:#3399FF; color:#fff; }
.zixun_tel a {
    width: 435px;
    height: 100px;
    background: url(../images/zixun_tel.gif) no-repeat;
    display: block;
    margin: 0 auto;
}
.smy {
	text-align:left;font-size:14px;
	border:1px solid #ff6600;
	padding:5px 10px;
	color:#ff6600;
	margin-bottom:3px;
	margin-top: 20px;
}
.zixun_tel{
	text-align: center;
	margin: 20px auto;
	overflow: hidden;
}
/************* 分页 */
.pages { height: 40px; }
.pages ul { float: left; padding: 12px 0px 12px 16px; }
.pages ul li {    padding: 5px 8px;list-style: none; float: left; font-family: Tahoma; line-height: 20px; margin-right: 6px; border: 1px solid #E9E9E9; }
.pages ul li a { float: left;color: #555; display: block; }
.pages ul li a:hover { color: #690; text-decoration: none; }
.pages ul li.thisclass, .dede_pages ul li.thisclass a { background-color: #F8F8F8; padding: 5px 8px; font-weight: bold; }
.pages .pageinfo { padding: 5px 8px; color: #999; }
.pages .pageinfo strong { color: #555; font-weight: normal; margin: 0px 2px; }

.media-left{
	float: left;
}
.neighbor{
	list-style: none;
}
.line {
    line-height: 30px;
    font-size: 12px;
    color: #666666;
    /*text-align: center;*/
    display: block;
}
.panellw .list li {list-style: none; padding: 12px 0px 5px 0px; }
.panellw .list li .dt { line-height: 30px; height: 30px; padding-right: 10px; font-weight: bold; }
.panellw .list li .dt span { float: right; font-weight: normal; font-size: 12px; color: #999; }
.panellw .list li .dt em { font-style: normal; margin-right: 10px; }
.panellw .list li .dt em a { color: #0C8906; }
.panellw .list li .dd { line-height: 22px; font-size: 12px; color: #333333; border-bottom: 1px dashed #999; padding-bottom: 10px; }
.panellw .list li .dd a { color: #002B72; margin-left: 10px; }
.panellw {
	padding: 20px;
}
.panellw .list li .dt a{
	color: #333;
	font-size: 16px;
}
.panellw .list li .dt a:hover{
	color: #2f8bd6;
}
