.breadcrumb span:last-of-type {
  display: none;
}
.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 0.4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: 0.5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 14px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #2a7ac1;
  border-color: #2a7ac1;
  cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pager li > a:hover,.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

span.highlight {
  color: red;
}

.content-box {
  line-height: 24px;
}

.content-box ul, .solution-desc ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 0.5rem;
}
.content-box p {
  padding-bottom: 16px;
}

.content-box table p {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sub-menu a.active  {
  color: #f7b000;
  border-color: #f7b000;
}

.tag {
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #007bff;
  background: #e5f2ff;
  margin-right: 3px;
  border-radius: 2px;
}
div.active > a {
 color: #fff !important;
  border-bottom: 3px solid #fff;
}

.content-box h3 {
  font-size: 1.1rem;
  line-height: 2rem;
  padding-bottom: 5px;
  color: #5cbbe9;
  font-weight: 600;
}

.content-box ul {
  margin-bottom: 12px;
}






/*@media (min-width:768px) {*/
/*  .navbar-right .dropdown-menu {*/
/*    left: auto;*/
/*    right: 0;*/
/*  }*/

/*  .navbar-right .dropdown-menu-left {*/
/*    left: 0;*/
/*    right: auto;*/
/*  }*/
/*}*/

/*.navbar {*/
/*  position: relative;*/
/*  min-height: 50px;*/
/*  margin-bottom: 17px;*/
/*  border: 1px solid transparent;*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar {*/
/*    border-radius: 3px;*/
/*  }*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-header {*/
/*    float: left;*/
/*  }*/
/*}*/

/*.navbar-collapse {*/
/*  overflow-x: visible;*/
/*  padding-right: 15px;*/
/*  padding-left: 15px;*/
/*  border-top: 1px solid transparent;*/
/*  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
/*  -webkit-overflow-scrolling: touch;*/
/*}*/

/*.navbar-collapse.in {*/
/*  overflow-y: auto;*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-collapse {*/
/*    width: auto;*/
/*    border-top: 0;*/
/*    box-shadow: none;*/
/*  }*/

/*  .navbar-collapse.collapse {*/
/*    display: block !important;*/
/*    height: auto !important;*/
/*    padding-bottom: 0;*/
/*    overflow: visible !important;*/
/*  }*/

/*  .navbar-collapse.in {*/
/*    overflow-y: visible;*/
/*  }*/

/*  .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*  }*/
/*}*/

/*.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {*/
/*  max-height: 340px;*/
/*}*/

/*@media (max-device-width:480px) and (orientation:landscape) {*/
/*  .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {*/
/*    max-height: 200px;*/
/*  }*/
/*}*/

/*.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {*/
/*  margin-right: -15px;*/
/*  margin-left: -15px;*/
/*}*/

/*@media (min-width:768px) {*/
/*  .container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {*/
/*    margin-right: 0;*/
/*    margin-left: 0;*/
/*  }*/
/*}*/

/*.navbar-static-top {*/
/*  z-index: 1000;*/
/*  border-width: 0 0 1px;*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-static-top {*/
/*    border-radius: 0;*/
/*  }*/
/*}*/

/*.navbar-fixed-top,.navbar-fixed-bottom {*/
/*  position: fixed;*/
/*  right: 0;*/
/*  left: 0;*/
/*  z-index: 1030;*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-fixed-top,.navbar-fixed-bottom {*/
/*    border-radius: 0;*/
/*  }*/
/*}*/

/*.navbar-fixed-top {*/
/*  top: 0;*/
/*  border-width: 0 0 1px;*/
/*}*/

/*.navbar-fixed-bottom {*/
/*  bottom: 0;*/
/*  margin-bottom: 0;*/
/*  border-width: 1px 0 0;*/
/*}*/

/*.navbar-brand {*/
/*  float: left;*/
/*  padding: 16.5px 15px;*/
/*  font-size: 15px;*/
/*  line-height: 17px;*/
/*  height: 50px;*/
/*}*/

/*.navbar-brand:hover,.navbar-brand:focus {*/
/*  text-decoration: none;*/
/*}*/

/*.navbar-brand > img {*/
/*  display: block;*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {*/
/*    margin-left: -15px;*/
/*  }*/
/*}*/

/*.navbar-toggle {*/
/*  position: relative;*/
/*  float: right;*/
/*  margin-right: 15px;*/
/*  padding: 9px 10px;*/
/*  margin-top: 8px;*/
/*  margin-bottom: 8px;*/
/*  background-color: transparent;*/
/*  background-image: none;*/
/*  border: 1px solid transparent;*/
/*  border-radius: 3px;*/
/*}*/

/*.navbar-toggle:focus {*/
/*  outline: 0;*/
/*}*/

/*.navbar-toggle .icon-bar {*/
/*  display: block;*/
/*  width: 22px;*/
/*  height: 2px;*/
/*  border-radius: 1px;*/
/*}*/

/*.navbar-toggle .icon-bar + .icon-bar {*/
/*  margin-top: 4px;*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-toggle {*/
/*    display: none;*/
/*  }*/
/*}*/

/*.navbar-nav {*/
/*  margin: 8.25px -15px;*/
/*}*/

/*.navbar-nav > li > a {*/
/*  padding-top: 10px;*/
/*  padding-bottom: 10px;*/
/*  line-height: 17px;*/
/*}*/

/*@media (max-width:767px) {*/
/*  .navbar-nav .open .dropdown-menu {*/
/*    position: static;*/
/*    float: none;*/
/*    width: auto;*/
/*    margin-top: 0;*/
/*    background-color: transparent;*/
/*    border: 0;*/
/*    box-shadow: none;*/
/*  }*/

/*  .navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {*/
/*    padding: 5px 15px 5px 25px;*/
/*  }*/

/*  .navbar-nav .open .dropdown-menu > li > a {*/
/*    line-height: 17px;*/
/*  }*/

/*  .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {*/
/*    background-image: none;*/
/*  }*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-nav {*/
/*    float: left;*/
/*    margin: 0;*/
/*  }*/

/*  .navbar-nav > li {*/
/*    float: left;*/
/*  }*/

/*  .navbar-nav > li > a {*/
/*    padding-top: 16.5px;*/
/*    padding-bottom: 16.5px;*/
/*  }*/
/*}*/

/*.navbar-form {*/
/*  margin-left: -15px;*/
/*  margin-right: -15px;*/
/*  padding: 10px 15px;*/
/*  border-top: 1px solid transparent;*/
/*  border-bottom: 1px solid transparent;*/
/*  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);*/
/*  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);*/
/*  margin-top: 9.5px;*/
/*  margin-bottom: 9.5px;*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-form .form-group {*/
/*    display: inline-block;*/
/*    margin-bottom: 0;*/
/*    vertical-align: middle;*/
/*  }*/

/*  .navbar-form .form-control {*/
/*    display: inline-block;*/
/*    width: auto;*/
/*    vertical-align: middle;*/
/*  }*/

/*  .navbar-form .form-control-static {*/
/*    display: inline-block;*/
/*  }*/

/*  .navbar-form .input-group {*/
/*    display: inline-table;*/
/*    vertical-align: middle;*/
/*  }*/

/*  .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {*/
/*    width: auto;*/
/*  }*/

/*  .navbar-form .input-group > .form-control {*/
/*    width: 100%;*/
/*  }*/

/*  .navbar-form .control-label {*/
/*    margin-bottom: 0;*/
/*    vertical-align: middle;*/
/*  }*/

/*  .navbar-form .radio,.navbar-form .checkbox {*/
/*    display: inline-block;*/
/*    margin-top: 0;*/
/*    margin-bottom: 0;*/
/*    vertical-align: middle;*/
/*  }*/

/*  .navbar-form .radio label,.navbar-form .checkbox label {*/
/*    padding-left: 0;*/
/*  }*/

/*  .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {*/
/*    position: relative;*/
/*    margin-left: 0;*/
/*  }*/

/*  .navbar-form .has-feedback .form-control-feedback {*/
/*    top: 0;*/
/*  }*/
/*}*/

/*@media (max-width:767px) {*/
/*  .navbar-form .form-group {*/
/*    margin-bottom: 5px;*/
/*  }*/

/*  .navbar-form .form-group:last-child {*/
/*    margin-bottom: 0;*/
/*  }*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-form {*/
/*    width: auto;*/
/*    border: 0;*/
/*    margin-left: 0;*/
/*    margin-right: 0;*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*  }*/
/*}*/

/*.navbar-nav > li > .dropdown-menu {*/
/*  margin-top: 0;*/
/*  border-top-right-radius: 0;*/
/*  border-top-left-radius: 0;*/
/*}*/

/*.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {*/
/*  margin-bottom: 0;*/
/*  border-top-right-radius: 3px;*/
/*  border-top-left-radius: 3px;*/
/*  border-bottom-right-radius: 0;*/
/*  border-bottom-left-radius: 0;*/
/*}*/

/*.navbar-btn {*/
/*  margin-top: 9.5px;*/
/*  margin-bottom: 9.5px;*/
/*}*/

/*.navbar-btn.btn-sm {*/
/*  margin-top: 11px;*/
/*  margin-bottom: 11px;*/
/*}*/

/*.navbar-btn.btn-xs {*/
/*  margin-top: 14px;*/
/*  margin-bottom: 14px;*/
/*}*/

/*.navbar-text {*/
/*  margin-top: 16.5px;*/
/*  margin-bottom: 16.5px;*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-text {*/
/*    float: left;*/
/*    margin-left: 15px;*/
/*    margin-right: 15px;*/
/*  }*/
/*}*/

/*@media (min-width:768px) {*/
/*  .navbar-left {*/
/*    float: left !important;*/
/*  }*/

/*  .navbar-right {*/
/*    float: right !important;*/
/*    margin-right: -15px;*/
/*  }*/

/*  .navbar-right ~ .navbar-right {*/
/*    margin-right: 0;*/
/*  }*/
/*}*/

/*.navbar-default {*/
/*  background-color: #f8f8f8;*/
/*  border-color: #e7e7e7;*/
/*}*/

/*.navbar-default .navbar-brand {*/
/*  color: #777;*/
/*}*/

/*.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {*/
/*  color: #5e5e5e;*/
/*  background-color: transparent;*/
/*}*/

/*.navbar-default .navbar-text {*/
/*  color: #777;*/
/*}*/

/*.navbar-default .navbar-nav > li > a {*/
/*  color: #777;*/
/*}*/

/*.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {*/
/*  color: #333;*/
/*  background-color: transparent;*/
/*}*/

/*.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {*/
/*  color: #555;*/
/*  background-color: #e7e7e7;*/
/*}*/

/*.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {*/
/*  color: #ccc;*/
/*  background-color: transparent;*/
/*}*/

/*.navbar-default .navbar-toggle {*/
/*  border-color: #ddd;*/
/*}*/

/*.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {*/
/*  background-color: #ddd;*/
/*}*/

/*.navbar-default .navbar-toggle .icon-bar {*/
/*  background-color: #888;*/
/*}*/

/*.navbar-default .navbar-collapse,.navbar-default .navbar-form {*/
/*  border-color: #e7e7e7;*/
/*}*/

/*.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {*/
/*  background-color: #e7e7e7;*/
/*  color: #555;*/
/*}*/

/*@media (max-width:767px) {*/
/*  .navbar-default .navbar-nav .open .dropdown-menu > li > a {*/
/*    color: #777;*/
/*  }*/

/*  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {*/
/*    color: #333;*/
/*    background-color: transparent;*/
/*  }*/

/*  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {*/
/*    color: #555;*/
/*    background-color: #e7e7e7;*/
/*  }*/

/*  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {*/
/*    color: #ccc;*/
/*    background-color: transparent;*/
/*  }*/
/*}*/

/*.navbar-default .navbar-link {*/
/*  color: #777;*/
/*}*/

/*.navbar-default .navbar-link:hover {*/
/*  color: #333;*/
/*}*/

/*.navbar-default .btn-link {*/
/*  color: #777;*/
/*}*/

/*.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {*/
/*  color: #333;*/
/*}*/

/*.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {*/
/*  color: #ccc;*/
/*}*/

/*.navbar-inverse {*/
/*  background-color: #222;*/
/*  border-color: #080808;*/
/*}*/

/*.navbar-inverse .navbar-brand {*/
/*  color: #9d9d9d;*/
/*}*/

/*.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {*/
/*  color: #fff;*/
/*  background-color: transparent;*/
/*}*/

/*.navbar-inverse .navbar-text {*/
/*  color: #9d9d9d;*/
/*}*/

/*.navbar-inverse .navbar-nav > li > a {*/
/*  color: #9d9d9d;*/
/*}*/

/*.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {*/
/*  color: #fff;*/
/*  background-color: transparent;*/
/*}*/

/*.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {*/
/*  color: #fff;*/
/*  background-color: #080808;*/
/*}*/

/*.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus {*/
/*  color: #444;*/
/*  background-color: transparent;*/
/*}*/

/*.navbar-inverse .navbar-toggle {*/
/*  border-color: #333;*/
/*}*/

/*.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {*/
/*  background-color: #333;*/
/*}*/

/*.navbar-inverse .navbar-toggle .icon-bar {*/
/*  background-color: #fff;*/
/*}*/

/*.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {*/
/*  border-color: #101010;*/
/*}*/

/*.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {*/
/*  background-color: #080808;*/
/*  color: #fff;*/
/*}*/

/*@media (max-width:767px) {*/
/*  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {*/
/*    border-color: #080808;*/
/*  }*/

/*  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {*/
/*    background-color: #080808;*/
/*  }*/

/*  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {*/
/*    color: #9d9d9d;*/
/*  }*/

/*  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {*/
/*    color: #fff;*/
/*    background-color: transparent;*/
/*  }*/

/*  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {*/
/*    color: #fff;*/
/*    background-color: #080808;*/
/*  }*/

/*  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {*/
/*    color: #444;*/
/*    background-color: transparent;*/
/*  }*/
/*}*/

/*.navbar-inverse .navbar-link {*/
/*  color: #9d9d9d;*/
/*}*/

/*.navbar-inverse .navbar-link:hover {*/
/*  color: #fff;*/
/*}*/

/*.navbar-inverse .btn-link {*/
/*  color: #9d9d9d;*/
/*}*/

/*.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {*/
/*  color: #fff;*/
/*}*/

/*.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {*/
/*  color: #444;*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .navbar .navbar-collapse {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    overflow: auto;*/
/*    z-index: 9999;*/
/*    background: #fff;*/
/*    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.06);*/
/*    max-height: inherit;*/
/*    height: 100vh;*/
/*    transition: 0.5s;*/
/*    width: 250px;*/
/*    margin-left: -280px;*/
/*    margin-right: 0;*/
/*    display: flex;*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .navbar .navbar-collapse.active {*/
/*    margin-left: -15px;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: column-reverse;*/
/*    flex: auto;*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .navbar .navbar-collapse > ul.navbar-nav:first-child {*/
/*    width: 100%;*/
/*    flex-grow: 1;*/
/*  }*/
/*}*/
/*@media (max-width: 767px) {*/
/*  .navbar .navbar-collapse.active > ul {*/
/*    width: 100%;*/
/*  }*/
/*}*/
/*@media (max-width: 767px) {*/
/*  .navbar .navbar-collapse > ul.navbar-nav {*/
/*    margin: 15px 0;*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .navbar .navbar-collapse > ul.navbar-nav > li {*/
/*    margin-bottom: 2px;*/
/*  }*/
/*}*/
/*.nav > li {*/
/*  position: relative;*/
/*  display: block;*/
/*}*/
/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {*/
/*  color: #555;*/
/*  background-color: #e7e7e7;*/
/*}*/
/*.navbar-nav > li > a {*/
/*  padding-top: 10px;*/
/*  padding-bottom: 10px;*/
/*  line-height: 17px;*/
/*}*/
/*.navbar-nav > li > a {*/
/*  font-size: 14px;*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .navbar .navbar-collapse > ul.navbar-nav > li {*/
/*    margin-bottom: 2px;*/
/*  }*/
/*}*/
/*.nav > li {*/
/*  position: relative;*/
/*  display: block;*/
/*}*/
/*.hidden {*/
/*  display: none !important;*/
/*}*/


navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}


@media (max-width: 767px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    overflow: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.06);
    max-height: inherit;
    height: 100vh;
    transition: 0.5s;
    width: 250px;
    margin-left: -280px;
    margin-right: 0;
    display: flex;
  }
}

@media (max-width: 767px) {
  .team-button-prev,
  .team-button-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-collapse.active {
    margin-left: -15px;
    flex-wrap: wrap;
    /*flex-direction: column-reverse;*/
    flex: auto;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.navbar-nav .open .dropdown-menu {
  position: relative;
  width: 100%;
  margin: 0;
  left: 0;
  display:block;
  background: #404950;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.navbar .navbar-collapse.active > ul {
  width: 100%;
}
.navbar .navbar-collapse > ul.navbar-nav {
  margin: 15px 0;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
}

.navbar .navbar-collapse > ul.navbar-nav > li {
  margin-bottom: 2px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media (max-width: 767px) {
  .navbar .navbar-collapse > ul.navbar-nav li > a b.caret {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }
}

.navbar-white .navbar-nav .open .dropdown-menu {
  background: #eee;
  border-radius: 0;
  float: none;
  border: 0;
  box-shadow: none;
}

.navbar-nav .open .dropdown-menu > li > a {
  display: block;
}

.dropdown-menu > li > a {
  font-weight: 400;
  color: #444;
  padding: 5px 15px;
  padding-bottom: 10px;
  font-size: 14px;
}
.dropdown-menu li a {
  padding-top: 10px !important;
  padding-bottom: 10px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar {
  border: none;
}
.navbar-white {
  background-color: #2a7ac1;
  border-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle .icon-bar {
  width: 18px;
}

.navbar-brand {
  float: left;
  padding-top: 10px;
  font-size: 15px;
  height: 50px;
}

@media (max-width: 767px) {
  .skin-white {
    padding-top: 60px;
  }
  .text-3xl {
    font-size: 18px !important;
    line-height: normal !important;
  }
  .items-start.mt-10{
    margin-top: 0px !important;
  }
  .flex.flex-wrap.mt-10 {
    margin-top: 0px !important;
  }
  .text-4xl.font-bold.mb-4 {
    font-size: 18px !important;
    line-height: normal !important;
  }
  p.text-lg {
    font-size: 14px !important;;
    line-height: normal !important;
    padding-bottom: 8px;
  }
}






.carousel-focus .item .carousel-img {
  background-size: cover;
  width: 100%;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-focus:hover .carousel-img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.carousel-focus .carousel-control.left,
.carousel-focus .carousel-control.right {
  background-image: none;
}
.carousel-focus .carousel-control.left span,
.carousel-focus .carousel-control.right span {
  display: none;
}
.carousel-focus .carousel-control.left:hover,
.carousel-focus .carousel-control.right:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.carousel-focus .carousel-control.left:hover span,
.carousel-focus .carousel-control.right:hover span {
  display: block;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}







.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,.carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    left: 0;
  }

  .carousel-inner > .item.prev,.carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
  }

  .carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
  }
}

.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  background-color: rgba(0,0,0,0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.carousel-control:hover,.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}


@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
    width:30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}


.carousel-focus .carousel-control.left span, .carousel-focus .carousel-control.right span {
  display: none;
}
.carousel-control .icon-prev {
  left: 20px;
}
.carousel-control .fa {
  font: normal normal normal 40px / 1 FontAwesome;
}



.carousel-focus .item .carousel-img {
  background-size: cover;
  width: 100%;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-focus:hover .carousel-img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.carousel-focus .carousel-control.left,
.carousel-focus .carousel-control.right {
  background-image: none;
}
.carousel-focus .carousel-control.left span,
.carousel-focus .carousel-control.right span {
  display: none;
}
.carousel-focus .carousel-control.left:hover,
.carousel-focus .carousel-control.right:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.carousel-focus .carousel-control.left:hover span,
.carousel-focus .carousel-control.right:hover span {
  display: block;
}

.carousel-focus .carousel-control.left:hover span, .carousel-focus .carousel-control.right:hover span {
  display: block;
}
.carousel-focus .carousel-control.left span, .carousel-focus .carousel-control.right span {
  display: none;
}
.carousel-control .icon-next {
  right: 20px;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    bottom: 0;
    text-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  .carousel-caption h3 {
    margin: 0;
    font-size: 24px;
    padding: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 10px;
    right: 15px;
    width: auto;
    left: inherit;
    opacity: 0.6;
  }
}


.list li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 8px;
  color: #333;
}
.list li span {
  font-weight: 600;
}
.list li::after {
  width: 10px;
  height: 10px;
  background: #2C5ED5;
  border-radius: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
}

.header-bg {
  background: linear-gradient(180deg, #2a7ac1 0%, #2a7ac1 100%);
}
.but {
  background: url(../../../img/search_large.png) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  padding: 0;
}
.pc-header div.relative > a {
  color: #fff !important;
}

.wl::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
}

.home-about{
  width: 100%;
  background: url(../img/home-about-bg.png) no-repeat bottom;
  background-size: 100%;
  position: relative;
}

.home-about .title {
}
.dt-flex {
  display: flex;
  flex-wrap: wrap;
}
.home-about .title h3 {
  font-size: 30px;
  /*color: #111;*/
  line-height: 45px;
  cursor: pointer;
}

.home-about .title p {
  font-size: 14px;
  color: #B2B6C1;
  text-transform: uppercase;
  line-height: 27px;
  font-family: Poppins;
}

.home-about .title .h3 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes play{
  0% {
    -webkit-transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(360deg);
  }
}


.home-about .title .img{ margin-bottom: 40px; animation:play 15s linear infinite; margin-left: 6px;}

.home-about .title .img img {
  display: block;
}

.home1-t{align-items: flex-start;justify-content: space-between}
.home1-t .left{width: 52%;}
.home1-t .right{width: 45%;}
.home1-t .h1-l {
  width: calc(100% - 54px);
  padding-right: 54px;
}

.wl {
  position: relative;
  z-index: 1;
}

.wl::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
}

.home1-t .h1-r {
  width: 54px;
  /*height: 482px;*/
}

.home1-t .h1-r::after {
  width: 1px;
  background: linear-gradient(180deg, #BDCAF1 0%, rgba(189, 202, 241, 0) 100%);
  left: 50%;
  top: -170px;
  min-height: 650px;
}

/*.scale {*/
/*  overflow: hidden;*/
/*}*/
.home1-t .right .wl {
  max-width: 486px;
}

.home1-t .right .wl::after {
  background: linear-gradient(180deg, #2D06A0 0%, #7C11AC 100%);
  left: 17px;
  bottom: -17px;
  width: 100%;
  overflow: hidden;
}

.home1-t p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 24px;
}
.first-item {
  position: relative;
}


.home2-t .h2-li li a{ height: 78px; align-items: center; background: url(../img/line-li.png) no-repeat bottom; background-size: 100%; align-items: center;}
.home2-t .h2-li li a:hover {
  color: #2a7ac1 !important;
}
.home2-t .h2-li li a::after{ width: 54px; height: 2px;background: linear-gradient(270deg, #2a7ac1 0%, #2a7ac1 100%);bottom: 3px;}

.home2-t .h2-li li p{width: 54px;font-size: 20px;font-family: impact;
  background: -webkit-linear-gradient(0deg, #2a7ac1 0%, #2a7ac1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2a7ac1;
}
.home2-t .h2-li li h3{width: calc(100% - 54px);font-size: 18px;padding-left: 18px;}

.home-teams {
  width: 100%;
  overflow: hidden;
  background: url(../img/home-bg-teams.png) no-repeat;
  background-size: cover;
}

.title .h3 {
  /*margin: 0 auto;*/
  /*text-align: center;*/
}
.title h3 {
  font-size: 30px;
  /*color: #111;*/
  line-height: 46px;
  cursor: pointer;
}

.title p {
  font-size: 14px;
  color: #B2B6C1;
  text-transform: uppercase;
  line-height: 27px;
  font-family: Poppins;
}


div.li a{
  position: relative;
  display: block;
  min-height: 395px;
  background: linear-gradient(0deg, #ECEEFF 0%, #FFFFFF 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #2a7ac1;
  padding: 40px 25px 40px 25px;
}

div.li .scale {
  border-radius: 50%;
}

div.li a:hover{ width: 100%; background: url(../img/h4bg1.png) no-repeat; background-size: cover;}
/*.home4-t li *{transition: 0.5s;}*/
div.li h3{
  font-size: 20px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
div.li a:hover h3 {
  color: #fff;
}
div.li .img{width: 100%;height: 5px;background: url(../img/h4-line1.png) no-repeat;background-size: 100% 100% !important;margin: 17px 0 13px;}
div.li p{ font-size: 14px; color: #777; text-align: center; line-height: 25px; }

div.li a:hover p {
  color: #fff;
}

.imged {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
}

div.li .imged {
  padding-bottom: 100%;
  border-radius: 50%;
}
div.li .pic {
  width: 153px;
  padding: 9px;
  background: #CFDCFA;
  border-radius: 50%;
  margin: 0 auto 25px;
}

.home-papers {
  width: 100%;
  background: url(../img/hbg5.jpg)  no-repeat center / cover;
  /*background-size: cover;*/
}


 .papers-swiper a {
   display: block;
   padding: 0px 0px 25px;
   border-bottom: 2px solid rgb(0, 0, 0);
 }

.l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.papers-swiper h3.txt1 {
  font-size: 16px;
  line-height: 22px;
  min-height: 68px;
  color: #00091D;
  font-weight: 400;
  padding-top: 5px;
}

.papers-swiper a:hover h3.txt1 {
  color: #2a7ac1;
}

.news-box a {
  border-bottom: 1px dashed #ddd;
}

.news-box a:hover .title{
  color: #2a7ac1 !important;
}

div.date {
  display: flex;
  background: linear-gradient(90deg, #2a7ac1 0%, #4389c9 100%);
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.home-date {
  background: none;
}
div.date span {
  font-family: impact;
}

.l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-sub-box {
  border-bottom: 1px solid #e5e5e5;
}

.news-content p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-bottom: 15px;
  text-indent: 40px;
}
.news-content img  {
  display: inline-block;
  float: none!important;
}

.pages-nav{
  border: 1px solid #d6d0d0;
  border-top: 3px solid #2a7ac1
}

.news-detail .entry-meta {
  font-size: 16px;
  line-height: 32px;
}

.news-detail .entry-meta li:hover {
  color: #2a7ac1 !important;
  text-decoration: underline;
}

.avater-bg {
  background: linear-gradient(180deg, #2a7ac1  0%, #095496 100%);
}

.team-img{
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.team-content {
  border-bottom: 1px solid #ddd;
}

.team-content p {
  text-indent: 40px;
}

.footer-link  a {
  font-size: 18px;
  /*padding-bottom: 12px;*/
}
.title .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  .home1-t .left {
    width: 100%;
  }
  .home1-t .h1-l {
    width: 100% !important;
    padding-right: 0px;
  }
  .home-about .title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .home-about .title p {
    font-size: 12px;
    line-height: 21px;
  }
  .home-about .title .h3 {
    margin-bottom: 15px;
  }
  .home1-t .right {
    width: 100% !important;
  }
  .home1-t .right .wl {
    width: 100% !important;
  }

  .home1-t .right .wl img {
    max-width: 100% !important;
  }

  .home2-t .h2-li li p {
    font-size: 15px;
  }
  .home2-t .h2-li li h3 {
    font-size: 14px;
  }
  .home2-t .h2-li li a {
    height: 60px;
  }
  .title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .title p {
    font-size: 12px;
    line-height: 21px;
  }
  .footer-link  a {
    font-size: 13px;
    padding-bottom: 4px;
    min-width: 100% !important;
  }

  .news-content p {
    font-size: 13px;
    color: #333;
    line-height: 22px;
    margin-bottom: 13px;
    text-indent: 0px;
  }
  .pages-nav li  {
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;         /* 隐藏溢出内容 */
    text-overflow: ellipsis;  /* 显示省略号 */
    width: 100%;
    display: block;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 10px;
  }
  .team-content p {
    text-indent: 0px;
  }
  .news-box .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .home1-t .right .wl::after {
    background: linear-gradient(180deg, #2D06A0 0%, #7C11AC 100%);
    left: 17px;
    bottom: -17px;
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .title .more {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    padding-right: 0;
  }
}

.title .more::after {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  /* background: linear-gradient(221deg, #DBE1F6 15%, rgba(255, 255, 255, 0) 84%); */
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wl::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
}
.advantage::after {
  width: 100%;
  height: auto;
  top: 0;
  bottom: -0.01rem;
  background: url(../img/hbg1.png) no-repeat top;
  background-size: 100%;
}
.imged {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}
a:hover .imged {
  transform: scale(1.1);
}
.news-list .left .con {
  width: 100%;
  margin: 0 auto;
  /*background: linear-gradient(270deg, #FFFFFF 0%, #FEF4FF 100%);*/
  /*box-shadow: 0px 4px 1px 0px rgba(205, 205, 205, 0.3);*/
  height: 215px;
  padding: 25px 35px;
}
.news-list .left .con::after {
  width: 7px;
  height: 190px;
  background: url(../img/h2line.png) no-repeat;
  background-size: 100% 100%;
  bottom: -3px;
  left: -3px;
}
.news-list .left .con h3 {
  font-weight: bold;
  color: #2a7ac1;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 17px;
}
.news-list .left .con h4 {
  font-size: 16px;
  line-height: 28px;
  color: #9E9E9E;
  /*max-height: 84px;*/
}
.news-list .con .aline_y {
  position: relative;
  background-image: linear-gradient(#2a7ac1, #1571c2);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: .3s;
}
.l1 {
  display: block;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}
.l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.l4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.l5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.l6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.news-list .right .con {
  flex: 1;
  min-width: 0;
  padding: 35px 20px 0 45px;
}
.news-list .right .right-item2 .con {
  padding: 35px 45px 0 30px;
  order: -1;
}
.news-list .right h3 {
  font-size: 22px;
  color: #000;
  line-height: 30px;
  margin-bottom: 23px;
  transition: 0.5s;
  font-weight: 500;
}
.news-list .right h4 {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 28px;
  max-height: 112px;
}
.news-list .right .scale {
  width: 430px;
}
.news-list .right .right-item a::after {
  left: auto;
  right: 0;
  width: 50%;
  height: 7px;
  background: url(../img/h2line2.png) no-repeat;
  background-size: 100%;
  bottom: auto;
  top: 0;
}
.news-list .right .right-item2 a:after {
  left: 0;
  right: auto;
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  .news-list .left .con {
    height:150px;
  }
  .news-list .left .con h3 {
    font-size:16px;
    margin-bottom: 8px;
  }
  .news-list .left .con h4 {
    font-size:12px;
    line-height: 24px;
  }
  .news-list .right .scale {
    width: 100%;
  }
  .news-list .right .con {
    order: 2 !important;
    padding: 20px!important;
  }
  .news-list .right .con .txt1 {
    font-size: 16px!important;
    margin-bottom: 8px!important;
  }
  .news-list .right .con .l4 {
    font-size: 12px!important;
    line-height: 24px!important;
  }
  .col-md-1 {
    width: 100% !important;
  }
  .col-md-11 {
    width: 100% !important;
  }

}
.news-detail table {
  width: 100% !important;
}
.conent {
  width: 250px;
  height: 71px;
  position: absolute;
  top: 20px;
  z-index: 99999;
}
#shutdown {
  background: url(http://www.qysoft.cn/api/images/close.png) no-repeat;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 0px;
  top: 4px;
  color: gray;
  z-index: 9999;
  cursor: pointer;
  font-size: 20px;
}
.conent .sition {
  width: px;
  height: px;
  position: relative;
  overflow: hidden;
}
.conent .sition .c_adver img {
  width: px;
  height: px;
  cursor: pointer;
}
.socialwraper {
  position: absolute;
  background: #fff;
  width: 130px;
  height: 130px;
  top: 40px;
  left: -52px;
  border: 1px solid #ccc;
  display: none;
  z-index: 9;
}
.socialwraper i {
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border-bottom-color: #ccc;
  border-top-width: 0;
  left: 50%;
  margin-left: -8px;
  top: -10px;
}
.socialwraper i em {
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border-bottom-color: #fff;
  border-top-width: 0;
  left: -10px;
  top: 1px;
}
.socialwraper img {
  max-width: 130px;
}
.wechatIcon:hover .socialwraper {
  display: block;
}
.team-button-prev,
.team-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* 垂直居中关键 */
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.team-button-prev {
  left: 20px; /* 距离左侧间距，可调整 */
}

.team-button-next {
  right: 20px; /* 距离右侧间距，可调整 */
}

.newMore {
  padding: 5px 10px!important;
}