body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #fffefe;
  overflow-x: hidden;
  height: 100%;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
/*-------------------------------- nav ----------------------------------*/
nav.navbar.bootsnav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border: none;
  min-height: 110px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.36s ease;
  z-index: 999;
}
nav.navbar.bootsnav .navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.5s;
}
nav.navbar.bootsnav .navbar-nav {
  float: right;
  transition: all 0.5s;
}
nav.navbar.bootsnav .nav-other {
  position: absolute;
  right: 0;
  top: 37px;
}
nav.navbar.bootsnav.other-nav {
  background: #2d77bd;
}
.other-body {
  padding-top: 110px;
}
nav.navbar.bootsnav.other-nav ul.nav > li > a:hover,
nav.navbar.bootsnav.other-nav ul.nav > li.active > a,
nav.navbar.bootsnav.other-nav ul.nav > li.active > a:hover,
nav.navbar.bootsnav.other-nav ul.nav > li.dropdown.on > a {
  background-color: #fff;
  color: #0b57e2;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #2d77bd;
  color: #fff;
}
nav.navbar.bootsnav .navbar-toggle {
  padding: 1px 10px;
  top: 0;
  right: 15px;
  margin: 20px 0 20px 0;
  height: 30px;
  background-color: #fff;
}
nav.navbar.bootsnav .navbar-toggle .fa {
  color: #061125;
}
@media (min-width: 993px) {
  .navbar-nav {
    margin-right: 30px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 40px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 45px 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 2px solid #0b57e2;
    background-color: #fff;
    border-radius: 3px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu a {
    display: block;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 0;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #2d77bd;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .other-body,
  body {
    padding-top: 70px;
  }
  nav.navbar.bootsnav {
    min-height: 70px;
    background: #2d77bd;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav.navbar.bootsnav .navbar-brand img {
    width: 130px;
  }
  nav.navbar.bootsnav .nav-other {
    right: 70px;
    top: 18px;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 0;
    padding: 15px;
    background-color: rgba(45, 119, 189, 0.8);
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-top: none;
    border-bottom-color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    padding: 15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    background: none;
    font-weight: bold;
    color: #061125;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding-right: 15px !important;
    background-color: rgba(6, 17, 37, 0.78);
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
    border-bottom: none;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse {
    border-top: 1px solid rgba(6, 17, 37, 0.78);
  }
  nav.navbar.bootsnav.other-nav ul.nav > li > a:hover,
  nav.navbar.bootsnav.other-nav ul.nav > li.active > a,
  nav.navbar.bootsnav.other-nav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav.other-nav ul.nav > li.dropdown.on > a {
    background: none;
    color: #061125;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .container {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    max-width: 245px;
    padding-top: 10px;
  }
  nav.navbar.bootsnav .nav-other {
    border-left: none;
    padding-left: 0;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
/*footer*/
/*.footer {
  text-align: center;
  background-color: #23558e;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
.footer a,
.footer span {
  display: inline-block;
  color: #fff;
  line-height: 24px;
}
.footer span {
  margin-left: 10px;
  margin-right: 10px;
}
.footer .footer-link {
  margin-bottom: 25px;
}*/
.index-banner img {
  display: block;
  width: 100%;
}
.public-box {
  padding-top: 6%;
  padding-bottom: 6%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.public-box.bg-01 {
  background-color: #fafafa;
}
.public-title {
  text-align: center;
  margin-bottom: 5%;
  position: relative;
  font-weight: bold;
  padding-bottom: 20px;
  color: #3f3f3f;
}
.public-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 4px;
  background-color: #252525;
}
.public-title .title-txt {
  margin-top: 15px;
}
.index-box-01 .main-cont {
  border-top: solid 1px #e5e5e5;
  padding-top: 4%;
}
.index-box-01 .box-img {
  overflow: hidden;
}
.index-box-01 .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.index-box-01 .box-img:hover img {
  transform: scale(1.1);
}
.index-box-01 .box-info {
  line-height: 30px;
  color: #000000;
  padding-top: 25px;
}
.index-box-01 .txt-s {
  margin-bottom: 30px;
}
.index-box-01 .more-s {
  display: block;
  background: url("../images/img-04.png") no-repeat right 10px center #3181c7;
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  transition: all 0.5s;
}
.index-box-01 .more-s:hover {
  box-shadow: 0 0 8px 0 rgba(49, 129, 199, 0.5);
  opacity: 0.9;
}
.index-box-02 .box-main {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 25px 30px;
}
.index-box-02 .box-main:after,
.index-box-02 .box-main:before {
  content: '';
  position: absolute;
  top: 0;
  width: 27px;
  height: 21px;
}
.index-box-02 .box-main:before {
  left: 0;
  background: url("../images/img-10.png") no-repeat;
}
.index-box-02 .box-main:after {
  right: 0;
  background: url("../images/img-11.png") no-repeat;
}
.index-box-02 .box-s {
  margin-bottom: 10%;
  text-align: center;
  color: #163a5c;
}
.index-box-02 .box-s .title-s {
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
.index-box-02 .box-s:last-child {
  margin-bottom: 0;
}
.index-box-03 .box-s {
  margin-bottom: 15px;
  background-color: #f6f6f5;
}
.index-box-03 .box-s:last-child {
  margin-bottom: 0;
}
.index-box-03 .box-s .row {
  display: flex;
  align-content: center;
}
.index-box-03 .box-s .row .box-w {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-box-03 .box-s .box-img {
  overflow: hidden;
}
.index-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.index-box-03 .box-s .box-info {
  padding: 30px;
}
.index-box-03 .box-s .box-info .txt-s {
  position: relative;
  padding-left: 30px;
  line-height: 30px;
  color: #595959;
  margin-bottom: 4%;
  text-align: justify;
}
.index-box-03 .box-s .box-info .txt-s:last-child {
  margin-bottom: 0;
}
.index-box-03 .box-s .box-info .txt-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: #2d77bd;
  border-radius: 4px;
}
.index-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-04 .box-list {
  position: relative;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-box-04 .box-list:before,
.index-box-04 .box-list:after {
  content: '';
  position: absolute;
}
.index-box-04 .box-list:before {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 29px;
  background-color: #2d77bd;
}
.index-box-04 .box-list:after {
  width: 14px;
  height: 14px;
  background-color: #2d77bd;
  border-radius: 7px;
  left: 23px;
  position: absolute;
  top: 0;
}
.index-box-04 .box-s {
  position: relative;
  padding-left: 85px;
  min-height: 60px;
  margin-bottom: 15px;
}
.index-box-04 .box-s .year-s {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
  position: absolute;
  margin-left: -85px;
  background-color: #3180c6;
}
.index-box-04 .box-s .txt-s {
  background-color: rgba(45, 119, 189, 0.1);
  border: solid 1px rgba(6, 92, 250, 0.2);
  position: relative;
  line-height: 30px;
  letter-spacing: 2px;
  color: #2d77bd;
  padding: 15px;
  border-radius: 5px;
}
.index-box-04 .box-s .txt-s:after {
  content: '';
  position: absolute;
  left: -12px;
  background: url("../images/img-09.png") no-repeat;
  width: 12px;
  height: 23px;
  top: 18px;
}
/*other-banner*/
.other-banner img {
  display: block;
  width: 100%;
}
/* page */
.page {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page a {
  display: inline-block;
  height: 38px;
  line-height: 36px;
  border: solid 1px #eeeeee;
  padding: 0 14px;
  font-size: 14px;
  margin: 5px 8px;
  color: #808080;
}
.page a:hover,
.page a.current {
  border-color: #c01920;
  color: #c01920;
}
.public-title-02 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 5%;
  color: #3f3f3f;
  font-weight: bold;
}
.public-title-02:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #2d77bd;
}
.public-title-03 {
  margin-bottom: 4%;
}
.public-title-03 span {
  display: inline-block;
  padding: 0 15px;
  min-width: 100px;
  background-color: #387ec0;
  height: 34px;
  line-height: 34px;
  position: relative;
}
.public-title-03 span:after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #387ec0;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  right: -20px;
}
/*---------------------------------  module  -------------------------------------*/
.mod-01 {
  margin-bottom: 5%;
  text-align: center;
}
.mod-01 .box-info {
  line-height: 30px;
  color: #252525;
  text-align: left;
}
.mod-01 .box-other {
  position: relative;
  line-height: 1.6;
  color: #2d77bd;
  font-weight: bold;
  padding: 30px;
  text-align: center;
  margin-top: 5%;
  display: inline-block;
}
.mod-01 .box-other:after,
.mod-01 .box-other:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 14px;
}
.mod-01 .box-other:before {
  top: 0;
  left: 0;
  background: url("../images/img-13.png") no-repeat;
}
.mod-01 .box-other:after {
  bottom: 0;
  right: 0;
  background: url("../images/img-14.png") no-repeat;
}
.mod-02 {
  margin-bottom: 5%;
}
.mod-02 .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.mod-02 .row .box-w {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.mod-02 .row .box-w:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.mod-02 .row .box-w:nth-child(2n) .box-s {
  background-color: #f1f8ff;
}
.mod-02 .box-s {
  border: 1px solid #ebebeb;
  width: 100%;
  overflow: hidden;
  margin-left: -1px;
  margin-right: -1px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}
.mod-02 .box-s .box-title {
  text-align: center;
  height: 76px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(0deg, #3286ca 0%, #2f6fba 47%, #2c57aa 100%), linear-gradient(#2d77bd, #2d77bd);
  background-blend-mode: normal,
      normal;
}
.mod-02 .box-s .box-info {
  line-height: 30px;
  padding: 35px 20px;
  color: #252525;
  text-align: center;
}
.mod-03 {
  margin-bottom: 5%;
}
.mod-03 .box-s {
  background-color: #fff;
  border: solid 1px #ebebeb;
  display: flex;
  min-height: 120px;
  margin-top: -1px;
}
.mod-03 .box-s .box-title {
  background-image: linear-gradient(-90deg, #3286ca 0%, #2f6fba 47%, #2c57aa 100%), linear-gradient(#2d77bd, #2d77bd);
  background-blend-mode: normal,
      normal;
  width: 76px;
  min-width: 76px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-03 .box-s .box-info {
  line-height: 30px;
  color: #595959;
  padding: 30px;
}
.mod-03 .box-s .box-info .box-txt {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.mod-03 .box-s .box-info .box-txt:last-child {
  margin-bottom: 0;
}
.mod-03 .box-s .box-info .box-txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: #2d77bd;
  border-radius: 4px;
}
.mod-03 .box-s:hover {
  background-color: #f1f8ff;
}
.mod-04 table {
  border: 1px solid #ebebeb;
}
.mod-04 table tr td {
  border: 1px solid #ebebeb;
  width: 50%;
  padding: 2%;
  color: #252525;
  line-height: 30px;
  background-color: #fff;
  transition: all 0.5s;
  position: relative;
}
.mod-04 table tr td:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.mod-04 table tr.table-title td {
  text-align: center;
  color: #fff;
  background-image: linear-gradient(0deg, #3286ca 0%, #2f6fba 47%, #2c57aa 100%), linear-gradient(#2d77bd, #2d77bd);
  background-blend-mode: normal,
          normal;
}
.mod-04 table tr > td:nth-child(1) {
  background-color: #f1f8ff;
}
.mod-04 .box-info .box-s {
  margin-bottom: 10px;
}
.mod-04 .box-info .title-s {
  font-weight: bold;
}
.mod-04 .box-info .title-s span {
  color: #2d77bd;
  margin-right: 10px;
}
.mod-04 .box-info .txt-s {
  margin-top: 10px;
}
.mod-04 .box-02 {
  position: relative;
  padding-left: 65px;
  min-height: 150px;
}
.mod-04 .box-02 .box-title {
  padding: 20px 10px;
  width: 40px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  background-color: #2d77bd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mod-05 .box-top {
  margin-bottom: 5%;
}
.mod-05 .box-top .row {
  margin-left: -2%;
  margin-right: -2%;
}
.mod-05 .box-top .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.mod-05 .box-top .box-img img {
  display: block;
  width: 100%;
}
.mod-05 .box-top .box-info {
  line-height: 30px;
  color: #252525;
  padding-top: 20px;
}
.mod-05 .box-groups .box-s {
  position: relative;
  padding: 25px 25px 25px 100px;
  margin-bottom: 20px;
}
.mod-05 .box-groups .box-s .box-icon {
  position: absolute;
  margin-left: -70px;
  width: 42px;
  height: 42px;
}
.mod-05 .box-groups .box-s .box-icon img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-05 .box-groups .box-s .box-icon img.img-h {
  display: none;
}
.mod-05 .box-groups .box-s .box-info .title-s {
  font-weight: bold;
  margin-bottom: 10px;
  color: #252525;
}
.mod-05 .box-groups .box-s .box-info .txt-s {
  line-height: 30px;
  color: #656565;
  min-height: 120px;
}
.mod-05 .box-groups .box-s:hover {
  background-image: linear-gradient(0deg, #3286ca 0%, #2f6fba 47%, #2c57aa 100%), linear-gradient(#2d77bd, #2d77bd);
  background-blend-mode: normal,
        normal;
}
.mod-05 .box-groups .box-s:hover .box-icon img.img-d {
  display: none;
}
.mod-05 .box-groups .box-s:hover .box-icon img.img-h {
  display: block;
}
.mod-05 .box-groups .box-s:hover .box-info .title-s {
  color: #fff;
}
.mod-05 .box-groups .box-s:hover .box-info .txt-s {
  color: #fff;
}
.mod-06 {
  background-image: linear-gradient(0deg, #3286ca 0%, #2f6fba 47%, #2c57aa 100%), linear-gradient(#2d77bd, #2d77bd);
  background-blend-mode: normal,
  normal;
}
.mod-06 .box-s {
  position: relative;
  min-height: 90px;
  padding-left: 120px;
  line-height: 30px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.mod-06 .box-s .box-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.mod-06 .box-s .box-icon img {
  display: block;
  transition: all 0.5s;
}
.mod-06 .box-s .box-txt {
  padding-top: 10px;
}
.mod-06 .box-s .box-txt .title-s {
  margin-bottom: 5px;
  font-weight: bold;
}
.mod-06 .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.mod-07 .box-info {
  line-height: 30px;
  color: #252525;
  margin-bottom: 5%;
}
.mod-07 .box-groups .row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.mod-07 .box-groups .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-07 .box-s {
  width: 100%;
  background-image: linear-gradient(0deg, #3286ca 0%, #2f6fba 47%, #2c57aa 100%), linear-gradient(#387ec0, #387ec0);
  background-blend-mode: normal,
    normal;
  border-radius: 15px;
  padding: 35px 20px;
  position: relative;
  transition: all 0.5s;
}
.mod-07 .box-s:after {
  content: '';
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  background-color: #ffffff;
  height: 1px;
}
.mod-07 .box-s .box-icon {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.mod-07 .box-s .box-icon img {
  vertical-align: middle;
  transition: all 0.5s;
}
.mod-07 .box-s .box-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.mod-07 .box-s .box-txt {
  line-height: 30px;
  color: #c7ddf6;
  min-height: 180px;
}
.mod-07 .box-s .box-txt .txt-s {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.mod-07 .box-s .box-txt .txt-s:last-child {
  margin-bottom: 0;
}
.mod-07 .box-s .box-txt .txt-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #c7ddf6;
  border-radius: 4px;
}
.mod-07 .box-s:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.mod-07 .box-s:hover .box-icon img {
  transform: scale(1.1);
}
.mod-08 {
  background-color: #f0f0f0;
}
.mod-08 .box-s {
  height: 90px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mod-08 .box-s img {
  transition: all 0.5s;
}
.mod-08 .box-s:hover img {
  transform: scale(1.1);
}
.mod-09 .box-s {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 100px;
  line-height: 36px;
  border-bottom: solid 1px #e5e5e5;
  color: #252525;
}
.mod-09 .box-s .date-s {
  position: absolute;
  right: 0;
  top: 15px;
}
.mod-09 .box-s .title-s {
  display: block;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #252525;
}
.mod-09 .box-s:hover .title-s {
  color: #387ec0;
}
.public-more {
  display: block;
  background: url("../images/img-04.png") no-repeat right 10px center #3181c7;
  width: 160px;
  height: 34px;
  line-height: 34px;
  padding-left: 20px;
  color: #fff;
}
.mod-10 {
  background-color: #f0f0f0;
}
.mod-10.list-page {
  background: none;
}
.mod-10 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.mod-10 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.mod-10 .box-img {
  overflow: hidden;
}
.mod-10 .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.mod-10 .box-img:hover img {
  transform: scale(1.1);
}
.mod-10 .box-s {
  border-bottom: solid 1px #e5e5e5;
  color: #252525;
  padding-right: 110px;
  position: relative;
}
.mod-10 .box-s .box-title {
  height: 96px;
  line-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959;
  display: block;
}
.mod-10 .box-s span {
  display: block;
}
.mod-10 .box-s .date-1,
.mod-10 .box-s .date-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.mod-10 .box-s .date-1 {
  line-height: 96px;
  font-size: 14px;
}
.mod-10 .box-s .date-2 {
  width: 96px;
  height: 96px;
  background-color: #2d77bd;
  color: #fff;
  padding: 12px;
  text-align: center;
  display: none;
}
.mod-10 .box-s .date-2 .day-s {
  line-height: 40px;
  margin-bottom: 10px;
}
.mod-10 .box-s .date-2 .year-s {
  line-height: 20px;
}
.mod-10 .box-s:hover .box-title {
  color: #2d77bd;
}
.mod-10 .box-s:hover .date-1 {
  display: none;
}
.mod-10 .box-s:hover .date-2 {
  display: block;
}
.mod-11 {
  background-color: #fafafa;
}
.mod-11 .box-s {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 10px;
}
.mod-11 .box-s .box-img {
  overflow: hidden;
}
.mod-11 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.mod-11 .box-s .box-info {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  color: #252525;
  line-height: 30px;
  padding-top: 30px;
}
.mod-11 .box-s .box-info:after {
  content: '';
  position: absolute;
  background-color: #252525;
  width: 34px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}
.mod-11 .box-s .box-info .box-title {
  display: block;
  height: 30px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959;
  margin-bottom: 8px;
}
.mod-11 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-11 .box-s:hover .box-info .box-title {
  color: #3181c7;
}
.mod-11 .arrow-groups {
  position: relative;
  margin-top: 30px;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
}
.mod-11 .arrow-groups .swiper-button-next,
.mod-11 .arrow-groups .swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 30px;
  height: 60px;
}
.mod-11 .arrow-groups .swiper-button-next:after,
.mod-11 .arrow-groups .swiper-button-prev:after {
  display: none;
}
.mod-11 .arrow-groups .swiper-button-next {
  right: 0;
  background: url("../images/img-34.png") no-repeat;
}
.mod-11 .arrow-groups .swiper-button-next:hover {
  background: url("../images/img-34-h.png") no-repeat;
}
.mod-11 .arrow-groups .swiper-button-prev {
  left: 0;
  background: url("../images/img-33.png") no-repeat;
}
.mod-11 .arrow-groups .swiper-button-prev:hover {
  background: url("../images/img-33-h.png") no-repeat;
}
.mod-12 .public-title-03 {
  margin-bottom: 8%;
}
.mod-12 .box-main {
  background-color: #fff;
  padding: 50px;
  border: solid 1px #e5e5e5;
}
.mod-12 .box-main .row {
  margin-left: -3%;
  margin-right: -3%;
}
.mod-12 .box-main .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.mod-12 .box-form {
  margin-bottom: 30px;
}
.mod-12 .box-form .form-box {
  margin-bottom: 20px;
}
.mod-12 .box-form .form-box .form-control {
  background-color: #fafafa;
  border-radius: 0;
}
.mod-12 .box-form .form-btn {
  padding-top: 40px;
  text-align: center;
}
.mod-12 .box-form .btn-s {
  width: 200px;
  height: 40px;
  background-image: linear-gradient(0deg, #3286ca 0%, #2f6fba 47%, #2c57aa 100%), linear-gradient(#2d77bd, #2d77bd);
  background-blend-mode: normal,
      normal;
  line-height: 40px;
  text-align: center;
  border: none;
  color: #fff;
}
.mod-12 .box-info .box-s {
  padding-left: 55px;
  min-height: 38px;
  position: relative;
  line-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #595959;
  margin-bottom: 20px;
}
.mod-12 .box-info .box-s .icon-s {
  position: absolute;
  margin-left: -55px;
  top: 0;
}
.mod-13 .m-title {
  border-bottom: 2px solid #cecece;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px;
  color: #313131;
}
.mod-13 .m-title h1 {
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: normal;
}
.mod-13 .main-cont {
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
  border-bottom: 2px solid #cecece;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.mod-13 .other-page {
  position: relative;
  padding-right: 150px;
  min-height: 50px;
  line-height: 28px;
  color: #313131;
}
.mod-13 .other-page .a-back {
  width: 133px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #898989;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 2px;
  color: #898989;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.mod-13 .other-page .a-back:hover {
  color: #f08a10;
  border-color: #f08a10;
}
.mod-13 .other-page .a-s {
  font-size: 14px;
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
  color: #313131;
}
.mod-13 .other-page .a-s:hover {
  color: #f08a10;
}
.bread-crumbs {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #666;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #2d77bd;
}
.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 a {
  color: #666;
}
.bread-crumbs a:hover {
  color: #2d77bd;
}
/*page*/
.page {
  text-align: center;
  padding-top: 45px;
}
.page a {
  display: inline-block;
  margin: 0 2px 5px 2px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  border-radius: 3px;
  height: 38px;
  line-height: 36px;
  padding: 0 14px;
  color: #666666;
  font-size: 16px;
  transition: all 0.5s;
}
.page a:hover,
.page a.current {
  border-color: #6fa7f5;
  background: #6fa7f5;
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */

/*
 * 20220421
 */

.footer {
  background-color: #23558e;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
/*.footer div{border: 1px solid #000000;}*/
.footer .foot-l {border-right: 1px solid #EEEEEE;}
.footer .foot-l .foot-left-title{margin-bottom: 10px;font-size: 16px;}
.footer .foot-l ul li p {padding-right: 100px;text-overflow: ellipsis;
    white-space: nowrap;display: block;overflow: hidden;    position: relative;}
.footer .foot-l ul li a span{position: absolute;
    right: 0;
    top: 0;}
.footer a,
.footer span {
  color: #fff;
  line-height: 24px;
}

.footer .foot-z .footer-link{ font-size: 16px;margin-bottom: 10px;}
.footer .foot-z p{margin-bottom: 2px;}

.footer .foot-l{padding-left: 0px;padding-right: 60px;}
.footer .foot-z{padding-left: 60px;}
.footer .foot-r{padding-right: 0px;}
.footer .foot-r p {text-align: right;}

#navbar-menu .bottom{
	display: none;
    width: 100%;
    left: 0;
    top: 110px;
    background-color: #fff;
    padding: 12px 5px;
    border-top: 2px solid #007dd6;
    box-sizing: border-box;
    position: absolute;
    z-index: 1000;
}
#navbar-menu .bottom a{
font-size: 14px;
    color: #555;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    text-align: center;
    display: block;
}
#navbar-menu ul li:hover .bottom{display: block;}
#navbar-menu .bottom a:hover{color: #0b57e2;}

@media (max-width: 970px) {
	
.footer .foot-z .footer-link{ font-size: 14px;margin-top: 20px;}	
.footer .foot-z p{margin-bottom: 5px;}
.footer .foot-l{padding-left: 0px;padding-right: 0px; border-right:none}
.footer .foot-z{padding-left: 0px;padding-right: 0px;}
.footer .foot-r{padding-left: 0px;padding-right: 0px;}
.footer .foot-r p{text-align: center;}

#navbar-menu .bottom{
	display: block;
	position: inherit;
    z-index: auto;
    left:auto;
    top: auto;
    background-color:#2d77bd;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#navbar-menu .bottom a{    color: #fff;font-size: 16px;padding-left: 50px;text-align: left;}

}