
.gp-header1 {
  z-index: 880;
  position: relative;
}
@media screen and (max-width:996px) {
  .gp-header1 {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.gp-header1 .gp-top {
  position: relative;
}
.gp-header1 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 0;
}
.gp-header1 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
}
.gp-header1 .gp-top .gp-logo a img {
  max-height: 70px;
}
.gp-header1 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header1 .gp-top .gp-logo:hover {
  opacity: 0.9;
}
.gp-header1 .gp-top .gp-search-wrap {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}
.gp-header1 .gp-top .gp-search-wrap > a {
  opacity: 0.6;
  transition: all 0.35 ease-in-out;
  margin: 0 10px;
}
.gp-header1 .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;
  border-radius: 30px;
  background-color: #fff;
}
.gp-header1 .gp-top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header1 .gp-top .gp-search-wrap .gp-search .gp-ser input,
.gp-header1 .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-header1 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #a6a6a6;
  width: 80%;
  left: 0;
  padding-left: 4%;
  opacity: 0.5;
  outline: none;
}
.gp-header1 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #154889;
}
.gp-header1 .gp-top:hover {
  opacity: 1;
  color: #fff;
}
.gp-header1 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: #154889;
}
.gp-header1 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.gp-header1 .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-header1 .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-header1 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header1 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header1 .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-header1 .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-header1 .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-header1 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}
.gp-header1 .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-header1 .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-header1 .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-header1 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #154889;
}
.gp-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #154889;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}
.gp-header1 .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-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header1 .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-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input.notxt {
  color: #333 !important;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}
.gp-header1 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #154889 !important;
  left: 0;
  width: 40px;
}
.gp-header1 .gp-menu .gp-menu-nav > ul {
  padding: 0 30px;
}
.gp-header1 .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-header1 .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-header1 .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-header1 .gp-menu .gp-menu-nav > ul > li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}
.gp-header1 .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-header1 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li.on span {
  transform: rotate(45deg);
}
.gp-header1 .gp-menu .gp-menu-nav > ul > li.on span {
  transform: rotate(90deg);
}
.gp-header1 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header1 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}
.gp-header1 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}
.gp-header1 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}
.gp-header1 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}
.gp-header1 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}
.gp-header1 .gp-nav-wrap {
  background-color: #154889;
}
.gp-header1 .gp-nav-wrap .gp-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}
.gp-header1 .gp-nav-wrap .gp-nav > li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.gp-header1 .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-header1 .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-header1 .gp-nav-wrap .gp-nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header1 .gp-nav-wrap .gp-nav > li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 59px;
  width: 200px;
  display: none;
  text-align: center;
  background-color: rgba(21, 72, 137, 0.85);
  margin: 0;
  margin-left: -100px;
}
.gp-header1 .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-header1 .gp-nav-wrap .gp-nav > li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header1 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header1 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header1 .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-header1 .searchWrap {
    display: none;
  }
  .gp-header1 .gp-menu {
    display: block;
  }
  .gp-header1 .gp-menu .gp-menu-nav {
    display: block;
  }
  .gp-header1 .gp-menu.open .gp-menu-link {
    display: none;
  }
  .gp-header1 .gp-menu.open .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header1 .gp-top {
    height: auto;
  }
  .gp-header1 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
    padding: 15px 0 !important;
  }
  .gp-header1 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  .gp-header1 .gp-top .gp-logo .gp-search-wrap {
    display: none;
  }
  .gp-header1 .gp-top .gp-logo.open {
    z-index: 90;
  }
  .gp-header1 .gp-top .gp-search-wrap {
    display: none;
  }
  .gp-header1 .gp-nav-wrap {
    display: none;
  }
  .gp-header1 .gp-nav-wrap .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header1 .gp-m-search {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .gp-header1 .gp-header1 .gp-menu-nav > ul {
    padding: 10px 20px 0;
  }
  .gp-header1 .gp-header1 .m-link {
    margin: 0 20px;
  }
}
.gp-header1.currents {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #244da0;
  margin-bottom: 0;
}
.gp-header1.currents .gp-top {
  display: none;
}
.gp-header1.currents .gp-logo,
.gp-header1.currents .searchWrap {
  display: none;
}
.gp-header1.currents .gp-nav-wrap {
  position: static;
  width: 100%;
}
.gp-header1.currents .gp-nav-wrap .gp-nav > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.gp-header1.currents .gp-nav-wrap .gp-nav > li .second_nav1 {
  top: 50px;
}
.gp-header1 {
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
.gp-header1.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.gp-header1 .gp-top {
  transition: all 0.2s ease-out 0s;
}
.gp-header1.currents .gp-top {
  height: 0;
  overflow: hidden;
}
.carousel3 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.carousel3 .slick-list {
  overflow: visible;
}
.carousel3 .slick-slider {
  max-width: 1200px;
  margin: 0 auto;
}
.carousel3 .slick-slider > a {
  display: block;
  background-color: #fff;
  position: relative;
  margin: 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.carousel3 .slick-slider > a img {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.carousel3 .slick-slider .slick-img {
  display: contents;
  height: 0;
  padding-bottom: 33.33%;
  overflow: hidden;
}
.carousel3 .slick-current > a img {
  opacity: 1;
}
.carousel3 .slick-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.carousel3 .slick-arrow::before {
  color: #fff;
  vertical-align: middle;
}
.carousel3 .slick-arrow:after {
  content: '';
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.carousel3 .slick-prev {
  left: 30px;
}
.carousel3 .slick-prev:after {
  left: 0;
}
.carousel3 .slick-next {
  right: 30px;
}
.carousel3 .slick-next:after {
  right: 0;
}
.carousel3 .slick-dots {
  position: relative;
  text-align: center;
  bottom: 25px;
}
@media screen and (max-width:767px) {
  .carousel3 .slick-slide > a {
    margin: 0;
  }
  .carousel3 .slick-arrow {
    margin-top: -20px;
  }
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #154889;
}
.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}
.block-list208 {
  margin: 0 -10px;
}
.block-list208 li {
  box-shadow: 0px 8px 15.84px 2.16px rgba(1, 57, 119, 0.08);
}
.block-list208 li a {
  padding: 20px 25px;
  display: block;
  margin: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  background: none;
}
.block-list208 li a h3 {
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 8px;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list208 li a p {
  position: relative;
  color: #154889;
  box-sizing: border-box;
  line-height: 1;
}
.block-list208 li a p i {
  font-style: normal;
  margin-right: 10px;
  color: #154889;
}
.block-list208 li a:hover {
  background: #154889;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.block-list208 li a:hover span,
.block-list208 li a:hover h3,
.block-list208 li a:hover p,
.block-list208 li a:hover i {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .block-list208 li a {
    font-size: 14px;
    padding: 15px;
  }
}
.tab3 >div {
  position: relative;
}
.tab3 .tabMenu1 {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tab3 .tabMenu1 li h2 {
  line-height: 1.5;
  font-weight: normal;
}
.tab3 .tabMenu1 li h2 a {
  font-weight: normal;
  padding: 0 20px;
  position: relative;
}
.tab3 .tabMenu1 li h2 a::before {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ccc;
}
.tab3 .tabMenu1 li:first-child a {
  padding-left: 0;
}
.tab3 .tabMenu1 li:first-child a::before {
  display: none;
}
.tab3 .tabMenu1 .on a {
  color: #154889;
}
.tab3 .tabMore1 {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 200;
}
.tab3 .tabMore1 a {
  display: none;
}
.tab3 .tabList .tabListBox {
  display: none;
}
.tab3 .tabList .tabListBox > * {
  padding-top: 20px;
}
.tab3-list li a {
  display: block;
  border-left: 2px solid #154889;
  padding: 12px;
  background: #f8f5f2;
}
.tab3-list li a span {
  display: block;
  color: #154889;
  margin-bottom: 5px;
}
.tab3-list li a p {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.tab3-list li a {
  display: block;
  border-left: 2px solid #154889;
  padding: 12px;
  background: #f8f5f2;
}
.tab3-list li a span {
  display: block;
  color: #154889;
  padding-bottom: 5px;
}
.tab3-list li a p {
  height: 1.8em;
  overflow: hidden;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list40 li {
  overflow: hidden;
}
.block-list40 li div {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  display: flex;
}
.block-list40 li div >span {
  width: 64px;
  line-height: 2;
  text-align: center;
  font-family: 'Arial';
  border: 1px solid #154889;
}
.block-list40 li div >span >i {
  display: inline-block;
  width: 64px;
  font-style: normal;
  color: #fff;
  background: #154889;
  font-weight: bold;
}
.block-list40 li div >span strong {
  width: 35px;
  display: inline-block;
  border-left: none;
}
.block-list40 li div a {
  display: block;
  flex: 1;
  padding-left: 15px;
  *display: inline;
  *margin-left: 0;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.footer_block6 {
  background-color: #154889;
}
.footer_block6 .footer {
  overflow: hidden;
}
.footer_block6 .footer .lf {
  float: left;
  width: 37.75%;
  overflow: hidden;
  margin: 30px 0;
}
.footer_block6 .footer .md {
  float: left;
  width: 34.16%;
  overflow: hidden;
  margin: 30px 0;
}
.footer_block6 .footer .rt {
  float: right;
  width: 27.5%;
  overflow: hidden;
  margin: 30px 0;
}
.footer_block6 .footer .footerList {
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 8%;
}
.footer_block6 .footer .footerList ul {
  overflow: hidden;
}
.footer_block6 .footer .footerList ul li {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.footer_block6 .footer .footerList ul li a {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  height: 20px;
  overflow: hidden;
  margin-right: 10px;
}
.footer_block6 .footer .footerList ul li a i {
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  margin-right: 5px;
}
.footer_block6 .footer .footerList ul li a:hover {
  color: #fff;
}
.footer_block6 .footer .footerList1 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 8%;
}
.footer_block6 .footer .footerList1 .footerContact p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 6px;
}
.footer_block6 .footer .footerList2 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 8%;
}
.footer_block6 .footer .footerList2 .code2D {
  text-align: center;
}
.footer_block6 .footer .footerList2 .code2D img {
  padding-bottom: 10px;
}
.footer_block6 .footer .footerList2 .code2D p {
  color: #fff;
}
.footer_block6 .footer .footerTitle {
  margin-bottom: 10px;
}
.footer_block6 .footer .footerTitle h3 {
  color: #fff;
  font-weight: normal;
}
.footer_block6 .copyRight {
  padding: 10px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width:1000px) {
  .footer_block6 .footer .rt {
    width: 18.5%;
  }
  .footer_block6 .footer .md {
    width: 43.16%;
  }
  .footer_block6 .footer .footerList {
    padding: 0 5%;
  }
}
@media screen and (max-width:800px) {
  .footer_block6 .footer {
    background: none;
  }
  .footer_block6 .footer .lf {
    width: 60%;
  }
  .footer_block6 .footer .md {
    width: 40%;
  }
  .footer_block6 .footer .rt {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .footer_block6 .footer .lf {
    width: 100%;
    float: none;
  }
  .footer_block6 .footer .md {
    width: 100%;
    float: none;
  }
  .footer_block6 .footer .footerList {
    border: none;
  }
}
@media screen and (max-width:400px) {
  .footer_block6 .footerList ul li {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .carousel71 ul .slick-dots {
    bottom: 7px;
  }
  .carousel71 ul .slick-list li > a .slide_bg {
    height: 40px;
  }
  .carousel71 ul .slick-prev {
    width: 40px;
    height: 70px;
    left: 5px;
  }
  .carousel71 ul .slick-next {
    width: 40px;
    height: 70px;
    right: 5px;
  }
}
.block-list125 li a {
  display: block;
  box-sizing: border-box;
  padding: 12px 0 12px 20px;
  background: url(../images/block-list125-li_bg.png) no-repeat left center;
  border-bottom: 1px solid #ededed;
}
.block-list125 li a span {
  color: #999999;
  margin-left: 10px;
}
.block-list125 li a p {
  color: #323232;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list125 li a:hover p {
  color: #154889;
}
.block-list125 li:last-child a {
  border-bottom: none;
}
@media screen and (max-width:767px) {
  .block-list125 li a {
    font-size: 14px;
    padding: 10px 0 10px 20px;
  }
}


.carousel71 a {
  display: block;
  position: relative;
}
.carousel71 a .mode1Pic {
  padding-bottom: 58.25%;
}
.carousel71 a .mode1txtbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px 30px 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}
.carousel71 a .mode1txtbox .mode1txt {
  line-height: 1.25;
  margin-bottom: 10px;
}
.carousel71 a .mode1txtbox .mode1sum {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.carousel71 .slick-arrow {
  width: 40px;
  height: 88px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.carousel71 .slick-arrow:after {
  display: none;
}
.carousel71 .slick-arrow:before {
  color: #fff;
  font-size: 40px;
}
.carousel71 .slick-dots {
  width: 100%;
  height: 6px;
  font-size: 0;
  left: 0;
  bottom: 0;
  margin: 0 -1px;
  overflow: hidden;
}
.carousel71 .slick-dots li {
  margin: 0;
  height: 6px;
  width: 20%;
}
.carousel71 .slick-dots li button {
  width: calc(100% - 2px);
  border-radius: 0;
  margin: 0 1px;
  background: rgba(255, 255, 255, 0.4);
}
.carousel71 .slick-dots li.slick-active button {
  background: #154889;
}
