/* Theme for teamplate:default - theme:default. (2019-06-11 13:08:32) */
* {
   outline: none;
   box-shadow: none;
   font-family: "Source Han Sans SC VF", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

body {
   overflow-x: hidden;
   font-size: 13px;
   color: #333;
   font-weight: normal;
   background: transparent none repeat 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   font-family: "Source Han Sans SC VF", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.row>.col>.panel,
.row>.col .carousel,
.row>[class*='col-']>.panel,
.row>[class*='col-'] .carousel,
.page-content>.panel,
#boards>.panel,
.page-side>.panel,
.row>[class*='col-']>.nav,
.row>[class*='col-']>.list-group,
.m-blog .card,
.row>.col>.list-group {
   margin: 0;
}

ul li {
   list-style-type: none;
   margin: 0px;
}

p {
   margin: 0;
}

.swiper-container .swiper-pagination-bullet {
   width: 26px;
   height: 10px;
   margin: 0 3px;
   border-radius: 16px;
   background-color: #fff;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -o-transition: .5s;
   -webkit-transition: .5s;
   transition: .5s;
}

.swiper-container .swiper-pagination-bullet-active {
   width: 40px;
   background-color: #ea5420;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -o-transition: .5s;
   -webkit-transition: .5s;
   transition: .5s;
}

a {
   color: #0d3d88;
   text-decoration: none;
}

a:visited {
   color: #0d3d88;
}

a:hover {
   color: #347aeb;
   text-decoration: none;
}

a:active,
a:focus {
   color: #6298f0;
   outline: none;
   text-decoration: none;
}

.container {
   position: relative;
   height: 100%;
   max-width: 85%;
}

.row>.col .carousel {
   margin: 0;
}

.page-container {
   position: relative;
}

.page-container:before,
.page-container:after {
   content: " ";
   display: table;
}

.page-container:after {
   clear: both;
}

.page-container .page-wrapper .container {
   position: relative;
   padding: 0;
   height: auto !important;
}

.page-view {
   margin: 1.2vw auto 3vw;
}

.page-view-top {
   margin: 0 0 .6vw;
   border-bottom: 1px solid #f36600;
}

.page-view-top h1 {
   display: inline-block;
   margin: 0;
   line-height: 1.5;
   font-weight: 700;
   font-size: 20px;
   color: #ef6701;
   padding: 0 16px;
   border-bottom: 3px solid #f36600;
}

.breadcrumb {
   display: inline;
   margin: 0;
   line-height: inherit;
}

.btn,
a.btn {
   border: solid transparent 1px;
   border-radius: 0;
   font-weight: normal;
   color: rgba(0, 0, 0, 0);
   border-color: #d9d9d9;
   background-color: #f2f2f2;
}

.btn:hover,
a.btn:hover {
   background-color: #e3e3e3;
   border-color: #bfbfbf;
   color: rgba(0, 0, 0, 0);
}

.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn,
a.btn:focus,
a.btn:active,
a.btn.active,
.open .dropdown-togglea.btn {
   color: rgba(0, 0, 0, 0);
   background-color: #fff;
   border-color: #e8e8e8;
}

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active,
.btn.disabled.active,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active,
.btn[disabled].active,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.active,
a.btn.disabled,
a.btn.disabled:hover,
a.btn.disabled:focus,
a.btn.disabled:active,
a.btn.disabled.active,
a.btn[disabled],
a.btn[disabled]:hover,
a.btn[disabled]:focus,
a.btn[disabled]:active,
a.btn[disabled].active,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn:hover,
fieldset[disabled] a.btn:focus,
fieldset[disabled] a.btn:active,
fieldset[disabled] a.btn.active {
   background-color: #f2f2f2;
   border-color: #d9d9d9;
}

.btn-warning,
a.btn-warning {
   color: rgba(0, 0, 0, 0);
   border-color: #b16800;
   background-color: #e48600;
}

.btn-warning:hover,
a.btn-warning:hover {
   background-color: #c57400;
   border-color: #7e4a00;
   color: rgba(0, 0, 0, 0);
}

.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
a.btn-warning:focus,
a.btn-warning:active,
a.btn-warning.active,
.open .dropdown-togglea.btn-warning {
   color: rgba(0, 0, 0, 0);
   background-color: #ffa018;
   border-color: #d07a00;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active,
a.btn-warning.disabled,
a.btn-warning.disabled:hover,
a.btn-warning.disabled:focus,
a.btn-warning.disabled:active,
a.btn-warning.disabled.active,
a.btn-warning[disabled],
a.btn-warning[disabled]:hover,
a.btn-warning[disabled]:focus,
a.btn-warning[disabled]:active,
a.btn-warning[disabled].active,
fieldset[disabled] a.btn-warning,
fieldset[disabled] a.btn-warning:hover,
fieldset[disabled] a.btn-warning:focus,
fieldset[disabled] a.btn-warning:active,
fieldset[disabled] a.btn-warning.active {
   background-color: #e48600;
   border-color: #b16800;
}

.btn-primary,
a.btn-primary {
   color: #333;
   border-color: #0462f7;
   background-color: #3280fc;
}

.btn-primary:hover,
a.btn-primary:hover {
   background-color: #146dfc;
   border-color: #034ec5;
   color: #333;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
a.btn-primary:focus,
a.btn-primary:active,
a.btn-primary.active,
.open .dropdown-togglea.btn-primary {
   color: #333;
   background-color: #649ffd;
   border-color: #1e74fc;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active,
a.btn-primary.disabled,
a.btn-primary.disabled:hover,
a.btn-primary.disabled:focus,
a.btn-primary.disabled:active,
a.btn-primary.disabled.active,
a.btn-primary[disabled],
a.btn-primary[disabled]:hover,
a.btn-primary[disabled]:focus,
a.btn-primary[disabled]:active,
a.btn-primary[disabled].active,
fieldset[disabled] a.btn-primary,
fieldset[disabled] a.btn-primary:hover,
fieldset[disabled] a.btn-primary:focus,
fieldset[disabled] a.btn-primary:active,
fieldset[disabled] a.btn-primary.active {
   background-color: #3280fc;
   border-color: #0462f7;
}

.btn-info,
a.btn-info {
   color: #333;
   border-color: #2596b8;
   background-color: #39b3d7;
}

.btn-info:hover,
a.btn-info:hover {
   background-color: #29a4c9;
   border-color: #1d748d;
   color: #333;
}

.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
a.btn-info:focus,
a.btn-info:active,
a.btn-info.active,
.open .dropdown-togglea.btn-info {
   color: #333;
   background-color: #63c3e0;
   border-color: #2aabd1;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active,
a.btn-info.disabled,
a.btn-info.disabled:hover,
a.btn-info.disabled:focus,
a.btn-info.disabled:active,
a.btn-info.disabled.active,
a.btn-info[disabled],
a.btn-info[disabled]:hover,
a.btn-info[disabled]:focus,
a.btn-info[disabled]:active,
a.btn-info[disabled].active,
fieldset[disabled] a.btn-info,
fieldset[disabled] a.btn-info:hover,
fieldset[disabled] a.btn-info:focus,
fieldset[disabled] a.btn-info:active,
fieldset[disabled] a.btn-info.active {
   background-color: #39b3d7;
   border-color: #2596b8;
}

.btn-success,
a.btn-success {
   color: #333;
   border-color: #19751a;
   background-color: #229f24;
}

.btn-success:hover,
a.btn-success:hover {
   background-color: #1d861e;
   border-color: #104b11;
   color: #333;
}

.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
a.btn-success:focus,
a.btn-success:active,
a.btn-success.active,
.open .dropdown-togglea.btn-success {
   color: #333;
   background-color: #2bc92e;
   border-color: #1e8e20;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active,
a.btn-success.disabled,
a.btn-success.disabled:hover,
a.btn-success.disabled:focus,
a.btn-success.disabled:active,
a.btn-success.disabled.active,
a.btn-success[disabled],
a.btn-success[disabled]:hover,
a.btn-success[disabled]:focus,
a.btn-success[disabled]:active,
a.btn-success[disabled].active,
fieldset[disabled] a.btn-success,
fieldset[disabled] a.btn-success:hover,
fieldset[disabled] a.btn-success:focus,
fieldset[disabled] a.btn-success:active,
fieldset[disabled] a.btn-success.active {
   background-color: #229f24;
   border-color: #19751a;
}

.btn-danger,
a.btn-danger {
   color: #333;
   border-color: #a82824;
   background-color: #d2322d;
}

.btn-danger:hover,
a.btn-danger:hover {
   background-color: #b92c28;
   border-color: #7e1e1b;
   color: #333;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
a.btn-danger:focus,
a.btn-danger:active,
a.btn-danger.active,
.open .dropdown-togglea.btn-danger {
   color: #333;
   background-color: #db5b57;
   border-color: #c12e29;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active,
a.btn-danger.disabled,
a.btn-danger.disabled:hover,
a.btn-danger.disabled:focus,
a.btn-danger.disabled:active,
a.btn-danger.disabled.active,
a.btn-danger[disabled],
a.btn-danger[disabled]:hover,
a.btn-danger[disabled]:focus,
a.btn-danger[disabled]:active,
a.btn-danger[disabled].active,
fieldset[disabled] a.btn-danger,
fieldset[disabled] a.btn-danger:hover,
fieldset[disabled] a.btn-danger:focus,
fieldset[disabled] a.btn-danger:active,
fieldset[disabled] a.btn-danger.active {
   background-color: #d2322d;
   border-color: #a82824;
}

.btn-link {
   color: #0d3d88;
}

.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
   border: none;
   background-color: transparent;
}

.btn-link:hover {
   color: #0b3371;
}

.btn-link:active,
.btn-link:focus {
   color: #092859;
}

.booksNav .nav-primary.nav-stacked>li.active>a,
.booksNav .nav-primary.nav-stacked>li.active>a:hover,
.booksNav .nav-primary.nav-stacked>li.active>a:active,
.booksNav .nav-primary.nav-stacked>li.active>a:focus {
   background: #f1f1f1;
   color: #347aeb;
   border-color: #ddd;
}

.nav-secondary {
   margin: 0 !important;
}

.nav-secondary>li.active>a,
.nav-secondary>li.active>a:visited,
.nav-secondary>li.active>a:hover,
.nav-secondary>li.active>a:focus {
   color: #347aeb;
   background-color: #fafafa;
   border-color: #ddd;
}

.nav-secondary>li.active>a:hover {
   background-color: #f1f1f1;
}

.nav-stacked.nav-secondary>li.active>a {
   box-shadow: inset 2px 0 0 #f56504;
}

#navbar {
   margin-bottom: 0;
   height: 100%;
   border: none transparent 0;
   border-radius: 0;
   font-weight: bold;
   font-size: 16px;
   font-family: inherit;
   background: transparent none repeat 0 0;
}

.navbar a {
   font-weight: bold;
   font-size: 16px;
   font-family: inherit;
}

.navbar-nav>li>a,
.navbar-brand,
.navbar-nav>li>a:visited,
.navbar-brand:visited {
   color: #115db3;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-brand:hover,
.navbar-brand:focus,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
   color: #fff;
   background-color: #3498db;
}

.navbar-nav>li.active>a,
.navbar-nav>li.active>a:hover,
.navbar-nav>li.active>a:focus,
.navbar-nav>li.active>a:visited {
   color: #fff;
   background-color: #2980b9;
}

@media (max-width: 991px) {

   #navbar .navbar-nav>li.nav-item-searchbar,
   #headTitle>.row>#siteLogo+#siteSlogan,
   #headTitle>.row>#siteName+#siteSlogan {
      display: none;
   }
}

@media (max-width: 767px) {
   #headNav {
      margin: 0 -10px;
   }

   #searchbar {
      left: 0;
   }

   #headTitle {
      top: 49px;
   }

   .navbar {
      margin-top: 14px;
   }

   .navbar-nav>li {
      display: block;
      float: left;
      width: 33.333333333333333%;
   }

   .navbar-collapse.in {
      overflow: visible;
   }

   .navbar-nav>li.open .dropdown-menu {
      position: absolute;
      top: 20px;
      left: 20%;
      z-index: 99999;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      background-color: #f7f7f7;
   }

   #headNav>.row>nav {
      width: 100%;
   }

   #headNav>.row>nav>#searchbar {
      position: absolute;
      left: 0;
      top: 2px;
   }
}

@media (max-width: 500px) {
   .navbar-nav>li {
      width: 50%;
   }

   #headNav>.row>nav>#searchbar {
      display: none;
   }
}

.navbar-nav .caret {
   border-top-color: #0d4a8e;
   border-bottom-color: #0d4a8e;
   border-top-color: rgba(17, 93, 179, 0.5);
   border-bottom-color: rgba(17, 93, 179, 0.5);
}

.navbar-nav a:hover .caret {
   border-top-color: #fff;
   border-bottom-color: #fff;
}

.nav.navbar-nav .open>a .caret,
.nav.navbar-nav .open>a:hover .caret,
.nav.navbar-nav .open>a:focus .caret,
.navbar-nav>.active a .caret {
   border-top-color: #ebebeb;
   border-bottom-color: #ebebeb;
}

.navbar-toggle {
   border-color: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar-toggle .icon-bar {
   background: rgba(17, 93, 179, 0.7);
}

.navbar-toggle:hover,
.navbar-toggle:focus {
   background: #5faee3;
   border-color: rgba(0, 0, 0, 0.25);
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
   background: #fff;
}

.navbar-collapse.in {
   border-top: none transparent 0;
}

.navbar-nav>li>.dropdown-menu,
.navbar-nav .dropdown-menu {
   background-color: #fff;
   border: solid #ddd 1px;
   border-radius: 0;
   padding: 0;
}

.navbar-nav .dropdown-submenu>.dropdown-menu {
   margin-top: -1px;
}

.navbar-nav .dropdown-menu>li>a {
   color: #333;
   background-color: transparent;
   padding: 10px 20px;
}

.navbar-nav .dropdown-menu>li:first-child>a {
   border-radius: 0 0 0 0;
}

.navbar-nav .dropdown-menu>li:last-child>a {
   border-radius: 0 0 0 0;
}

.navbar-nav .dropdown-menu>li>a:hover {
   color: #151515;
   background-color: #e5e5e5;
}

.navbar-nav .dropdown-menu>li.active>a,
.navbar-nav .dropdown-menu>li.active>a:focus,
.navbar-nav .dropdown-menu>li.active>a:hover {
   color: #151515;
   background-color: #e5e5e5;
}

.navbar-nav .dropdown-submenu>a:after {
   border-left-color: #1f1f1f;
   border-left-color: rgba(51, 51, 51, 0.6);
}

.navbar-nav .dropdown-submenu>a:hover:after {
   border-left-color: #151515;
}

.navbar-nav .dropdown-submenu.active>a:after {
   border-left-color: #010101;
}

@media (min-width: 768px) {
   .navbar-nav>li:first-child>a {
      border-radius: 0 0 0 0;
   }

   #navbar .navbar-collapse {
      padding-left: 1vw;
      padding-right: 0;
      height: 100% !important;
   }

   #navbar .navbar-nav {
      height: 100%;
      font-size: 0;
   }

   #navbar .navbar-nav>li {
      display: table;
      height: 100%;
   }

   #navbar .navbar-nav>li>a {
      display: table-cell;
      vertical-align: middle;
      padding: 0 .8vw;
      height: 100%;
      border-right: none transparent 0;
   }

   #navbar .navbar-nav>li:last-child>a {
      border-right: none;
   }

   #navbar .navbar-nav>li:first-child>a {
      border-radius: 0 0 0 0;
   }

   #navbar .navbar-nav>li:last-child>a {
      border-radius: 0 0 0 0;
   }
}

.panel,
.article,
.list {
   margin: auto;
   color: #333;
   background-color: transparent;
   border: solid #ddd 1px;
   border-radius: 0;
}

.list>header h2 {
   display: inline;
   font-size: 0.8vw;
   line-height: inherit;
}

.panel>.panel-heading {
   padding: .3vw .5vw;
   border: 0;
}

.panel>.panel-heading,
.list>header {
   border-bottom: solid #ddd 1px;
   font-weight: inherit;
   font-size: inherit;
   background-color: #f5f5f5;
   color: #333;
}

.panel-heading>h4 {
   margin: 0;
   line-height: 20px;
}

.panel>.panel-heading a:not(.btn) {
   color: #333;
}

.panel-body a:not(.btn),
.panel-body a:not(.btn):visited {
   color: #0d3d88;
}

.panel-body a:not(.btn):hover {
   color: #1152b7;
}

.panel-block .panel-body {
   padding: 0;
}

.panel-block .panel-body .items .item {
   padding: 1.5vw 0.6vw;
   border-bottom: .1vw #ddd dotted;
}

.panel-block .panel-body .items .item-content {
   margin: 0;
   color: #757575;
}

.panel-block .panel-body .items .item-content .title {
   margin-bottom: .1vw;
   font-size: 1vw;
}

.panel-block .panel-body .items .item-content strong,
.panel-block .panel-body .items .item-content span {
   font-size: .9vw;
   line-height: 1.5;
}

.panel-block .panel-body .items .item-content .more {
   float: right;
   margin: 0.2vw;
   font-size: .8vw;
}

.panel-block .panel-body .ul-list {
   margin: 0;
}

.nav-primary.nav-stacked {
   color: #333;
   background-color: transparent;
}

.nav-primary.nav-stacked>li:first-child>a,
.nav-primary.nav-stacked>li:first-child.nav-heading {
   border-radius: 0 0 0 0;
}

.nav-primary.nav-stacked>li.nav-heading {
   border: solid #ddd 1px;
   font-weight: inherit;
   font-size: inherit;
   background-color: #f5f5f5;
   color: #333;
}

.nav-primary.nav-stacked>li>a {
   border: solid #ddd 1px;
}

.nav-primary.nav-stacked>li>a:hover {
   color: #347aeb;
}

.nav-primary.nav-stacked>li.active>a,
.nav-primary.nav-stacked>li.active>a:hover,
.nav-primary.nav-stacked>li.active>a:active,
.nav-primary.nav-stacked>li.active>a:focus {
   color: #333;
   background-color: #347aeb;
}

.form-control {
   border: solid #ccc 1px;
   border-radius: 0;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -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);
}

.form-control:focus {
   border-color: #649ffd;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #97befd;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #97befd;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #97befd;
}

#header.compatible #headNav .login-msg,
#header.compatible #headNav nav>a,
#header.compatible #msgBox {
   display: inline-block;
   margin-left: 1px;
   margin-right: 6px;
}

#header.compatible #headNav .login-msg:after,
#header.compatible #headNav nav>a:after,
#header.compatible #msgBox:after {
   display: inline-block;
   margin-left: 5px;
   line-height: 20px;
   color: #ccc;
}

#header.compatible #headNav nav>a:last-child:after {
   display: none;
}

#header.compatible #siteName a {
   color: #333;
}

#siteLogo,
#siteName,
#siteSlogan {
   padding: .3vw 0;
}

#siteName h2 {
   margin: 0;
   font-size: 1.4vw;
   line-height: 1.4;
   letter-spacing: .1vw;
}

#siteName .slogan a {
   color: #7c7c7c;
   font-size: 0.9vw;
   letter-spacing: .06vw;
}

#siteLogo a {
   min-height: auto;
   padding: .3vw 0;
}

#navbar li.nav-item-searchbar {
   float: none !important;
}

#navbar li.nav-item-searchbar #searchbar>form {
   margin: 3px !important;
}

#headNav {
   padding-top: 0.3vw !important;
   padding-right: 0 !important;
   padding-bottom: 0.3vw !important;
   padding-left: 0 !important;
   height: inherit !important;
   min-height: inherit !important;
   line-height: inherit !important;
   border-radius: 0 0 0 0;
   border-bottom-color: #ddd;
   background-color: #2156b2 !important;
}

#headNav #siteSlogan {
   font-size: 16px !important;
   color: #fff !important;
   height: inherit !important;
   min-height: inherit !important;
   line-height: inherit !important;
}

#headNav a {
   font-size: 16px !important;
   color: #fff;
}

#searchbar .form-control {
   border-radius: 4px;
}

.web-title {
   text-align: center;
}

.web-title .title1 {
   padding-top: 3.5vw;
   font-size: 1.6vw;
   line-height: 1.3;
   letter-spacing: .12vw;
   color: #646464;
}

.web-title .title2 {
   padding-bottom: 1vw;
   font-size: 1.2vw;
   line-height: 1.3;
   letter-spacing: .1vw;
   text-transform: uppercase;
   color: #9c9d9e;
}

.web-block-row {
   padding: 0;
   letter-spacing: -0.31em;
   *letter-spacing: normal;
   word-spacing: -0.43em;
}

.web-block-row .web-block-box {
   display: inline-block;
   zoom: 1;
   *display: inline;
   letter-spacing: normal;
   word-spacing: normal;
   vertical-align: top;
}

#footer {
   font-size: 16px;
   color: #989898;
   background-color: #2d2d2d;
   border: none none 1px;
   border-radius: 0px;
   text-align: inherit;
}

#footer a {
   font-size: 16px;
   color: #989898;
}

#footer a:hover {
   color: #347aeb;
}

#footer .footer-title {
   display: inline-block;
   vertical-align: top;
}

#footer .footer-title .p1 {
   margin: 0;
   font-size: 20px;
   color: #fff;
}

#footer .footer-con {
   display: inline-block;
   vertical-align: top;
}

#footer .footer-con p {
   margin-bottom: 0.5vw;
}

#footer .powerby .name {
   display: none;
}

#footer .footer-ewm {
   text-align: right;
}

#footer .footer-ewm .pic {
   text-align: center;
   color: #fff;
   font-size: 0.8vw;
}

#footNav a:hover {
   color: #347aeb;
}

#powerby a:hover {
   color: #347aeb;
}

#powerby:hover .icon-chanzhi i,
#powerby:hover .icon-chanzhi i:before,
#powerby:hover .icon-chanzhi i:after {
   border-color: #347aeb;
}

#footNav,
#powerby,
#execIcon {
   position: initial;
}

@media (min-width: 992px) {
   .ie-8 .carousel-caption {
      left: 12% !important;
   }
}

@media (max-width: 1199px) {
   .carousel-caption {
      top: 3%;
   }
}

@media (max-width: 991px) {
   .carousel-caption {
      top: 1%;
   }

   .carousel-caption h2 {
      font-size: 18px;
      margin: 2px 0;
   }

   .carousel-caption .btn {
      margin-top: 0;
      font-size: 14px;
      padding: 8px 15px;
   }
}

@media (max-width: 767px) {
   .carousel-caption {
      top: 10px;
      padding-top: 5px;
      right: 20px;
   }

   .carousel-caption h2 {
      font-size: 16px;
      margin: 0 0 2px;
   }

   .carousel-caption ul {
      font-size: 12px;
   }

   .carousel-caption .btn {
      font-size: 14px;
      padding: 5px 15px;
   }
}

@media (max-width: 620px) {
   .carousel-caption {
      top: 10px;
      padding-top: 0;
   }

   .carousel-caption h2 {
      font-size: 14px;
   }

   .carousel-caption ul {
      font-size: 12px;
      line-height: 1.2em;
      padding: 5px 0 5px 20px;
   }

   .carousel-caption .btn {
      font-size: 12px;
      padding: 4px 15px;
   }
}

@media (max-width: 480px) {
   .carousel-caption {
      top: 10px;
   }

   .carousel-caption ul {
      font-size: 12px;
      line-height: 1.1em;
      padding: 4px 0 4px 20px;
   }

   .carousel-caption h2 {
      font-size: 12px;
      margin: 0;
   }

   .carousel-caption .btn {
      font-size: 12px;
      padding: 2px 6px;
   }

   .carousel-inner .item img {
      min-height: 100px;
   }

   .carousel-inner .item a img {
      min-height: 100px;
   }
}

.article header h1 {
   margin: 0;
}

.article header .dl-inline {
   margin: 0;
   padding: 10px 0;
}

.article header .abstract {
   margin: 0;
}

.article-content img,
.article-content video {
   display: block;
   margin: auto;
}

@media (max-width: 620px) {
   .article>header>.dl-inline .pull-right {
      float: none !important;
      margin: 10px 0;
      display: block;
   }
}

.item {
   -ms-transition: .5s;
   -moz-transition: .5s;
   -o-transition: .5s;
   -webkit-transition: .5s;
   transition: .5s;
}

.item .item-content .media {
   text-align: center;
   overflow: hidden;
   background-color: #f1f1f1;
   max-height: 100px;
   transition: all 0.3s;
   max-width: 200px;
}

.item .item-content .media img {
   max-height: 100%;
   max-width: 100%;
}

.item:hover {
   box-shadow: .2vw .2vw .4vw .1vw #ccc;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -o-transition: .5s;
   -webkit-transition: .5s;
   transition: .5s;
}

.thumbnail {
   padding: 4px;
   border: 1px solid #ddd;
   background-color: #fff;
   border-radius: 2px;
}

.m-message .comment-item {
   border-radius: 0;
}

.m-message .panel-heading.content-heading {
   background: #f9f9f9;
}

.m-message .panel-heading.reply-heading {
   background: #f9f9f9;
}

#cartBox {
   margin-right: 20px;
}

#cartBox a {
   text-decoration: none;
}

#cartBox .label {
   background-color: #ea644a;
}

#cartBox:hover a {
   color: #ea644a;
}

.table-auto {
   width: auto !important;
   max-width: 100%;
}

.block-system-contact .table {
   display: inline-block;
   padding: .5vw;
}

.block-system-contact .table-data th,
.block-system-contact .table-data td {
   padding: 0;
   font-size: inherit;
}

#go2top {
   right: 1vw;
   bottom: 3vw;
}

.block-system-about {
   padding: 1vw;
   width: 39vw;
}

.block-system-about .i-about-title {
   margin-bottom: 1vw;
   padding: .2vw .4vw;
   border-left: .4vw solid #115db3;
}

.block-system-about .title1 {
   font-size: 1.5vw;
   line-height: 1.2;
   font-weight: 600;
}

.block-system-about .title2 {
   font-size: 1.1vw;
   line-height: 1.2;
   font-weight: 600;
}

.block-system-about p span {
   font-size: 0.9vw !important;
   line-height: 1.6 !important;
   letter-spacing: .02vw;
}

#serviceSidebar {
   position: fixed;
   left: -13vw;
   top: 20%;
   cursor: pointer;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -o-transition: .5s;
   -webkit-transition: .5s;
   transition: .5s;
}

#serviceSidebar .con-box {
   padding: 0.5vw 0;
   width: 13vw;
   background-color: #fff;
   border-radius: 0 0 .5vw 0;
   border: .1vw solid #e6e6e6;
   border-left-width: 0;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -o-transition: .5s;
   -webkit-transition: .5s;
   transition: .5s;
}

#serviceSidebar .con-box .top {
   padding: .5vw;
   text-align: center;
}

#serviceSidebar .con-box .top .div1 .icon {
   vertical-align: middle;
   font-size: 1.5vw;
   color: #999;
}

#serviceSidebar .con-box .top .div1 span {
   vertical-align: middle;
   margin-left: .2vw;
   font-size: 1vw;
   color: #333;
   font-weight: 600;
}

#serviceSidebar .con-box .top .div2 {
   font-size: 1.6vw;
   color: #333;
   font-weight: 900;
   font-family: fantasy;
   line-height: 1.2;
   color: #2156b2;
}

#serviceSidebar .con-box .middle {
   padding: .5vw .8vw;
   border: .05vw solid #e4e4e4;
   border-left: 0;
   border-right: 0;
}

#serviceSidebar .con-box .middle p {
   margin: 0 0 0.2vw 0;
   font-size: 0.8vw;
   line-height: 1.2;
   color: #999;
}

#serviceSidebar .con-box .bottom {
   padding: .5vw .8vw;
   font-size: 0.8vw;
   line-height: 1.2;
   color: #999;
   text-align: center;
}

#serviceSidebar .console-btn {
   position: absolute;
   top: 0;
   right: -2vw;
   padding: 1vw .2vw;
   width: 2vw;
   font-size: .9vw;
   color: #fff;
   text-align: center;
   background-color: #115db3;
   border-radius: 0 .5vw .5vw 0;
   border: .1vw solid #e6e6e6;
   border-left-width: 0;
}

#serviceSidebar .console-btn .icon {
   display: inline-block;
   -ms-transition: .5s;
   -moz-transition: .5s;
   -o-transition: .5s;
   -webkit-transition: .5s;
   transition: .5s;
}

#serviceSidebar.active {
   left: 0;
}

#serviceSidebar.active .icon {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
   -moz-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}