.gp-header3 {
  z-index: 880;
  position: relative;
  background-color: #1e3282;
}
@media screen and (max-width:996px) {
  .gp-header3 {
    /*width: 100%;*/
    position: relative;
    height: auto;
  }
}
.gp-header3 .gp-top {
  position: relative;
}
.gp-header3 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.gp-header3 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 21px 0;
  box-sizing: border-box;
}
.gp-header3 .gp-top .gp-logo a img {
  max-height: 70px;
}
.gp-header3 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header3 .gp-top .gp-logo:hover {
  opacity: 0.9;
}
.gp-header3 .gp-top .gp-search-wrap {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}
.gp-header3 .gp-top .gp-search-wrap a {
  opacity: 0.6;
  transition: all 0.35 ease-in-out;
  margin: 0 10px;
  color: #fff;
}
.gp-header3 .gp-top .gp-search-wrap .gp-search {
  width: 220px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid #bfbeac;
  margin-left: 10px;
  background-color: #fff;
}
.gp-header3 .gp-top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header3 .gp-top .gp-search-wrap .gp-search .gp-ser input,
.gp-header3 .gp-top .gp-search-wrap .gp-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header3 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #666;
  width: 80%;
  left: 0;
  padding-left: 4%;
  opacity: 0.5;
}
.gp-header3 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #1e3282;
}
.gp-header3 .gp-top:hover {
  opacity: 1;
  color: #fff;
}
.gp-header3 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header3 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  margin: 2px 20px 0 0;
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 30px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
  margin-left: 0;
}
.gp-header3 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.gp-header3 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #1e3282;
}
.gp-header3 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #1e3282;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}
.gp-header3 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header3 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header3 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header3 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input.notxt {
  color: #a6a6a6;
  opacity: 0.5;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}
.gp-header3 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #1e3282;
  left: 0;
  width: 40px;
}
.gp-header3 .gp-menu .gp-menu-nav > ul {
  padding: 0 30px;
}
.gp-header3 .gp-menu .gp-menu-nav > ul > li {
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  transform: translateX(-40px);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.gp-header3 .gp-menu .gp-menu-nav > ul > li > a {
  display: inline-block;
  padding: 1.2rem 0 1.2rem 0;
  font-size: 16px;
  width: 60%;
  line-height: 1.4;
}
.gp-header3 .gp-menu .gp-menu-nav > ul > li > .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  top: 4px;
  color: #dad6ce;
}
.gp-header3 .gp-menu .gp-menu-nav > ul > li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}
.gp-header3 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li > a {
  display: inline-block;
  padding: 0.5rem 0 0.5rem 10px;
  font-size: 14px;
}
.gp-header3 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li.on span {
  transform: rotate(45deg);
}
.gp-header3 .gp-menu .gp-menu-nav > ul > li.on span {
  transform: rotate(90deg);
}
.gp-header3 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header3 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}
.gp-header3 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}
.gp-header3 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}
.gp-header3 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}
.gp-header3 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}
.gp-header3 .gp-nav-wrap .gp-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
}
.gp-header3 .gp-nav-wrap .gp-nav > li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.gp-header3 .gp-nav-wrap .gp-nav > li > a {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 50;
  position: relative;
  vertical-align: top;
  height: 59px;
  line-height: 59px;
  position: relative;
}
.gp-header3 .gp-nav-wrap .gp-nav > li > a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}
.gp-header3 .gp-nav-wrap .gp-nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header3 .gp-nav-wrap .gp-nav > li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 59px;
  width: 200px;
  display: none;
  text-align: center;
  background-color: rgba(30, 50, 130, 0.85);
  margin: 0;
  margin-left: -100px;
}
.gp-header3 .gp-nav-wrap .gp-nav > li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}
.gp-header3 .gp-nav-wrap .gp-nav > li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header3 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header3 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header3 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
@media screen and (max-width:996px) {
  .gp-header3 .searchWrap {
    display: none;
  }
  .gp-header3 .gp-menu {
    display: block;
  }
  .gp-header3 .gp-menu .gp-menu-nav {
    display: block;
  }
  .gp-header3 .gp-menu.open .gp-menu-link {
    display: none;
  }
  .gp-header3 .gp-menu.open .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header3 .gp-top {
    height: auto;
  }
  .gp-header3 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
  }
  .gp-header3 .gp-top .gp-logo a {
    padding: 15px 0 !important;
  }
  .gp-header3 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  .gp-header3 .gp-top .gp-logo .gp-search-wrap {
    display: none;
  }
  .gp-header3 .gp-top .gp-logo.open {
    z-index: 90;
  }
  .gp-header3 .gp-top .gp-search-wrap {
    display: none;
  }
  .gp-header3 .gp-nav-wrap {
    display: none;
  }
  .gp-header3 .gp-nav-wrap .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header3 .gp-m-search {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .gp-header3 .gp-header1 .gp-menu-nav > ul {
    padding: 10px 20px 0;
  }
  .gp-header3 .gp-header1 .m-link {
    margin: 0 20px;
  }
}
.gp-header2.currents {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  margin-bottom: 0;
}
.gp-header2.currents .gp-top {
  display: none;
}
.gp-header2.currents .gp-logo,
.gp-header2.currents .searchWrap {
  display: none;
}
.gp-header2.currents .gp-nav-wrap {
  position: static;
  width: 100%;
}
.gp-header2.currents .gp-nav-wrap .gp-nav > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.gp-header2.currents .gp-nav-wrap .gp-nav > li .second_nav1 {
  top: 50px;
}
body.currents {
  padding-top: 157px;
}
.carousel16 .gpCarousel {
  position: relative;
}
.carousel16 .gpCarousel .slick-slider a span {
  padding-bottom: 38%;
}
.carousel16 .gpCarousel .slick-current a span img {
  transition: transform 6000ms linear 0s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel16 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(30, 50, 130, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.carousel16 .gpCarousel .slick-arrow.slick-prev {
  left: 10%;
  border-radius: 20px 0 0 20px;
}
.carousel16 .gpCarousel .slick-arrow.slick-next {
  right: 10%;
  border-radius: 0 20px 20px 0;
}
.carousel16 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel16 .gpCarousel .slick-txt {
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  background-color: rgba(6, 32, 64, 0.52);
  background: -webkit-linear-gradient(bottom, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢ */
}
.carousel16 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 35px;
}
.carousel16 .gpCarousel .slick-dots li {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: #e8ecf6;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel16 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel16 .gpCarousel .slick-dots li.slick-active {
  width: 67px;
  height: 11px;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .carousel16.slick-prev {
    left: 10px;
  }
  .carousel16.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .carousel16 .slick-txt {
    display: none;
  }
  .carousel16 .gpCarousel .slick-dots {
    bottom: 15px;
  }
}
.gp-title31 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #809ABB;
}
.gp-title31 h2 {
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title31 h2 a {
  display: inline-block;
  vertical-align: middle;
  color: #1e3282;
  font-weight: bold;
}
.gp-title31 h2 span {
  display: inline-block;
  vertical-align: middle;
  color: #c0c0c0;
}
.gp-title31 h2 .gpColumnTitleIcon {
  margin-right: 10px;
}
.gp-title31 .more {
  padding-top: 10px;
}
.gp-title31 .more a {
  color: #999;
}
.block-list79 li a {
  display: block;
  overflow: hidden;
}
.block-list79 li a .gp-img-responsive {
  border-radius: 10px;
  padding-bottom: 62%;
}
.block-list79 li a .info {
  box-sizing: border-box;
  padding: 18px 0;
  display: flex;
}
.block-list79 li a .listDate {
  width: 78px;
  display: block;
  text-align: right;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.block-list79 li a .listDate .year {
  color: rgba(30, 50, 130, 0.6);
}
.block-list79 li a .listDate .day {
  color: #1e3282;
  width:86px;
}
.block-list79 li a .listDate:before {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background: rgba(30, 50, 130, 0.6);
  position: absolute;
  right: 0;
  bottom: 0px;
}
.block-list79 li a .listText {
  flex: 1;
  overflow: hidden;
  transition: all 0.2s ease;
  padding-left: 25px;
  display: block;
}
.block-list79 li a .listText .listTitle {
  margin: 0px 0 14px;
  color: #1e3282;
  font-weight: bold;
}
.block-list79 li a .listText .listCon {
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}
.block-list76 {
  position: relative;
  padding: 14px 40px 0;
}
.block-list76::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: -webkit-linear-gradient(90deg, rgba(30, 50, 130, 0.6), #1e3282);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(90deg, rgba(30, 50, 130, 0.6), #1e3282);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(90deg, rgba(30, 50, 130, 0.6), #1e3282);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(90deg, rgba(30, 50, 130, 0.6), #1e3282);
  /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢ */
}
.block-list76 ul {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 2;
}
.block-list76 ul li {
  border-bottom: 1px dashed rgba(15, 69, 136, 0.5);
  overflow: hidden;
  box-sizing: border-box;
}
.block-list76 ul li:last-of-type {
  border-bottom: none;
}
.block-list76 ul li >div {
  display: flex;
  padding: 21px 0 28px;
}
.block-list76 ul li .date {
  width: 85px;
  float: left;
  text-align: right;
  position: relative;
  color: #1e3282;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.block-list76 ul li .date::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(30, 50, 130, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-list76 ul li .date i {
  display: block;
  font-style: normal;
  opacity: 0.5;
}
.block-list76 ul li .date b {
  display: block;
  font-weight: normal;
  width: 87px;
}
.block-list76 ul li a {
  color: #333;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  display: block;
  padding-left: 20px;
}
.block-list76 ul li a:hover {
  color: #1e3282;
}
.carousel18 .leftTextList {
  width: 45%;
  float: left;
  border-left: #c6c6c6 2px solid;
  position: relative;
  z-index: 3;
}
.carousel18 .leftTextList .slider-for li {
  float: none;
  width: 100% !important;
  position: relative;
}
.carousel18 .leftTextList .slider-for li a {
  padding-left: 22px;
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
}
.carousel18 .leftTextList .slider-for li.slick-current::before {
  content: "";
  display: block;
  width: 5px;
  height: 39px;
  background: #1e3282;
  position: absolute;
  left: 0;
  top: 0;
}
.carousel18 .leftTextList .slider-for li.slick-current a {
  color: #1e3282;
  font-weight: bold;
}
.carousel18 .leftTextList .switcher {
  position: relative;
  margin-top: 40px;
  margin-left: 22px;
}
.carousel18 .leftTextList .switcher::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.carousel18 .leftTextList .switcher .left,
.carousel18 .leftTextList .switcher .right {
  display: inline-block;
  width: 26px;
  height: 20px;
  border: #8c8c8c 2px solid;
  border-radius: 5px;
  line-height: 18px;
  text-align: center;
  color: #8c8c8c;
  cursor: pointer;
  font-size: 14px;
}
.carousel18 .leftTextList .switcher .left::after,
.carousel18 .leftTextList .switcher .right::after {
  display: none;
}
.carousel18 .leftTextList .switcher .progress-slide {
  color: #b0b0b0;
  display: inline-block;
  margin: 0 20px 0 40px;
}
.carousel18 .leftTextList .switcher .progress-slide .count-slide {
  color: #1e3282;
}
.carousel18 .slider-nav {
  width: 54%;
  box-sizing: border-box;
  float: right;
  position: relative;
  z-index: 1;
}
.carousel18 .slider-nav .slick-list {
  overflow: initial;
}
.carousel18 .slider-nav li {
  margin: 0 25px;
  position: relative;
  opacity: 0;
}
.carousel18 .slider-nav li::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.carousel18 .slider-nav li a {
  display: block;
}
.carousel18 .slider-nav li span {
  border-radius: 8px;
}
.carousel18 .slider-nav li div {
  width: 172px;
  background: #1e3282;
  padding: 25px;
  border-radius: 5px;
  position: absolute;
  left: -25px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.2s ease;
}
.carousel18 .slider-nav li div p {
  line-height: 30px;
  max-height: 150px;
  color: #fff;
  overflow: hidden;
}
.carousel18 .slider-nav li.slick-current {
  opacity: 1;
}
.carousel18 .slider-nav li.slick-current div {
  opacity: 1;
}
.carousel18 .slider-nav li.slick-current + .slick-slide {
  opacity: 0.5;
}
.carousel18 .slider-nav li.slick-current + .slick-slide div {
  opacity: 0.5;
}
@media screen and (max-width: 996px) {
  .carousel18 .slider-nav li div {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    left: 0;
    bottom: 10px;
    padding: 10px;
  }
  .carousel18 .slider-nav li div p {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .carousel18 .leftTextList .switcher {
    margin-top: 0;
  }
  .carousel18 .leftTextList {
    width: 100%;
    float: none;
  }
  .carousel18 .slider-nav {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .carousel18 .slider-nav li {
    margin: 0;
  }
}
.block-list80 {
  margin: 0 -25px;
}
.block-list80 li a {
  display: block;
  margin: 0 25px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease-out;
  border-left: #1e3282 2px solid;
  padding-left: 30px;
  height: 100%;
}
.block-list80 li a .listDate {
  display: block;
  line-height: 30px;
  color: #bfbeac;
}
.block-list80 li a .listTitle {
  line-height: 1.3;
  margin: 30px 0 20px;
}
.block-list80 li a .listText {
  color: #999999;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 996px) {
  .block-list80 {
    margin: -10px 0;
  }
  .block-list80 li a {
    margin: 10px 0;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .block-list80 li a .listTitle {
    margin: 12px 0;
  }
  .block-list80 li a .listText {
    -webkit-line-clamp: 2;
  }
}
.carousel17 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel17 .gpCarousel {
  margin: 0 -25px;
}
.carousel17 .gpCarousel .slick-slider a {
  display: block;
  margin: 0 25px;
}
.carousel17 .gpCarousel .slick-slider a .gp-img-responsive {
  border-radius: 8px;
}
.carousel17 .gpCarousel .slick-slider a .slickText {
  text-align: center;
  line-height: 1.3;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .carousel17 .articleList04 {
    margin-left: -13vw;
  }
}
@media screen and (max-width: 1300px) {
  .carousel17 .articleList04 {
    margin-left: 0;
  }
}
.block-list126 {
  margin: 0 -10px;
}
.block-list126 li a {
  display: block;
  margin: 0 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 24px 25px;
  transition: all 0.3s ease-in-out;
}
.block-list126 li a span {
  color: #999999;
}
.block-list126 li a h3 {
  font-weight: normal;
  color: #333333;
  margin: 10px 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list126 li a p {
  position: relative;
  color: #999999;
  box-sizing: border-box;
  padding-top: 10px;
}
.block-list126 li a p i {
  font-style: normal;
  margin-right: 10px;
}
.block-list126 li a p::before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.block-list126 li a:hover {
  background: url(../images/block-list126-hover_bg.png) no-repeat right bottom #1e3282;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.block-list126 li a:hover span,
.block-list126 li a:hover h3,
.block-list126 li a:hover p {
  color: #fff;
}
@media screen and (max-width:767px) {
  .block-list126 li a {
    font-size: 14px;
    padding: 15px;
  }
}
@media screen and (max-width:767px) {
  .block-list126 li{
    width:500px;
  }
  .block-list80 li{
    width:180px
  }
}
.footer_block9 {
  position: relative;
  color: #fff;
  background: #1e3282;
  padding-top: 55px;
  z-index: 10;
}
.footer_block9::before {
  content: "";
  display: block;
  width: 50%;
  height: 244px;
  position: absolute;
  left: 0;
  top: -40px;
  background: rgba(0, 0, 0, 0.2);
}
.footer_block9 a {
  color: #fff;
}
.footer_block9 .footer_top {
  overflow: hidden;
  margin-bottom: 48px;
}
.footer_block9 .footer_top .footer_logo {
  float: left;
  width: 50%;
  overflow: hidden;
  display: flex;
}
.footer_block9 .footer_top .footer_logo .logo1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  max-height: 60px;
}
.footer_block9 .footer_top .footer_logo .logo1 a {
  display: block;
}
.footer_block9 .footer_top .footer_logo .logo2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  margin: 1.5% 0 0 2%;
  max-height: 60px;
}
.footer_block9 .footer_top .footer_logo .logo2 a {
  display: block;
}
.footer_block9 .footer_top .ftlist {
  float: left;
  padding-left: 90px;
  width: 32%;
  box-sizing: border-box;
}
.footer_block9 .footer_top .ewm {
  float: right;
  text-align: center;
  width: 100px;
  font-size: 14px;
}
.footer_block9 .footer_top .ewm img {
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.footer_block9 .footer_bot {
  text-align: center;
  line-height: 1.4;
  padding: 15px 0;
}
@media screen and (max-width: 996px) {
  .footer_block9::before {
    display: none;
  }
  .footer_block9 .footer_top .footer_logo {
    float: none;
    text-align: center;
    width: auto;
  }
  .footer_block9 .footer_top .ftlist {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    margin: 20px auto;
  }
  .footer_block9 .footer_top .ewm {
    float: none;
    margin: 0 auto;
    width: auto;
  }
}
