.t3-topbar {
  background: #179ec6;
}
.t3-topbar span,
.t3-topbar a {
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.t3-topbar span:hover,
.t3-topbar a:hover,
.t3-topbar span:focus,
.t3-topbar a:focus,
.t3-topbar span:active,
.t3-topbar a:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-topbar .topbar .nav li {
  float: left;
  margin-top: 0;
  position: relative;
}
.t3-topbar .topbar .nav li:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 15px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.t3-topbar .topbar .nav li:first-child {
  padding-left: 0;
}
.t3-topbar .topbar .nav li:last-child:after {
  display: none;
}
.t3-topbar .topbar .nav li > span,
.t3-topbar .topbar .nav li > a {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.5px;
  padding: 0 11px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.t3-topbar .topbar .nav li > span:hover,
.t3-topbar .topbar .nav li > a:hover,
.t3-topbar .topbar .nav li > span:focus,
.t3-topbar .topbar .nav li > a:focus,
.t3-topbar .topbar .nav li > span:active,
.t3-topbar .topbar .nav li > a:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-topbar .topbar .nav li > span:hover,
.t3-topbar .topbar .nav li > span:focus,
.t3-topbar .topbar .nav li > span:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.t3-topbar .topbar .nav li.active > a {
  font-weight: 500;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-topbar .ja-login {
  float: right;
}
.t3-topbar .ja-login > li {
  margin: 0;
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  display: inline-block !important;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 480px) {
  .t3-topbar .ja-login > li {
    padding: 0 8px;
  }
}
.t3-topbar .ja-login > li > a {
  color: rgba(255, 255, 255, 0.7);
  z-index: 90;
  font-size: 10px;
}
.t3-topbar .ja-login > li > a i {
  font-size: 13px;
  margin-right: 3px;
}
.t3-topbar .ja-login > li.active > a {
  color: #ffffff;
}
.t3-topbar .ja-login > li > a:hover,
.t3-topbar .ja-login > li > a:focus,
.t3-topbar .ja-login > li > a:active {
  color: #ffffff;
  text-decoration: none;
}
.t3-topbar .ja-login > li #ja-user-login,
.t3-topbar .ja-login > li #ja-user-register {
  position: fixed;
}
.t3-topbar .login-greeting {
  display: inline-block;
  color: #ffffff;
  text-transform: none;
  font-size: 10px;
}
.t3-topbar .logout-button {
  display: inline-block;
}
.t3-topbar .logout-button input {
  background: none;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.t3-topbar .logout-button input:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-header {
  background: #026db9;
  padding: 15px 0;
}
.t3-header.affix {
  top: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.t3-header.affix + div {
  margin-top: 94px;
}
@media screen and (min-width: 992px) {
  .t3-header > .container > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }
}
@media screen and (min-width: 992px) {
  .has-slideshow .t3-header {
    background: none;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    width: 100%;
    z-index: 9;
  }
  .has-slideshow .t3-header .container:after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
  }
  .has-slideshow .t3-header.affix + div {
    margin-top: 0;
  }
}
.has-slideshow .t3-header.affix {
  background: #026db9;
  top: 0;
  width: 100%;
  position: fixed;
  padding: 15px 0;
}
.has-slideshow .t3-header.affix .container:after {
  display: inherit;
  border-bottom: 0;
  margin-top: 0;
}
.logo {
  text-align: left;
  z-index: 2;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.nav-search {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
}
@media (max-width: 480px) {
  .nav-search {
    width: 32px;
  }
}
.nav-search a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.nav-search a:hover {
  color: #ffffff;
}
.nav-search.show,
.nav-search.open {
  background: #002147;
  background: rgba(0, 33, 71, 0.85);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  margin-top: 0;
}
.nav-search.show a,
.nav-search.open a {
  display: none;
}
.nav-search.show .dropdown-menu,
.nav-search.open .dropdown-menu {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 280px auto 0;
  min-width: 215px;
  height: auto;
  position: static;
  float: none;
  border: 0;
  top: 0;
}
.nav-search.show .dropdown-menu .t3-module,
.nav-search.open .dropdown-menu .t3-module {
  margin-bottom: 0;
  line-height: 1;
}
.nav-search.show .dropdown-menu .module-title,
.nav-search.open .dropdown-menu .module-title {
  margin-bottom: 0;
}
.nav-search.show .dropdown-menu .form-control,
.nav-search.open .dropdown-menu .form-control {
  box-shadow: none;
  border: 0;
  background: none;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 28px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 24px;
}
.nav-search.show .dropdown-menu .form-control::-moz-placeholder,
.nav-search.open .dropdown-menu .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.nav-search.show .dropdown-menu .form-control:-ms-input-placeholder,
.nav-search.open .dropdown-menu .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.nav-search.show .dropdown-menu .form-control::-webkit-input-placeholder,
.nav-search.open .dropdown-menu .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.nav-search.show .dropdown-menu .form-control:focus,
.nav-search.open .dropdown-menu .form-control:focus {
  background: none;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-search.show .dropdown-menu .form-control:focus::-moz-placeholder,
.nav-search.open .dropdown-menu .form-control:focus::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.nav-search.show .dropdown-menu .form-control:focus:-ms-input-placeholder,
.nav-search.open .dropdown-menu .form-control:focus:-ms-input-placeholder {
  color: #ffffff;
}
.nav-search.show .dropdown-menu .form-control:focus::-webkit-input-placeholder,
.nav-search.open .dropdown-menu .form-control:focus::-webkit-input-placeholder {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .nav-search.show .dropdown-menu .form-control,
  .nav-search.open .dropdown-menu .form-control {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
  }
  .nav-search.show .dropdown-menu .placeholder,
  .nav-search.open .dropdown-menu .placeholder {
    color: #ffffff;
  }
}
.nav-search.show .dropdown-menu button,
.nav-search.open .dropdown-menu button {
  float: right;
  margin-top: 14px;
}
@media (max-width: 1399px) {
  .nav-search.show .dropdown-menu,
  .nav-search.open .dropdown-menu {
    position: fixed;
    top: 50px;
    left: 0;
    height: auto;
    width: 100%;
    padding: 28px;
    border-radius: 0;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.nav-search.show a,
.nav-search.open a {
  color: #179ec6;
  position: relative;
}
.ie8 .nav-search .dropdown-menu {
  border: 0;
  right: 215px !important;
}
.t3-sl {
  padding-bottom: 56px;
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 84px;
    padding-top: 84px;
  }
}
.t3-mainbody {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .t3-mainbody {
    padding-bottom: 28px;
  }
}
.t3-content {
  padding-top: 28px;
}
.t3-sidebar {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t3-footer {
  background: #026db9;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer input.inputbox {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.t3-footer .container.footnav-1:before,
.t3-footer .container.footnav-2:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.t3-footnav,
.t3-footnav-1,
.t3-footnav-2 {
  padding: 28px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (min-width: 768px) {
  .t3-footnav,
  .t3-footnav-1,
  .t3-footnav-2 {
    padding: 56px 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .t3-footnav .col-md-6,
  .t3-footnav-1 .col-md-6,
  .t3-footnav-2 .col-md-6 {
    width: 49%;
  }
  .t3-footnav .col-md-4,
  .t3-footnav-1 .col-md-4,
  .t3-footnav-2 .col-md-4 {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-footnav .col-sm-6,
  .t3-footnav-1 .col-sm-6,
  .t3-footnav-2 .col-sm-6 {
    width: 49%;
  }
}
.t3-footnav .t3-module,
.t3-footnav-1 .t3-module,
.t3-footnav-2 .t3-module {
  background: #026db9;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 14px;
}
.t3-footnav .t3-module .module-title,
.t3-footnav-1 .t3-module .module-title,
.t3-footnav-2 .t3-module .module-title {
  background: transparent;
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 28px;
  font-family: "Microsoft YaHei", 'Roboto', sans-serif;
  font-weight: 900;
}
.t3-footnav .t3-module .module-ct,
.t3-footnav-1 .t3-module .module-ct,
.t3-footnav-2 .t3-module .module-ct {
  background: #026db9;
  color: #ffffff;
  font-size: 12px;
}
.t3-footnav .t3-module ul,
.t3-footnav-1 .t3-module ul,
.t3-footnav-2 .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li,
.t3-footnav-1 .t3-module ul > li,
.t3-footnav-2 .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a,
.t3-footnav-1 .t3-module ul > li > a,
.t3-footnav-2 .t3-module ul > li > a {
  background: transparent;
  color: #ffffff;
  padding: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav-1 .t3-module ul > li > a:hover,
.t3-footnav-2 .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav-1 .t3-module ul > li > a:active,
.t3-footnav-2 .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus,
.t3-footnav-1 .t3-module ul > li > a:focus,
.t3-footnav-2 .t3-module ul > li > a:focus {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-footnav .t3-module ul > li.active > a,
.t3-footnav-1 .t3-module ul > li.active > a,
.t3-footnav-2 .t3-module ul > li.active > a {
  background: transparent;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-footnav a,
.t3-footnav-1 a,
.t3-footnav-2 a {
  color: #ffffff;
  opacity: 1;
}
.t3-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding: 28px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .t3-module .module-title {
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 28px;
  font-family: "Microsoft YaHei", 'Roboto', sans-serif;
  font-weight: 900;
}
.t3-copyright .t3-module .module-ct {
  background: #026db9;
  color: #ffffff;
  font-size: 12px;
}
.t3-copyright small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.6);
}
.t3-copyright small a {
  color: #ffffff;
}
.copyright {
  margin-bottom: 0;
}
.copyright .t3-module {
  margin: 0;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  height: 100% !important;
  width: 100% !important;
}
.ja-media-content {
  margin-bottom: 56px;
}
#ja-main-player {
  background-color: #000000;
  text-align: center;
  position: relative;
}
#ja-main-player .video-mask {
  background: #026db9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#ja-main-player #ja-btn-play {
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 58px;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0;
  font-size: 12px;
}
.back-to-top {
  position: fixed;
  bottom: 56px;
  right: 56px;
  z-index: 100;
}
.back-to-top .btn {
  background-color: #179ec6;
  color: #ffffff;
  padding: 0;
  height: 60px;
  width: 60px;
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.back-to-top .btn:hover,
.back-to-top .btn:focus,
.back-to-top .btn:active {
  background: #127a98;
  color: #ffffff;
}
.back-to-top .btn .fa {
  margin-right: 0;
}
.back-to-top.affix .btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}