.gp-header29 {
  position: relative;
  border-top: 10px solid #004ea1;
  box-sizing: border-box;
  padding: 0 5%;
}

.gp-header29::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, transparent 0%, #000000 100%);
  background-image: -webkit-linear-gradient(90deg, transparent 0%, #000000 100%);
  background-image: -ms-linear-gradient(90deg, transparent 0%, #000000 100%);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}

.gp-header29 .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.gp-header29 .top .top img:hover {
  transform: scale(1);
  opacity: 1;
}

.gp-header29 .top .logo1 {
  margin-right: 50px;
  display: flex;
  display: -webkit-flex;
  margin-right: 46px;
  align-items: center;
}

.gp-header29 .top .logo1 img {
  max-height: 60px;
}

.gp-header29 .top .logo1 .logo_01 {
  position: relative;
  z-index: 2;
  max-height: 60px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

.gp-header29 .top .logo1 .logo_01::after {
  content: "";
  display: block;
  width: 1px;
  height: 72%;
  background: rgba(255, 255, 255, 0.23);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.gp-header29 .top .logo1 .logo_02 {
  max-height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  margin: 0% 0 0 0%;
}

.gp-header29 .top .logo1 .logo_02 a {
  display: block;
  background: none;
}

.gp-header29 .top .topRight {
  flex: 1;
  position: relative;
}

.gp-header29 .top .topRight .topRight_top {
  overflow: hidden;
  color: #333;
  margin: 20px 0 15px;
}

.gp-header29 .top .topRight .topRight_top>span {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  float: right;
  cursor: pointer;
  color: #333;
}

.gp-header29 .top .topRight .topRight_top .gp-link {
  color: #333;
}

.gp-header29 .top .topRight .topRight_top .gp-link a {
  color: #fff;
  margin: 0 5px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0px 20px;
}

.gp-header29 .top .topRight .topRight_top .gp-serBtn2 i {
  margin-left: 10px;
  color: #333;
}

.gp-header29 .top .topRight .topRight_top .gp-search2.active {
  float: right;
  width: 200px;
  border: 1px solid #ccc;
}

.gp-header29 .top .topRight .nav {
  z-index: 10;
  box-sizing: border-box;
}

.gp-header29 .top .topRight .nav ul {
  display: flex;
  justify-content: end;
}

.gp-header29 .top .topRight .nav ul li {
  position: relative;
}

.gp-header29 .top .topRight .nav ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #004ea1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}

.gp-header29 .top .topRight .nav ul li>a {
  line-height: 50px;
  color: #fff;
  padding: 0 15px;
}

.gp-header29 .top .topRight .nav ul li .subNav {
  background: rgba(0, 78, 161, 0.85);
  position: absolute;
  width: 160px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -80px;
  display: none;
  z-index: 9;
  transition: all 0.6s ease-in-out;
}

.gp-header29 .top .topRight .nav ul li .subNav a {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.gp-header29 .top .topRight .nav ul li .subNav a:hover {
  background: rgba(0, 0, 0, 0.15);
}

.gp-header29 .top .topRight .nav ul li.on::before {
  width: 100%;
}

.gp-header29 .top .topRight .nav ul li.on .subNav {
  display: block;
  transition: all 0.6s ease-in-out;
}

.gp-header29 .top .topRight .nav ul li.on .subNav>a {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: center;
}

.gp-header29 .top .topRight .nav .gp-clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.gp-header29 .top .topRight .gp-search {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  display: none;
}

.gp-header29 .top .topRight .gp-search input,
.gp-header29 .top .topRight .gp-search button {
  position: absolute;
  height: 28px;
  line-height: 28px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
  outline: none;
}

.gp-header29 .top .topRight .gp-search input.notxt {
  color: #a4a4a4;
  width: 82%;
  left: 0;
  padding-left: 2%;
}

.gp-header29 .top .topRight .gp-search .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
}

.gp-header29 .top .topRight .gp-search2 {
  width: 0;
  border: none;
  padding: 0 !important;
}

.gp-header29 .top .topRight .gp-search2 .gp-ser {
  width: 100%;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}

.gp-header29 .top .topRight .gp-search2.active .gp-ser {
  height: 28px;
}

.gp-header29 .top .topRight .gp-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1800;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=80);
  display: none;
  left: 0;
}

.gp-header29 .gp-menu {
  z-index: 98;
  height: 35px;
  position: absolute;
  display: none;
  right: 0;
  top: 50%;
  margin-top: -18px;
  z-index: 400;
  background-color: none;
}

.gp-header29 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  height: 40px;
  margin-top: -20px;
}

.gp-header29 .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-header29 .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-header29 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.gp-header29 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.gp-header29 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}

.gp-header29 .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-header29 .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-header29 .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-header29 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}

.gp-header29 .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-header29 .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-header29 .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-header29 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #004ea1;
}

.gp-header29 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #004ea1;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}

.gp-header29 .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-header29 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header29 .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-header29 .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-header29 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #004ea1;
  left: 0;
  width: 40px;
}

.gp-header29 .gp-menu .gp-menu-nav>ul {
  padding: 0 30px;
}

.gp-header29 .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-header29 .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-header29 .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-header29 .gp-menu .gp-menu-nav>ul>li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}

.gp-header29 .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-header29 .gp-menu .gp-menu-nav>ul>li .m-second-nav>li.on span {
  transform: rotate(45deg);
}

.gp-header29 .gp-menu .gp-menu-nav>ul>li.on span {
  transform: rotate(90deg);
}

.gp-header29 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}

.gp-header29 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}

.gp-header29 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}

.gp-header29 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}

.gp-header29 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-200%, 0);
  width: 100vw;
  right: auto;
  left: 0;
}

.gp-header29 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(-100%, 0);
  position: absolute;
}

.gp-header29 .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: 1400px) {
  .gp-header29 .top .logo1 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .gp-header29 {
    padding: 0 4%;
  }

  .gp-header29 .top .logo1 .logo_01 {
    padding-right: 10px;
    margin-right: 10px;
  }

  .gp-header29 .top .logo1 img {
    max-height: 55px;
  }

  .gp-header29 .top .topRight .nav ul li>a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .gp-header29 {
    padding: 0 2%;
  }

  .gp-header29 .top .logo1 {
    margin-right: 15px;
  }

  .gp-header29 .top .logo1 .logo_01 {
    padding-right: 10px;
    margin-right: 10px;
  }

  .gp-header29 .top .logo1 img {
    max-height: 50px;
  }

  .gp-header29 .top .topRight .nav ul li>a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .gp-header29 .top .logo1 {
    width: 340px;
  }
}

@media screen and (max-width: 996px) {
  .gp-header29 {
    border-top: none;
    padding: 0;
  }

  .gp-header29::before {
    top: 0px;
  }

  .gp-header29 .top {
    padding: 0px 5px;
  }

  .gp-header29 .top .logo1 {
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 50px 10px 0;
  }

  .gp-header29 .gp-menu {
    display: block;
  }

  .gp-header29 .gp-menu .gp-menu-nav {
    display: block;
  }

  .gp-header29 .gp-menu.open .gp-menu-link {
    display: none;
  }

  .gp-header29 .gp-menu.open .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
  }

  .gp-header29 .topRight {
    display: none !important;
  }
}

.gp-header29.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #004ea1;
}

.gp-header29.currents::before {
  display: none;
}

.gp-header29.currents .top .topRight .topRight_top {
  display: none;
}

.single_img1 .gp-img-responsive {
  padding-bottom: 26.04%;
  display: block;
}

/*ä¾§è¾¹æ */
.asideList11 .gp-subLeft {
  position: relative;
}

.asideList11 .gp-subLeft .subLeftTitle {
  padding: 25px 0 25px 40px;
  color: #fff;
  background: #004ea1;
  position: relative;
  margin-bottom: 1px;
}

.asideList11 .gp-subLeft .gp-m-inner-header-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  line-height: 40px;
  transform: translateY(-50%);
}

.asideList11 .gp-subLeft>ul>li {
  position: relative;
}

.asideList11 .gp-subLeft>ul>li>a {
  padding: 18px 40px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  background: #f0f2f7;
  color: #444;
}

.asideList11 .gp-subLeft>ul>li>a:hover {
  color: #004ea1;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
}

.asideList11 .gp-subLeft>ul>li>a.active {
  color: #004ea1;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
  border-bottom: 1px solid #004ea1;
}

.asideList11 .gp-subLeft>ul>li .gp-toggles {
  width: 40px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}

.asideList11 .gp-subLeft>ul>li a.active+span.gp-toggles {
  color: #fff !important;
}

.asideList11 .gp-subLeft>ul>li .gp-second-nav {
  display: none;
  margin-left: 40px;
}

.asideList11 .gp-subLeft>ul>li .gp-second-nav dd a {
  display: block;
  padding: 13px 15px 13px 50px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  background: #f0f2f7;
}

.asideList11 .gp-subLeft>ul>li .gp-second-nav dd a:hover {
  background-color: #fff;
  color: #004ea1;
  font-weight: bold;
}

.asideList11 .gp-subLeft>ul>li .gp-second-nav dd a.active {
  background-color: #fff;
  color: #004ea1;
  font-weight: bold;
}

.asideList11 .gp-subLeft>ul>li .gp-second-nav dd a>span {
  position: relative;
}

@media screen and (max-width:996px) {
  .asideList11 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }

  .asideList11 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }

  .asideList11 .gp-subLeft>ul {
    display: none;
  }
}

.gp-bread6 {
  color: #999999;
  line-height: 20px;
}

.gp-bread6 span {
  color: #999999;
}

.gp-bread6 span a {
  color: #999999;
  margin: 0 5px;
}

.gp-title4 {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.gp-title4 h2 {
  height: 35px;
  line-height: 35px;
  font-weight: normal;
  position: relative;
  padding-left: 15px;
}

.gp-title4 h2::before {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #004ea1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.gp-title4 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.gp-title4 h2 span {
  display: inline-block;
  vertical-align: middle;
}

.gp-title4 .more {
  padding-top: 8px;
  position: relative;
  z-index: 20;
  opacity: 0.7;
  padding-right: 10px;
}

/*æ ç›®åˆ—è¡¨4*/
.columnList4 {
  margin: 0 -15px;
}

.columnList4>li>.item {
  display: block;
  margin: 0 15px;
}

.columnList4>li>.item .img {
  padding-bottom: 56.25%;
}

.columnList4>li>.item .gpTextArea {
  padding: 15px 0;
}

.columnList4>li>.item .gpTextArea .title {
  /* padding: 15px 0; */
  text-align: center;
}

/*æ ç›®åˆ—è¡¨4*/
.columnList4 {
  margin: 0 -15px;
}

.columnList4>li>.item {
  display: block;
  margin: 0 15px;
}

.columnList4>li>.item .img {
  padding-bottom: 56.25%;
}

.columnList4>li>.item .gpTextArea {
  padding: 15px 0;
}

.columnList4>li>.item .gpTextArea .title {
  /* padding: 15px 0; */
  text-align: center;
}

.footer_block39 {
  background: #004ea1;
  color: #fff;
}

.footer_block39 .footer_top {
  padding: 50px 0;
}

.footer_block39 .footer_top .gp-container {
  display: flex;
}

.footer_block39 .footer_top .footer_lt {
  width: 22%;
}

.footer_block39 .footer_top .footer_lt .footer_logo {
  display: flex;
  align-items: center;
}

.footer_block39 .footer_top .footer_lt .footer_logo a {
  display: block;
}

.footer_block39 .footer_top .footer_lt ul {
  margin: 45px 0 0;
  display: flex;
  justify-content: space-between;
}

.footer_block39 .footer_top .footer_lt ul li a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 8px;
}

.footer_block39 .footer_top .footer_lt .blue {
  margin: 45px 0 0;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
  padding: 25px 0;
}

.footer_block39 .footer_cen {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: start;
  align-items: flex-start;
}

.footer_block39 .footer_cen dl {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

.footer_block39 .footer_cen dl::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6em);
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 1em;
}

.footer_block39 .footer_cen dl dt {
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  font-weight: bold;
  line-height: 1.625;
}

.footer_block39 .footer_cen dl dt::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
}

.footer_block39 .footer_cen dl dd a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  color: #fff;
  margin-top: 20px;
}

.footer_block39 .footer_cen dl dd a::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
}

.footer_block39 .footer_rt {
  width: 22%;
}

.footer_block39 .footer_rt h3 {
  font-weight: normal;
  margin-bottom: 5px;
}

.footer_block39 .footer_rt .divSelect2 {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_block39 .footer_rt .divSelect2 .select_mask {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 50px;
  background-color: #000;
  opacity: 0.1;
}

.footer_block39 .footer_rt .divSelect2 cite {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  color: #666;
  background: url(../images/footer_block39_down.png) no-repeat right 20px center;
  font-style: normal;
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-size: 15px;
  opacity: 0.7;
}

.footer_block39 .footer_rt .divSelect2.active cite {
  color: #fff;
  opacity: 1;
  background-image: url(../images/arrow-down-hover2.png);
}

.footer_block39 .footer_rt .divSelect2 .linkList02 {
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 5000;
  background-color: #fff;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  display: none;
  box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.15);
  top: auto;
  bottom: 50px;
}

.footer_block39 .footer_rt .linkList02 li {
  padding: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}

.footer_block39 .footer_rt .linkList02 li:hover {
  background-color: #f1f1f1;
}

.footer_block39 .footer_rt .linkList02 li a {
  display: block;
}

.footer_block39 .footer_bot {
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 18px 0;
  text-align: center;
}

@media screen and (max-width: 1320px) {

  .footer_block39 .footer_top .footer_lt,
  .footer_block39 .footer_top .footer_rt {
    width: 25%;
  }
}

@media screen and (max-width:998px) {

  .footer_block39 .footer_top .footer_lt,
  .footer_block39 .footer_top .footer_rt {
    width: 30%;
  }
}

@media screen and (max-width:768px) {
  .footer_block39 .footer_top {
    padding: 30px 0;
  }

  .footer_block39 .footer_top .footer_lt,
  .footer_block39 .footer_top .footer_rt {
    width: 100%;
  }

  .footer_block39 .footer_top .gp-container {
    display: block;
  }

  .footer_block39 .footer_top .footer_lt .footer_logo {
    justify-content: center;
  }

  .footer_block39 .footer_top .footer_lt ul {
    display: block;
    margin: 20px -10px 0;
    text-align: center;
  }

  .footer_block39 .footer_top .footer_lt ul li a {
    margin: 0 10px;
  }

  .footer_block39 .footer_top .footer_lt .blue {
    margin: 10px 0 0;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    background: none;
  }

  .footer_block39 .footer_cen {
    display: block;
    margin: 10px 0 0;
  }

  .footer_block39 .footer_cen dl {
    display: block;
    margin: 0 0 20px 0;
  }

  .footer_block39 .footer_cen dl::before {
    display: none;
  }

  .footer_block39 .footer_cen dl dd a {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
  }

  .footer_block39 .footer_rt .divSelect2 {
    margin-bottom: 20px;
  }
}
.carousel93 {
  overflow: hidden;
}
.carousel93  a {
  display: block;
  position: relative;
}
.carousel93  a .item-pic {
  padding-bottom: 56.25%;
  position: relative;
}.carousel93  a .item-pic img{
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.carousel93  a .info {
  position: absolute;
  left: 0;
  z-index: 50;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 20px;
  text-align: center;
  padding: 0 23px;
  box-sizing: border-box;
}
.carousel93  a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  /* padding-bottom: calc(155% / 12.51); */
  background: #000000;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.carousel93  .slick-arrow {
  width: 26px;
  height: 46px;
  line-height: 46px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  font-size: 20px;
  color: #fff;
  transform: translateY(0%);
  top: calc(50% - 67px);
}
.carousel93  .slick-arrow:after {
  display: none;
}
