.gp-header11 {
  background: rgba(255, 255, 255, 0.9);
  z-index: 880;
  position: relative;
}
@media screen and (max-width:996px) {
  .gp-header11 {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.gp-header11 .top {
  text-align: right;
}
.gp-header11 .top .gp-link {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.gp-header11 .top .gp-link a {
  color: #333;
  position: relative;
  padding: 0 10px;
}
.gp-header11 .top .gp-search-wrap {
  display: inline-block;
  vertical-align: middle;
}
.gp-header11 .top .gp-search-wrap .gp-search {
  width: 200px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: none;
  margin-left: 20px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 36px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser input,
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser button {
  position: absolute;
  height: 36px;
  line-height: 36px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #333;
  width: 80%;
  left: 0;
  padding-left: 4%;
  outline: none;
}
.gp-header11 .top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #333;
}
.gp-header11 .gp-top {
  position: relative;
}
.gp-header11 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  max-width: 450px;
  padding: 21px 0;
}
.gp-header11 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.gp-header11 .gp-top .gp-logo a img {
  max-height: 70px;
}
.gp-header11 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header11 .gp-top .gp-logo:hover {
  opacity: 0.9;
}
.gp-header11 .gp-top:hover {
  opacity: 1;
  color: #fff;
}
.gp-header11 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: #0F4A84;
}
.gp-header11 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.gp-header11 .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-header11 .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-header11 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header11 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header11 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header11 .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-header11 .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-header11 .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-header11 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}
.gp-header11 .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-header11 .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-header11 .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-header11 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #0F4A84;
}
.gp-header11 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #0F4A84;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}
.gp-header11 .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-header11 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header11 .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-header11 .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-header11 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #0F4A84 !important;
  left: 0;
  width: 40px;
}
.gp-header11 .gp-menu .gp-menu-nav > ul {
  padding: 0 30px;
}
.gp-header11 .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-header11 .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-header11 .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-header11 .gp-menu .gp-menu-nav > ul > li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}
.gp-header11 .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-header11 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li.on span {
  transform: rotate(45deg);
}
.gp-header11 .gp-menu .gp-menu-nav > ul > li.on span {
  transform: rotate(90deg);
}
.gp-header11 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header11 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}
.gp-header11 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}
.gp-header11 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}
.gp-header11 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}
.gp-header11 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}
.gp-header11 .gp-nav-wrap {
  margin-left: 480px;
  padding: 18px 0;
}
.gp-header11 .gp-nav-wrap .gp-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: right;
  margin-top: 0;
  margin-bottom: 0;
}
.gp-header11 .gp-nav-wrap .gp-nav > li {
  position: relative;
  text-align: center;
  padding: 0 7px;
  box-sizing: border-box;
}
.gp-header11 .gp-nav-wrap .gp-nav > li > a {
  display: inline-block;
  line-height: 1;
  color: #333;
  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-header11 .gp-nav-wrap .gp-nav > li > a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #0F4A84;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}
.gp-header11 .gp-nav-wrap .gp-nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header11 .gp-nav-wrap .gp-nav > li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 59px;
  width: 100px;
  display: none;
  text-align: center;
  background-color: rgba(15, 74, 132, 0.85);
  margin-left: -50px;
}
.gp-header11 .gp-nav-wrap .gp-nav > li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}
.gp-header11 .gp-nav-wrap .gp-nav > li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header11 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header11 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header11 .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:1240px) {
  .gp-header11 .gp-top .gp-logo {
    max-width: 350px;
  }
  .gp-header11 .gp-nav-wrap {
    margin-left: 400px;
  }
  .gp-header11 .gp-nav-wrap .gp-nav > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width:996px) {
  .gp-header11 .searchWrap,
  .gp-header11 .top {
    display: none;
  }
  .gp-header11 .gp-menu {
    display: block;
  }
  .gp-header11 .gp-menu .gp-menu-nav {
    display: block;
  }
  .gp-header11 .gp-menu.open .gp-menu-link {
    display: none;
  }
  .gp-header11 .gp-menu.open .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header11 .gp-top {
    height: auto;
  }
  .gp-header11 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
    padding: 15px 0;
  }
  .gp-header11 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  .gp-header11 .gp-top .gp-logo .gp-search-wrap {
    display: none;
  }
  .gp-header11 .gp-top .gp-logo.open {
    z-index: 90;
  }
  .gp-header11 .gp-top .gp-search-wrap {
    display: none;
  }
  .gp-header11 .gp-nav-wrap {
    display: none;
  }
  .gp-header11 .gp-nav-wrap .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header11 .gp-m-search {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .gp-header11 .gp-header1 .gp-menu-nav > ul {
    padding: 10px 20px 0;
  }
  .gp-header11 .gp-header1 .m-link {
    margin: 0 20px;
  }
}
.gp-header11.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-header11.currents .gp-top .gp-logo {
  max-width: 350px;
  padding: 0;
}
.gp-header11.currents .gp-top .gp-logo .logo_01 {
  padding: 1px 0;
}
.gp-header11.currents .gp-nav-wrap {
  padding: 0;
  margin-left: 400px;
}
.gp-header11.currents .gp-nav-wrap .gp-nav > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.gp-header11.currents .gp-nav-wrap .gp-nav > li .second_nav1 {
  top: 50px;
}
.gp-header11 {
  transition: all 0.5s ease-out 0s;
  z-index: 10;
}
.gp-header11.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: auto !important;
}
.gp-header11 .gp-top .gp-logo {
  transition: all 0.2s ease-in-out 0s;
}
.gp-header11.currents .gp-top .gp-logo {
  padding: 5px 0;
}
.gp-header11 .gp-top {
  transition: all 0.3s ease-in-out 0s;
}
.gp-header11.currents .gp-top {
  display: flex;
  align-items: center;
}
.gp-header11 .gp-nav-wrap {
  transition: all 0.4s ease-in-out 0s;
}
.gp-header11.currents .gp-nav-wrap {
  margin-left: 50px;
  flex: 1;
  padding: 0;
}
.gp-header11 .gp-nav-wrap .gp-nav > li > a {
  transition: all 0.2s ease-in-out 0s;
}
.gp-header11.currents .gp-nav-wrap .gp-nav > li > a {
  height: 50px;
  line-height: 50px;
}
.carousel12 {
  position: relative;
}
.carousel12 .slick-slide a {
  display: block;
}
.carousel12 .slick-slide a span {
  padding-bottom: 30.2%;
}
.carousel12 .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 0;
  text-align: center;
}
.carousel12 .slick-dots li {
  margin: 10px 6px 0;
  display: inline-block;
  zoom: 1;
}
.carousel12 .slick-dots li button {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
}
.carousel12 .slick-dots li.slick-active button {
  background-color: #0F4A84;
  border: 1px solid #0F4A84;
}
.gp-title11 {
  padding: 10px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.gp-title11 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title11 h2 {
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title11 .more {
  color: #999;
  line-height: 35px;
}
.block-list23 >li {
  overflow: hidden;
}
.block-list23 >li >span {
  width: 41.92%;
  overflow: hidden;
}
.block-list23 >li >span a {
  display: block;
  transition: transform 0.35s ease-out;
}
.block-list23 >li >span a span {
  display: inline-block;
  padding: 5px;
  color: #999;
}
.block-list23 >li >span a h3 {
  font-weight: normal;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list23 >li div {
  flex: 1;
  padding-left: 20px;
}
.block-list23 >li div h3 {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  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-list23 >li div span {
  font-size: 16px;
  display: block;
  text-align: right;
  margin: 7px 0 10px 0;
}
.block-list23 >li div p {
  color: #999999;
  line-height: 1.857;
  height: 52px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
@media screen and (min-width:767px) {
  .block-list23 >li {
    display: flex;
  }
}
@media screen and (max-width:767px) {
  .block-list23 >li h3 {
    padding-top: 15px;
  }
  .block-list23 >li div {
    padding: 10px;
  }
  .block-list23 >li div h3 {
    padding-top: 0;
  }
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 11px 0px 11px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0F4A84;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
}
.block-list45 {
  position: relative;
}
.block-list45::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #0F4A84;
  z-index: -1;
}
.block-list45 ul {
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.block-list45 ul li {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.block-list45 ul li >div {
  display: flex;
}
.block-list45 ul li span {
  width: 52px;
  height: 48px;
  background: #0F4A84;
  display: block;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  color: #fff;
}
.block-list45 ul li span b {
  display: block;
  line-height: 25px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.68);
  padding-bottom: 2px;
}
.block-list45 ul li span i {
  display: block;
  transform: scale(0.8);
  line-height: 14px;
  font-style: normal;
  margin-top: 3px;
}
.block-list45 ul li h3 {
  flex: 1;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  padding-left: 20px;
}
.block-list45 ul li h3 a {
  color: #333333;
  line-height: 1.5;
  /*height: 1.5em;*/
  overflow: hidden;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list45 ul li:hover {
  transform: translateX(5px);
}
.block-list45 ul li:hover h3 a {
  color: #333333;
}
.block-list45 .line {
  width: 42.8%;
  height: 60.88%;
  background: #0F4A84;
  position: absolute;
  right: -7px;
  top: -7px;
  z-index: 1;
}
.block-list30 .slick-slider {
  display: block;
  margin: 0 15px;
}
.block-list30 .slick-slider a {
  display: block;
}
.block-list30 .slick-slider a .slick-txt {
  height: 50px;
  line-height: 3.125;
  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;
  font-weight: normal;
  text-align: center;
  display: block;
}
.block-list30 .slick-dots {
  display: none !important;
}
.footer_block10 {
  background: #0b6ec6;
  background: -webkit-linear-gradient(left, #0b6ec6, #48adbd);
  background: -o-linear-gradient(right, #0b6ec6, #48adbd);
  background: -moz-linear-gradient(right, #0b6ec6, #48adbd);
  background: linear-gradient(to right, #0b6ec6, #48adbd);
}
.footer_block10 .footer {
  padding: 40px 0;
}
.footer_block10 .footer .footer_lf {
  width: 70%;
  float: left;
  overflow: hidden;
}
.footer_block10 .footer .footer_lf p {
  color: #fff;
  line-height: 30px;
}
.footer_block10 .footer .footer_rt {
  width: 30%;
  float: right;
  text-align: right;
}
.footer_block10 .footer .footer_rt .erweima {
  margin: 20px 0;
}
.footer_block10 .footer .footer_rt .erweima a {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.footer_block10 .footer .footer_rt .erweima a .weChat {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: 0 48px 0 0;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  font-size: 26px;
}
.footer_block10 .footer .footer_rt .erweima a .weChat1 {
  background: url(../images/f-weixin.png) no-repeat center center;
}
.footer_block10 .footer .footer_rt .erweima a .weChat2 {
  background: url(../images/f-sina.png) no-repeat center center;
}
.footer_block10 .footer .footer_rt .erweima a .weChat_img {
  position: absolute;
  left: -35px;
  top: -105px;
  width: 100px;
  height: 100px;
  z-index: 1;
  display: none;
}
.footer_block10 .footer .footer_rt .erweima a:hover .weChat_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_block10 {
    text-align: center;
  }
  .footer_block10 .footer {
    padding: 30px 0 20px;
  }
  .footer_block10 .footer .footer_rt {
    text-align: center;
  }
  .footer_block10 .footer .footer_rt a:nth-child(2) .weChat {
    margin-right: 0;
  }
}
