body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
body {
  border-top: 10px solid #033d74;
  position: relative;
  z-index: 1;
}
body:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #07539b;
  z-index: -1;
}
body.body-index:after {
  height: 510px;
}
body.body-other:after {
  height: 230px;
}
.tools {
  position: relative;
  z-index: 999;
  width: 30px;
  height: 30px;
}
.tools .search-trigger {
  height: 30px;
  width: 30px;
  line-height: 26px;
  background: url("gfsys-search-a.png") no-repeat center center #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tools .x-show {
  display: block;
  top: 32px;
  right: 0;
}
.search-box {
  position: absolute;
  width: 170px;
  display: none;
}
.search-box .s-inp {
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  color: #333;
}
.search-box .s-btn {
  background: url("gfsys-search-a.png") no-repeat center center;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 130px;
  border: none;
  background-color: #07539b;
  z-index: 999;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
  padding-top: 35px;
  padding-bottom: 0;
}
nav.navbar.bootsnav .navbar-other {
  float: right;
  position: absolute;
  right: 0;
  height: 30px;
  line-height: 30px;
  margin-top: 35px;
}
nav.navbar.bootsnav .navbar-other > div {
  float: left;
}
nav.navbar.bootsnav .navbar-other .languages {
  margin-right: 8px;
}
nav.navbar.bootsnav .navbar-other .languages a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  color: #ffffff;
  font-size: 12px;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 70px;
}
nav.navbar.bootsnav ul.nav li {
  position: relative;
}
nav.navbar.bootsnav ul.nav li:last-child:after {
  display: none;
}
nav.navbar.bootsnav ul.nav li a {
  text-align: center;
  font-weight: normal;
}
nav.navbar.bootsnav .dropdown-menu a:hover {
  color: #07539b !important;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
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 {
  background-color: transparent!important;
  color: #fff !important;
  border-bottom-color: #fff;
}
@media (min-width: 993px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 25px;
  }
  nav.navbar.bootsnav ul.nav > li:first-child {
    margin-left: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    padding: 0;
    color: #fff;
    line-height: 40px;
    border-bottom: 1px solid transparent;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100%;
    border-top: 3px solid #1958af;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 5px 10px;
    line-height: 34px;
    font-size: 14px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #1958af !important;
  }
}
@media (max-width: 1280px) {
  nav.navbar.bootsnav {
    min-height: 110px;
  }
  nav.navbar.bootsnav .navbar-brand {
    max-width: 370px;
    padding-top: 30px
  }
  nav.navbar.bootsnav .navbar-other {
    margin-top: 25px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-top: 60px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    min-height: 90px;
  }
  nav.navbar.bootsnav .navbar-brand {
    max-width: 300px;
    padding-top: 25px;
  }
  nav.navbar.bootsnav .navbar-other {
    margin-top: 10px;
    right: 15px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-top: 45px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  body {
    border-top-width: 5px;
  }
  nav.navbar.bootsnav {
    min-height: 80px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    position: absolute;
    right: 22px;
    margin-right: 0;
    top: 35px;
    background-color: transparent;
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    padding: 13px 0;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav {
    margin: 0;
    padding: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 0;
    margin-bottom: 2px;
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child a {
    border-bottom: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  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: rgba(16, 69, 142, 0.4) !important;
    color: #1958af;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 5px 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav {
    min-height: 80px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    position: absolute;
    right: 22px;
    margin-right: 0;
    top: 35px;
    background-color: transparent;
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    padding: 20px 0;
    max-width: 240px;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav {
    margin: 0;
    padding: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 0;
    margin-bottom: 2px;
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child a {
    border-bottom: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
/*footer*/
.footer .footer-info {
  background: #07539b;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.footer .footer-info .row {
  display: flex;
}
.footer .footer-info .box-w {
  background: url("gfsys-img-03.png") repeat-y right top;
}
.footer .footer-info .box-w:last-child {
  background: none;
}
.footer .footer-info .info-title {
  margin-bottom: 10px;
}
.footer .footer-info .info-title a {color: #fff;}
.footer .footer-info .info-title a:hover {color: #fff;}
.footer .footer-info .info-text {
  line-height: 30px;
}
.footer .footer-info .info-links-wrap {
  max-width: 266px;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer-info .info-links > div {
  margin-bottom: 5px;
}
.footer .footer-info .info-links > div:last-child {
  margin-bottom: 0;
}
.footer .footer-info .info-links .ui-select-wrap {
  display: block;
  border: none;
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.footer .footer-info .info-links .ui-select-arrow {
  right: 5px;
  border-top-color: #fff;
}
.footer .footer-info .info-links .ui-select-list {
  background-color: #4f85b8;
  border: none;
  overflow: auto;
  border-radius: 0;
  left: 0;
}
.footer .footer-info .info-erwms {
  text-align: right;
}
.footer .footer-info .info-erwms > div {
  display: inline-block;
  margin-left: 30px;
  text-align: center;
  width: 124px;
}
.footer .footer-info .info-erwms > div .box-img {
  margin-bottom: 10px;
}
.footer .footer-info .info-erwms > div:first-child {
  margin-left: 0;
}
.footer .footer-copy {
  background: #033d74;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
}
.footer .footer-copy .copy-main {
  padding-right: 0;
  min-height: auto;
  position: relative;
  color: #fff;
  text-align: center;
}
.footer .footer-copy .copy-txt {
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .footer-copy .copy-txt span,
.footer .footer-copy .copy-txt a {
  display: inline-block;
  color: #fff;
  /*float: left;*/
}
.footer .footer-copy .copy-txt .line {
  margin-left: 5px;
  margin-right: 5px;
}
.footer .footer-copy .copy-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.footer .footer-copy .copy-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-main {
  padding-top: 10px;
  padding-bottom: 40px;
  min-height: -moz-calc(100vh - 444px);
    min-height: -webkit-calc(100vh - 444px);
    min-height: calc(100vh - 444px);
}
.page-top {
  box-shadow: 0 0 10px 0 rgba(7, 83, 155, 0.21);
  border: solid 7px rgba(255, 255, 255, 0.51);
  background: url("gfsys-img-04.png") no-repeat top center;
  background-size: cover;
  min-height: 130px;
  padding: 25px 20px 20px;
  color: #fff;
  margin-bottom: 40px;
}

.page-top .col-lg-7, .page-top .col-lg-5 {
  width: 100%;
}

.public-title {
  position: relative;
  padding-top: 15px;
  margin-bottom: 12px;
  line-height: 30px;
  font-weight: bold;
}
.public-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 6px;
  background-color: #eb7c3e;
}
/*menu-class*/
.menu-class a {
  float: left;
  position: relative;
  height: 30px;
  line-height: 24px;
  color: #fff;
  margin-right: 30px;
  margin-bottom: 10px;
}
.menu-class a:last-child {
  margin-right: 0;
}
.menu-class a:after {
  content: '';
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  display: none;
}
.menu-class a:hover:after,
.menu-class a.active:after {
  display: block;
}
.menu-class a.active {
  font-weight: bold;
}
/*other-menu*/
.other-menu {
  margin-left: -15px;
  margin-bottom: 20px;
}
.other-menu a {
  float: left;
  min-width: 126px;
  height: 44px;
  line-height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  margin-left: 15px;
  margin-bottom: 15px;
}
.other-menu a:hover,
.other-menu a.active {
  background-color: #07539b;
  color: #fff;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
  text-align: right;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #1958af;
}
.bread-crumbs .bread-item > a + a: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;
  color: #fff;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.other-groups .row {
  margin-left: -3px;
  margin-right: -3px;
}
.other-groups .row .box-w {
  padding-left: 3px;
  padding-right: 3px;
}
.other-groups .box-s {
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  display: block;
  margin-bottom: 6px;
  color: #fff;
  text-align: center;
}
.other-groups .box-s span {
  display: block;
}
.other-groups .box-s .title-s {
  font-weight: bold;
}
.other-groups .box-s.box-01 span {
  display: inline-block;
}
/*---------- side-menu  ----------*/
.side-menu .menu-title {
  background: url("img-25.png") no-repeat right bottom #1958af;
  background-size: contain;
  height: 90px;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 25px;
  position: relative;
}
.side-menu .menu-title span {
  display: inline-block;
  position: relative;
  padding-top: 14px;
  line-height: 1;
}
.side-menu .menu-title span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 4px;
  background-color: #ca000e;
}
.side-menu .menu-title .side-menu-bar {
  position: absolute;
  right: 20px;
  top: 25px;
  display: none;
}
.side-menu .menu-title .side-menu-bar a:active,
.side-menu .menu-title .side-menu-bar a:focus,
.side-menu .menu-title .side-menu-bar a:hover {
  color: #fff;
}
.side-menu .menu-groups {
  overflow: hidden;
  padding-bottom: 80px;
}
.side-menu .menu-groups .menu-box {
  border-bottom: 1px solid #e0e8f4;
}
.side-menu .menu-groups .menu-box .a-title {
  min-height: 50px;
  line-height: 30px;
  background: url("img-27.png") no-repeat right 15px center #fff;
  position: relative;
  padding: 10px 30px 10px 35px;
  color: #3b4461;
  display: block;
}
.side-menu .menu-groups .menu-box .a-title:after {
  content: '';
  width: 5px;
  height: 16px;
  background-color: #c8cddf;
  border-radius: 3px;
  position: absolute;
  left: 20px;
  top: 17px;
}
.side-menu .menu-groups .menu-box .a-title:hover,
.side-menu .menu-groups .menu-box .a-title.current {
  background: url("img-27.png") no-repeat right 15px center #1958af;
  color: #fff;
}
.side-menu .menu-groups .menu-box .down-menu {
  padding: 0 15px 15px 35px;
}
.side-menu .menu-groups .menu-box .down-menu a {
  display: block;
  background: url("img-29.png") no-repeat left center;
  padding-left: 18px;
  height: 36px;
  line-height: 36px;
  color: #fff;
}
.side-menu .menu-groups .menu-box.active {
  background-image: linear-gradient(-90deg, #39b1e9 0%, #1e66c9 100%);
}
.side-menu .menu-groups .menu-box.active .a-title {
  background: url("img-28.png") no-repeat right 15px center;
  color: #fff;
}
.side-menu .menu-groups .menu-box.active .a-title:after {
  background-color: #fff;
}
.side-menu-groups .close-side {
  display: none;
}
/*page*/
.page {
  text-align: right;
  margin-top: 30px;
}
.page a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: 40px;
  margin-left: 4px;
  border: solid 1px #eeeeee;
  text-align: center;
  margin-bottom: 5px;
}
.page a.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.page a:hover,
.page a.active {
  background-color: #07539b;
  color: #fff;
}
.page-phone {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  background-color: #07539b;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*other-page*/
.mod-01 table {
  border: solid 1px #dcdcdc;
}
.mod-01 th,
.mod-01 td {
  border: solid 1px #dcdcdc;
  line-height: 24px;
  color: #333333;
  padding: 10px 20px;
}
.mod-01 th {background: #f7f7f7;font-size: 17px;}
.single-page {
  color: #3b4461;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
}
.single-page .m-title h1 {
  line-height: 1.5;
  color: #07539b;
  font-weight: bold;
}
.single-page .box-cont {
  color: #333333;
  text-align: justify;
  line-height: 2.2;
}
.mod-02 .row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.mod-02 .row .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.mod-02 .person-left {
  margin-bottom: 20px;
}
.mod-02 .person-left .person-top .box-img img {
  display: block;
  width: 100%;
}
.mod-02 .person-left .person-top .box-info {
  background-color: #07539b;
  padding: 20px;
  color: #fff;
  line-height: 36px;
}
.mod-02 .person-left .person-top .box-info span {
  display: inline-block;
  margin-right: 8px;
}
.mod-02 .person-left .person-top .box-info .name-s span {
  font-weight: bold;
}
.mod-02 .person-left .person-top .box-info .info-s span a {color: #fff;}
.mod-02 .person-left .person-top .box-info .info-s span a:hover {color: #bcdeff;}
.mod-02 .person-left .person-job {
  background-color: #eef3f8;
  padding: 20px;
  color: #333333;
  line-height: 2.2;
}
.mod-02 .person-info {
  line-height: 2;
  color: #000000;
  text-align: justify;
}
.mod-02 .person-info .box-info {
  margin-bottom: 30px;
}
.mod-02 .person-info .box-groups {
  margin-bottom: 25px;
}
.mod-02 .person-info .box-groups:last-child {
  margin-bottom: 0;
}
.mod-02 .person-info .box-groups .title-s {
  color: #07539b;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.img-list .box-s {
  margin-bottom: 35px;
}
.img-list .box-s .box-img {
  height: 340px;
  margin-bottom: 15px;
}
.img-list .box-s .box-info a {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.img-list .box-s .box-info .box-name {
  color: #333333;
  font-weight: bold;
  height: 30px;
  line-height: 30px;margin-bottom: 2px;
}
.img-list .box-s .box-info .box-job {
  line-height: 24px;
  height: 24px;
}
.img-list .box-s:hover .box-info .box-name {
  color: #07539b;
}
.img-list-02 .box-s {
  margin-bottom: 35px;
}
.img-list-02 .box-s .box-img {
  width: 226px;
  height: 226px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.img-list-02 .box-s .box-info .box-name {
  color: #333333;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.img-list-02 .box-s .box-info .box-txt {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-align: center;
}
.img-list-02 .box-s:hover .box-info .box-name {
  color: #07539b;
}
.img-txt-list .box-s {
  margin-bottom: 35px;
}
.img-txt-list .box-s .box-img {
  height: 295px;
  margin-bottom: 15px;
}
.img-txt-list .box-s .box-info .box-title {
  color: #333333;
  height: 30px;
  line-height: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.img-txt-list .box-s .box-info .box-txt {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  color: #666666;
}
.img-txt-list .box-s:hover .box-info .box-title {
  color: #07539b;
}
.img-txt-list-02 .box-s {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 100px;
}
.img-txt-list-02 .box-s .box-img {
  width: 296px;
  float: left;
  overflow: hidden;
  position: relative;margin-right: 36px;
}
.img-txt-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.img-txt-list-02 .box-s .box-date {
  position: static;
  margin-bottom: 5px;
  border: none;
  background: none;
  width: auto;
  height: auto;
  text-align: left;
  padding: 0;
  line-height: 30px;
  color: #07539b;
  z-index: 99;
}
.img-txt-list-02 .box-s .box-date span {
  display: inline-block;
  text-align: center;
}
.img-txt-list-02 .box-s .box-date .s-1 {
  border-bottom: none;
  line-height: 30px;font-weight: 700;
}
.img-txt-list-02 .box-s .box-date .s-2 {
  height: 24px;
  line-height: 24px;
}

.img-txt-list-02 .box-s .box-img .box-date {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 68px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 4px;
  border: solid 1px #07539b;
  color: #07539b;
  padding: 0 8px;
  z-index: 99;
}
.img-txt-list-02 .box-s .box-img .box-date span {
  display: block;
  text-align: center;
}
.img-txt-list-02 .box-s .box-img .box-date .s-1 {
  line-height: 44px;
  font-weight: bold;
  border-bottom: 1px solid #07539b;
}
.img-txt-list-02 .box-s .box-img .box-date .s-2 {
  height: 24px;
  line-height: 24px;
}
.img-txt-list-02 .box-s .box-info {
  /*margin-left: 390px;
  position: relative;*/
  padding-top: 0px;
}
.img-txt-list-02 .box-s .box-info .box-title {
  display: block;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 10px;
}
.img-txt-list-02 .box-s .box-info .box-txt {
  line-height: 28px;
  color: #737373;
  max-height: 84px;
  overflow: hidden;
  margin-bottom: 10px;
}
.img-txt-list-02 .box-s .box-info .box-more {
  line-height: 24px;
  color: #07539b;
}
.img-txt-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-txt-list-02 .box-s:hover .box-info .box-title {
  color: #07539b;
}
.img-txt-list-02 .box-s:hover .box-info .box-more {
  text-decoration: underline;
}
.text-list {
  margin-left: -2%;
  margin-right: -2%;
}
.text-list .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.text-list .box-s {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  margin-bottom: 25px;
}
.text-list .box-s:hover .box-date {
  background-color: #07539b;
}
.text-list .box-s:hover .box-title,
.text-list .box-s:hover .box-more {
  text-decoration: underline;
  color: #07539b;
}
.text-list .box-s .box-date {
  width: 60px;
  height: 60px;
  background-color: #c19968;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 8px;
}
.text-list .box-s .box-date span {
  display: block;
}
.text-list .box-s .box-date .day-s {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.text-list .box-s .box-title {
  color: #333333;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 2px;
  display: block;
}
.text-list .box-s .box-more {
  color: #8c8c8c;
  line-height: 16px;
}
/*index-page*/
.index-title {
  margin-bottom: 15px;
}
.index-title .title-s,
.index-title .title-more {
  line-height: 40px;
}
.index-title .title-s {
  color: #333333;
  float: left;
}
.index-title .title-more {
  color: #595959;
  float: right;
  line-height: 40px;
}
.index-title .title-more:hover {
  color: #07539b;
}
.index-box {
  margin-bottom: 30px;
}
.index-person {
  box-shadow: 0 0 10px 0 rgba(7, 83, 155, 0.21);
  border: solid 9px rgba(255, 255, 255, 0.51);
}
.index-person .box-info,
.index-person .box-img {
  height: 450px;
  float: left;
}
.index-person .box-info {
  background: url("gfsys-img-39.png") no-repeat top center;
  background-size: cover;
  padding: 30px;
  width: 34%;
}
.index-person .box-img {
  width: 66%;
}
.index-person .info-cont {
  background-color: #ebf1f7;
  height: 100%;
  padding: 25px 30px;
}
.index-person .info-cont .box-name {
  position: relative;
  margin-left: -30px;
  padding-left: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
.index-person .info-cont .box-name:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #eb7c3e;
}
.index-person .info-cont .box-txt {
  line-height: 28px;
  color: #162331;
  max-height: 224px;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: justify;
}
.index-person .info-cont .box-more {
  display: block;
  border: solid 1px #a3aebb;
  width: 105px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #162331;
}
.index-person .info-cont .box-more:hover {
  border-color: #fff;
  background-color: #07539b;
  color: #fff;
}
.index-groups {
  margin-left: -1.6%;
  margin-right: -1.6%;
}
.index-groups .box-w {
  padding-left: 1.6%;
  padding-right: 1.6%;
}
.index-mod-01 .news-banner {
  overflow: hidden;
}
.index-mod-01 .news-banner .banner-box {
  position: relative;
  overflow: hidden;
}
.index-mod-01 .news-banner .banner-box .box-img {
  overflow: hidden;
  height: 233px;
}
.index-mod-01 .news-banner .banner-box .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-mod-01 .news-banner .slick-dots {
  bottom: 10px;
  left: auto;
  width: auto;
  right: 10px;
  z-index: 99;
}
.index-mod-01 .news-banner .slick-dots .slick-dot {
  width: 10px;
  height: 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  margin: 0 4px;
}
.index-mod-01 .news-banner .slick-dots .slick-dot.slick-active {
  width: 26px;
  background-color: #07539b;
}
.index-mod-01 .news-hot {
  background-color: #f1f3f8;
  height: 172px;
  padding: 15px 20px;
}
.index-mod-01 .news-hot .box-title {
  display: block;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.index-mod-01 .news-hot .box-txt {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  color: #737373;
  margin-bottom: 10px;
}
.index-mod-01 .news-hot .box-more {
  display: block;
  background: url("gfsys-img-41.png") no-repeat;
  width: 21px;
  height: 11px;
}
.index-mod-01 .news-hot:hover .box-title {
  color: #07539b;
}
.index-mod-02 .box-s {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  margin-bottom: 23px;
}
.index-mod-02 .box-s:last-child {
  margin-bottom: 0;
}
.index-mod-02 .box-s:hover .box-date {
  background-color: #07539b;
}
.index-mod-02 .box-s:hover .box-title,
.index-mod-02 .box-s:hover .box-more {
  text-decoration: underline;
  color: #07539b;
}
.index-mod-02 .box-s .box-date {
  width: 60px;
  height: 60px;
  background-color: #c19968;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 8px;
}
.index-mod-02 .box-s .box-date span {
  display: block;
}
.index-mod-02 .box-s .box-date .day-s {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.index-mod-02 .box-s .box-title {
  color: #333333;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 2px;
  display: block;
}
.index-mod-02 .box-s .box-more {
  color: #8c8c8c;
  line-height: 16px;
}
.index-mod-03 .box-groups {
  margin-left: -6px;
  margin-right: -6px;
}
.index-mod-03 .box-groups .box-w {
  padding-left: 6px;
  padding-right: 6px;
  float: left;
  width: 33.333%;
}
.index-mod-03 .box-groups .box-w:nth-last-child(-n +3) .box-s {
  margin-bottom: 0;
}
.index-mod-03 .box-s {
  margin-bottom: 14px;
  height: 90px;
  background-color: #f5f5f5;
  border: solid 1px #d6d6d6;
  display: block;
  padding: 8px;
  text-align: center;
}
.index-mod-03 .box-s span {
  display: block;
}
.index-mod-03 .box-s .box-icon {
  height: 44px;
  line-height: 44px;
  margin-bottom: 5px;
}
.index-mod-03 .box-s .box-icon img {
  vertical-align: middle;
  transition: all 0.5s;
}
.index-mod-03 .box-s .box-title {
  height: 18px;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-mod-03 .box-s:hover {
  border-color: #07539b;
}
.index-mod-03 .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.index-mod-03 .box-s:hover .box-title {
  color: #07539b;
}
.index-mod-04 .box-s .box-img,
.index-mod-04 .box-s .box-info {
  height: 180px;
  float: left;
  width: 50%;
}
.index-mod-04 .box-s .box-info {
  background-color: #07539b;
  padding: 20px;
}
.index-mod-04 .box-s .box-info .box-title {
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.index-mod-04 .box-s .box-info .box-txt {
  line-height: 22px;
  height: 88px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
}
.index-mod-04 .box-s:hover .box-info .box-title {
  text-decoration: underline;
}
.index-mod-05 .box-main {
  position: relative;
}
.index-mod-05 .box-main .box-img {
  height: 360px;
}
.index-mod-05 .box-main .box-img .box-video {
  position: absolute;
  z-index: 8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("gfsys-img-38.png") no-repeat center center;
}
.index-mod-05 .box-main .box-title {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/gfsys-img-34.png") repeat-x bottom center;
}
.index-mod-05 .box-main .box-title .title-s {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
}
.index-mod-05 .box-main .box-title .title-s span {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*荣誉列表*/
.honor-list .box-s {
  margin-bottom: 15px;
}
.honor-list .box-s .box-img {
  height: 200px;
  border: solid 1px #eeeeee;
  margin-bottom: 10px;
}
.honor-list .box-s .box-title {
  height: 32px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  display: block;
}
.honor-list .box-s:hover .box-title {
  color: #07539b;
}
/*page*/
.pmt1 {margin-top: 30px;}
.page {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
}
.page a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 0 14px;
  margin: 2px 1px;
}
.page a:hover,
.page a.current,
.page a.a-s {
  background-color: #508ded;
  color: #fff;
}

.pagefrm1 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    height: 24px; width: 36px;
    line-height: 22px;
    text-align:center; margin-right: 8px; float: left;
}
.pagefrm2 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    height: 24px; width: 46px;
    line-height: 22px;
    border: 1px solid #CCCCCC;
}
.pageline { border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px;float: left;width: 100%;}
.pageline1 { border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px; width:95%; display:block; overflow:hidden;}
#pages {
    width:100%; FONT-SIZE: 14px; TEXT-ALIGN: right; CLEAR: both; border-top: dotted 0px #cccccc; overflow: hidden; PADDING-TOP: 0px;float: left;
}
#pages A {
    BORDER: #dedede 1px solid; HEIGHT: 36px; BACKGROUND: #fff; COLOR: #333; PADDING: 0 12.9px; TEXT-DECORATION: none; MARGIN: 0px 8px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 20px;
}
#pages A:visited {
    BORDER: #dedede 1px solid; HEIGHT: 36px; BACKGROUND: #fff; COLOR: #333; PADDING: 0 12.9px; TEXT-DECORATION: none; MARGIN: 0px 8px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 20px;
}
#pages A:hover {
    BORDER: #dedede 1px solid; HEIGHT: 36px; BACKGROUND: #fff; COLOR: #333; PADDING: 0 12.9px; TEXT-DECORATION: none; MARGIN: 0px 8px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 20px;
}
#pages SPAN {
    HEIGHT: 36px;
    COLOR: #333;
    PADDING: 0 12.9px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 36px;
    font-size: 14px;border-radius: 20px;
}
/*#pages input {height: 24px; width: 36px;LINE-HEIGHT: 16px; float: left; margin-top: 0px; margin-left: 3px;}*/
#pages A:hover {
    BORDER: #0c53b0 1px solid; BACKGROUND: #0c53b0; COLOR: #fff;
}
#pages A.curr {
    BORDER: #0c53b0 1px solid; BACKGROUND: #0c53b0; COLOR: #fff;
}
#pages A.curr:visited {
    BORDER: #0c53b0 1px solid; BACKGROUND: #0c53b0; COLOR: #fff;
}
#pages A:hover {
    BORDER: #0c53b0 1px solid; BACKGROUND: #0c53b0; COLOR: #fff;
}

/* Breadcrumb
---------------------------------- */
.breadcrumb { background: transparent;
	margin-bottom: 0;
	font-size: 15px;
	border-radius: 0px;padding: 0;
}
.breadcrumb > li { color:#fff;}
.breadcrumb > li > a { color:#fff;}
.breadcrumb > li > a:hover { color:#84dbff;}
/*.breadcrumb > li > a:last-child { color:#84dbff;}*/
@media (max-width: 767px) {
	.breadcrumb {padding: 10px 0 0 0;}
}
/*------------------------------------*/
.left {float: left;}
.right {float: right;}
.nrhei {font-size: 16px;line-height: 190%;color: #333;word-wrap:break-word;}
.xlmain {display: block;margin: 0px;}
.xlmain .wztitle {
	color: #00409a;
	line-height: 140%;
	text-align: center;
	font-size: 24px;
	padding: 15px 0px 25px 0px;font-weight: 700;
}
.xlmain .basicinfo {
	overflow: hidden;
	border-bottom: solid 1px #cccccc;
	padding: 0px 0px 8px 0px;
}
.xlmain .basicinfo .qtinfo {
	color: #888;
	font-size: 13px;
	margin: 4px 0 0 0;
}
.xlmain .basicinfo .qtinfo a {
	color: #888;
	text-decoration: none;
}
.xlmain .basicinfo .qtinfo a:hover {
	color: #de0c0c;
	text-decoration: none;
}
.xlmain .basicinfo .share {
	overflow: hidden;
	float: right;padding: 7px 0 0 0;
}
.xlmain .basicinfo .share .bshare-custom a {height: 18px;}
.xlmain .text {
	margin: 20px 0 0 0;
	overflow: hidden;
	display: block;
}
.xlmain .text p {
	margin: 0 0 16px 0;
}
.xlmain .text p:last-child {
	margin: 0 0 0 0;
}
.xlmain .text img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.xlmain .textxl {
	margin: 20px 2px;
	overflow: hidden;
	display: block;
}
.xlmain .textxl p {
	margin: 0 0 15px 0;
}
.xlmain .textxl p:last-child {
	margin: 0 0 0 0;
}
.xlmain .textxl img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.xlmain .textxl table {
	margin: 0 0 15px 0;
}
.xlmain .textxl td {
	text-align: center;
}
.xlmain .textxl video {width: 50%;margin: 8px auto 15px auto;display: block;height: 100%;object-fit: fill}

.xlmain .textry {overflow: hidden;font-size: 16px;line-height: 190%;}
.xlmain .textry h3 {font-size: 32px;line-height: 140%;text-align: center;font-weight: 700;padding: 16px 0 16px 0;border-bottom: #e0e0e0 solid 1px;color: #222;margin: 0 0 30px 0;}
.xlmain .textry .left img {max-width: 198px;margin-right: 35px;margin-bottom: 12px;}
.xlmain .textry .mt {margin-top: 288px;}
.xlmain .textry p {margin: 0 0 16px 0;}
.xlmain .textry p:last-child {margin: 0;}
.xlmain .textry strong {font-size: 20px;color: #0d4394;/*overflow: hidden;display: block;margin-bottom: -15px;*/ }
.xlmain .textry th {color: #333;font-size: 16px;}
.xlmain .textry .ryjbxx {margin-bottom: 36px;}
.xlmain .textry .ryjbxx h4 {font-size: 28px;font-weight: 700;color: #003698;margin: 3px 0 26px 0;}
.xlmain .textry .ryjbxx h4 span {font-size: 18px;font-weight: 700;color: #003698;margin-left: 20px;}
.xlmain .textry .ryjbxx p a {color: #333;}
.xlmain .textry .ryjbxx p a:hover {color: #4c6bda;}
.xlmain .textry .ryjbxx p {margin: 0;}
.xlmain .textry .ryinfo {}
.xlmain .textry .rydetail {overflow: hidden;background: #f5fafe;padding: 18px 30px 30px 30px;margin: 26px 0 0 0;}
.xlmain .textry .rydetail tbody {background-color: transparent;}
.bsTop {width: 100% !important;}
.bsFrameDiv {height: 209px !important;}
.bsFrameDiv > div > img {margin: 15px !important;}
@media (min-width: 767px) {
	.xlmain .textxl img {max-width: 740px;}
}
@media (max-width: 1199px) {
	
}
@media (max-width: 1024px) {
	
}
@media (max-width: 991px) {
    .xlmain .textxl video {width: 76%;}
}
@media (max-width: 767px) {
.xlmain .wztitle {padding: 15px 0px 11px 0px;}
.xlmain .basicinfo .qtinfo {text-align: center;margin: 0 0 8px 0;}
.xlmain .basicinfo .share {float: none;width: 112px;margin: 0 auto 15px auto;padding: 0;}
.xlmain .textxl {margin: 20px 0;}
.xlmain .textry .rydetail {padding: 14px 18px 18px 18px;}
.xlmain .textry .left {width: 100%;}
.xlmain .textry .left img {max-width: 240px;margin: 0 auto 30px auto;display: block;}
.xlmain .textxl video {width: 100%;}
.xlmain .textry h3 {font-size: 26px;}
}