body {
  overflow-x: hidden;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: Arial;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1388px;
  }
}
nav.navbar.bootsnav {
  min-height: 120px;
  border: none;
  background: url(nav-bg.png) top center repeat-x;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
}
nav.navbar.bootsnav .navbar-brand .logo-s {
  display: none;
}
nav.navbar.bootsnav .navbar-nav {
  float: right;
  margin-top: 52px;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  border-right: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  text-align: center;
  font-weight: normal;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.dropdown.on > a {
  background-color: #354a96;
  color: #fff;
}
.tools {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 999;
  float: right;
}
.tools .search-trigger {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: url(search-a-w.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.search-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
}
.search-box .s-inp {
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 18px;
  width: 100%;
  padding-left: 20px;
  padding-right: 45px;
}
.search-box .s-btn {
  background: url(search-a.png) no-repeat;
  width: 17px;
  height: 17px;
  border: none;
  position: absolute;
  right: 15px;
  top: 9px;
}
@media (min-width: 993px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 2px;
  }
  nav.navbar.bootsnav ul.nav > li:first-child {
    margin-left: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 3px 10px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100%;
    border-top: 3px solid #354a96;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 20px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #354a96;
  }
}
@media (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  nav.navbar.bootsnav ul.nav > li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1599px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    max-width: 550px;
  }
}
@media (max-width: 1280px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 35px;
    padding-bottom: 5px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    max-width: 550px;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin-top: 45px;
  }
  .search-box .s-inp{
    height: 29px;
  }
  .search-box .s-btn{
    top:6px;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav {
    min-height: 60px;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 0;
  }
  nav.navbar.bootsnav .navbar-brand img {
    max-width: 380px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    margin-right: 0;
    width: 34px;
    height: 30px;
    background-color: #fff;
    top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #274472;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse.in {
    background-color: #fff;
    padding: 0 15px 15px;
  }
  nav.navbar.bootsnav .navbar-nav {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-bottom: 2px;
    border-right: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    border-top: none;
    border-bottom: 1px solid rgba(39, 68, 114, 0.3);
    text-align: left;
    color: #666;
  }
  .tools {
    right: 70px;
    top: 15px;
  }
  .search-box {
    width: 200px;
  }
  .search-box .s-inp {
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 18px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
  }
  .search-box .s-btn {
    background: url(search-a.png) no-repeat;
    width: 17px;
    height: 17px;
    border: none;
    position: absolute;
    right: 10px;
    top: 6px;
  }
  nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
  nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    background-color: transparent;
    color: #274472;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: rgba(39, 68, 114, 0.5);
    padding: 5px!important;
    border-bottom: 1px solid rgba(39, 68, 114, 0.3);
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav {
    min-height: 60px;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    padding-top: 18px;
    padding-bottom: 12px;
    padding-left: 0;
  }
  nav.navbar.bootsnav .navbar-brand .logo {
    display: none;
  }
  nav.navbar.bootsnav .navbar-brand .logo-s {
    display: block;
  }
  nav.navbar.bootsnav .navbar-brand img {
    max-width: 260px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    margin-right: 0;
    width: 34px;
    height: 30px;
    background-color: #fff;
    top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #274472;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-bottom: 2px;
    border-right: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    border-top: none;
    border-bottom: 1px solid rgba(39, 68, 114, 0.3);
    text-align: left;
    color: #666;
  }
  .tools {
    right: 60px;
    top: 15px;
  }
  .tools .search-trigger {
    display: block;
  }
  .tools .search-box {
    display: none;
  }
  .tools .x-show {
    display: block;
    top: 30px;
    right: -5px;
  }
}
/*footer*/
.footer {
  background-color: #0c46a5;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  color: #ffffff;
}
.footer span {
  display: inline-block;
  margin-right: 20px;
}
.footer span:last-child {
  margin-right: 0;
}
.public-title {
  margin-bottom: 20px;
  overflow: hidden;
}
.public-title .title-txt {
  font-weight: bold;
  float: left;
  position: relative;
  height: 50px;
  line-height: 1;
  color: #1e2b57;
}
.public-title .title-txt:after {
  content: '';
  width: 35px;
  height: 5px;
  background-color: #e1e5f3;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.public-title .title-more {
  color: #0c46a5;
  float: right;
}
.public-title .title-more:hover {
  text-decoration: underline;
}
.public-box {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.public-more {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 23px;
  border: solid 1px #dedede;
  position: relative;
  color: #0c46a5;
  z-index: 1;
  overflow: hidden;
}
.public-more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 0;
  z-index: -1;
  transition: all 0.5s;
  background-color: #0c46a5;
}
.public-more:hover {
  border-color: #0c46a5;
  color: #fff;
}
.public-more:hover:after {
  left: 0;
  width: 100%;
}
/*index-banner*/
.index-banner {
  overflow: hidden;
}
.index-banner .banner-box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.index-banner .banner-box img {
  display: block;
  width: 100%;
}
.index-banner .banner-box .box-title {
  position: absolute;
  left: 13.5%;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #354a96;
  padding: 15px 30px;
  max-width: 745px;
  color: #fff;
}
.index-banner .banner-box .box-title .title-s {
  display: block;
  color: #333333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-banner .slick-dots {
  z-index: 99;
  bottom: 40px;
  left: auto;
  width: auto;
  right: 13.5%;
}
.index-banner .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.5s;
}
.index-banner .slick-dots li.slick-active {
  width: 42px;
  background-color: #354a96;
}
/*index-about*/
.index-about .about-img {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-top: 30px;
}
.index-about .about-img:after {
  content: '';
  position: absolute;
  background-color: #eef4fd;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 30px;
  bottom: 30px;
  z-index: -1;
}
.index-about .about-img img {
  display: block;
  border-radius: 5px;
  width: 100%;
}
.index-about .about-info .txt-s {
  line-height: 28px;
  color: #3b4461;
  text-align: justify;
  margin-bottom: 40px;
}
/*index-main*/
.index-main {
  background: url(img-02.png) no-repeat bottom center;
  background-size: cover;
}
.index-main .main-cont {
  margin-left: -2%;
  margin-right: -2%;
}
.across-world .map-box {
  margin-bottom: 15px;
  height: 300px;
  width: 100%;
}
.announcements-mod .box-s {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  margin-bottom: 25px;
}
.announcements-mod .box-s .box-date {
  position: absolute;
  top: 0;
  left: 0;
  background: url(img-03.png) no-repeat top center;
  width: 57px;
  height: 54px;
  text-align: center;
}
.announcements-mod .box-s .box-date span {
  display: block;
}
.announcements-mod .box-s .box-date .day-s {
  height: 36px;
  line-height: 36px;
  color: #1e2b57;
  font-weight: bold;
}
.announcements-mod .box-s .box-date .year-s {
  height: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
}
.announcements-mod .box-s .box-title {
  display: block;
  color: #3b4461;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.announcements-mod .box-s .box-txt {
  color: #787878;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.announcements-mod .box-s:hover .box-title {
  color: #354a96;
  text-decoration: underline;
}
.other-banner {
  height: 300px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
/*page-main*/
.page-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*---------- side-menu  ----------*/
.side-menu .menu-groups {
  overflow: hidden;
}
.side-menu .menu-groups .menu-box .a-title {
  min-height: 54px;
  line-height: 30px;
  background-color: #f2f4f9;
  border-radius: 6px;
  position: relative;
  padding: 12px 30px;
  color: #3e474c;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.side-menu .menu-groups .menu-box .a-title:hover,
.side-menu .menu-groups .menu-box .a-title.current {
  background-color: #274472;
  color: #fff;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding-bottom: 14px;
  line-height: 32px;
}
.bread-crumbs .bread-title {
  color: #3b4461;
  float: left;
  font-weight: bold;
  position: relative;
}
.bread-crumbs .bread-item-groups {
  float: right;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #3b4461;
}
.bread-crumbs .bread-item + .bread-item:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px;
}
.bread-crumbs .bread-item + .bread-item:before a {
  color: #737373;
}
.bread-crumbs a:hover {
  color: #3b4461;
}
/*page*/
.page {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
}
.page a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  margin: 2px 1px;
  color: #3e474c;
  background-color: #f2f4f9;
}
.page a:hover,
.page a.current,
.page a.a-s {
  background-color: #125199;
  color: #fff;
}
.single-page {
  color: #3b4461;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
}
.single-page .m-title h2 {
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-page .m-title .title-other {
  color: #999999;
}
.single-page .m-title .title-other span {
  margin: 0 10px;
  display: inline-block;
}
.single-page .box-cont {
  line-height: 2;
  text-align: justify;
}
.img-list .box-s {
  margin-bottom: 30px;
}
.img-list .box-s .box-img {
  height: 204px;
  margin-bottom: 5px;
}
.img-list .box-s .box-title {
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  border-bottom: 1px solid #f3f3f3;
  display: block;
  position: relative;
  text-align: center;
}
.img-list .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 0;
  overflow: hidden;
  background-color: #3b4461;
  transition: all 0.7s;
}
.img-list .box-s:hover .box-title {
  color: #3b4461;
}
.img-list .box-s:hover .box-title:after {
  left: 0;
  width: 100%;
}
.image-text-list .box-s {
  margin-bottom: 15px;
}
.image-text-list .box-s .box-img {
  overflow: hidden;
  height: 204px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.image-text-list .box-s .box-img img {
  vertical-align: middle;
  width: 100%;
  transition: all 0.7s;
}
.image-text-list .box-s .box-title {
  display: block;
  color: #333;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.image-text-list .box-s .box-date {
  color: #999999;
  margin-bottom: 10px;
}
.image-text-list .box-s .box-txt {
  line-height: 24px;
  color: #3e474c;
  height: 72px;
  overflow: hidden;
}
.image-text-list .box-s:hover .box-title {
  color: #3b4461;
}
.text-list .box-s {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  margin-bottom: 30px;
}
.text-list .box-s:hover .box-date {
  background-color: #63b2f5;
  color: #fff;
}
.text-list .box-s:hover .box-date .day-s {
  color: #fff;
}
.text-list .box-s:hover .box-title {
  text-decoration: underline;
}
.text-list .box-s .box-date {
  width: 56px;
  height: 60px;
  background-color: #ebf4fc;
  border-radius: 2px;
  color: #999999;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 10px;
}
.text-list .box-s .box-date span {
  display: block;
}
.text-list .box-s .box-date .day-s {
  font-weight: bold;
  color: #3e474c;
  height: 24px;
  line-height: 24px;
}
.text-list .box-s .box-title {
  color: #5278c5;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.text-list .box-s .box-txt {
  overflow: hidden;
  line-height: 18px;
  height: 36px;
  color: #95999e;
}
/*# sourceMappingURL=style.css.map */