.gp-header26 {
  background: #B60B4E;
  /*手机端导航默认*/
  /*导航*/
  /*导航内标签效果*/
}
.gp-header26 .header {
  width: 100%;
  padding: 0 4vw;
  display: flex;
  position: relative;
  z-index: 9;
}
.gp-header26 .header .gp-logo {
  display: flex;
  align-items: center;
  width: 430px;
  padding: 20px 0;
  margin-right: 50px;
}
.gp-header26 .header .gp-logo a {
  display: inline-block;
  vertical-align: middle;
}
.gp-header26 .header .gp-logo .logo_02 {
  margin-left: 10px;
}
@media screen and (max-width:1300px) {
  .gp-header26 .header .gp-logo {
    width: 330px;
  }
}
.gp-header26 .header .topRight {
  flex: 1;
}
.gp-header26 .header .topRight .links {
  padding: 15px 0;
  text-align: right;
}
.gp-header26 .header .topRight .links .gp-link {
  display: inline-block;
}
.gp-header26 .header .topRight .links .gp-link a {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  line-height: 16px;
}
.gp-header26 .header .topRight .links .gp-link a::after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 15px;
}
.gp-header26 .header .topRight .links .openSearch {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  cursor: pointer;
}
.gp-header26 .header .topRight .links .gp-overlay {
  z-index: 98;
}
.gp-header26 .header .topRight .nav {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
}
.gp-header26 .header .topRight .nav li {
  list-style: none;
  position: relative;
}
.gp-header26 .header .topRight .nav li a {
  display: block;
  padding: 10px;
  line-height: 1;
  font-weight: bold;
}
.gp-header26 .header .topRight .nav li .subNav {
  opacity: 0;
  width: 150%;
  background: #B60B4E;
  overflow: hidden;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translate3d(-50%, 100px, 0px);
  transition: all 0.35s ease-out;
}
.gp-header26 .header .topRight .nav li .subNav a {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding: 12px 5px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.35s ease;
}
.gp-header26 .header .topRight .nav li .subNav a:hover {
  background-color: #B60B4E;
  color: #fff;
}
.gp-header26 .header .topRight .nav li.on .subNav {
  transform: translate3d(-50%, 0px, 0px);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .gp-header26 .header .topRight {
    display: none;
  }
  .gp-header26 .header {
    position: relative;
  }
}
@media screen and (max-width: 540px) {
  .gp-header26 .header .position {
    padding: 10px 5px !important;
  }
  .gp-header26 .header .position .gp-logo {
    width: 90%;
  }
  .gp-header26 .header .position .gp-logo .logo_01 {
    width: 40%;
    margin-right: 21px;
  }
  .gp-header26 .header .position .gp-logo .logo_01::after {
    height: 43px;
    right: 0px;
  }
  .gp-header26 .header .position .gp-logo .logo_02 {
    width: 45%;
  }
}
.gp-header26 .gp-search {
  display: none;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.gp-header26 .gp-search .notxt {
  width: 656px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: none;
  padding-left: 20px;
  color: #666 !important;
}
.gp-header26 .gp-search .notxt1 {
  display: inline-block;
  width: 120px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: none;
  background-color: #B60B4E;
  cursor: pointer;
}
.gp-header26 .gp-search .notxt1::before {
  color: #fff;
  font-size: 22px;
}
.gp-header26 .gp-search.active {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
@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;
  }
}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.gp-header26 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.gp-header26 .gp-menu {
  display: none;
  width: 40px;
  height: 40px;
  z-index: 98;
  position: absolute;
  top: 15px;
  right: 0;
}
.gp-header26 .gp-menu .gp-menu-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 996;
  width: 40px;
  height: 40px;
  background: transparent;
}
.gp-header26 .gp-menu .gp-menu-header .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header26 .gp-menu .gp-menu-header .gp-menu-link a {
  color: #fff;
}
.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #c7000a;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  margin-right: 10px;
  cursor: pointer;
}
.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 2px) / 3);
  width: 27px;
  height: 3px;
  background-color: #c7000a;
}
.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header26 .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;
}
.gp-header26 .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;
}
.gp-header26 .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;
}
.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px) / 2.1);
}
.gp-header26 .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-header26 .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;
}
.gp-header26 .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;
}
@media screen and (max-width: 1200px) {
  .gp-header26 .gp-menu {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .gp-header26 .gp-menu {
    top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .gp-header26 .gp-menu {
    top: 10px;
  }
}
.gp-header26 .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  padding-top: 60px;
  background: #B60B4E;
  display: none;
}
.gp-header26 .gp-menu-nav > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header26 .gp-menu-nav > ul > li > a {
  display: inline-block;
  padding: 14px 0 14px 25px;
}
.gp-header26 .gp-menu-nav > ul > li > ul {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 25px;
}
.gp-header26 .gp-menu-nav > ul > li > ul a {
  display: inline-block;
  padding: 10px 10px;
}
.gp-header26 .gp-menu-nav > ul > li .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.gp-header26 .gp-menu-nav > ul > li.on .gp-menu-arrow {
  transform: rotate(90deg);
}
.gp-header26 .gp-menu-nav li ul {
  display: none;
}
.gp-header26 .gp-menu-nav a {
  color: #fff;
}
.gp-header26 .gp-menu-nav > ul li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}
.gp-header26 .gp-menu-nav > ul li ::marker {
  content: '';
}
.gp-header26 .open .gp-menu-link {
  display: block;
  padding: 0px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header26 .open .gp-menu-link .gp-m-link {
  margin-bottom: 10px;
  padding-top: 10px;
}
.gp-header26 .open .gp-menu-link .gp-m-link a {
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header26 .open .gp-menu-link .gp-m-link a:last-child {
  border-right: none;
  padding-right: 0px;
}
.gp-header26 .open .gp-menu-link .mobile_search {
  font-size: 0px;
  margin-top: 5px 0;
}
.gp-header26 .open .gp-menu-link .mobile_search .notxt {
  width: 90%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0px;
  vertical-align: top;
  padding-left: 20px;
  color: #333 !important;
}
.gp-header26 .open .gp-menu-link .mobile_search .notxt1 {
  width: 10%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0px;
  vertical-align: top;
  color: #B60B4E;
  cursor: pointer;
}
.gp-header26 .open .gp-menu-header {
  background: none;
}
.gp-header26 {
  transition: all 0.3s ease-out 0s;
}
.gp-header26.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.gp-header26 .header .topRight .links {
  transition: all 0.2s ease-out 0s;
}
.gp-header26.currents .header .topRight .links {
  height: 0;
  display: none;
}
.gp-header26 .header .gp-logo {
  transition: all 0.2s ease-out 0s;
}
.gp-header26.currents .header .gp-logo {
  padding: 0;
}
.single_img1 .gp-img-responsive {
  padding-bottom: 26.04%;
  display: block;
}
/*侧边栏*/
.asideList12 .gp-subLeft {
  position: relative;
  z-index: 9;
}
.asideList12 .gp-subLeft .subLeftTitle {
  padding: 24px 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #B60B4E;
  position: relative;
  margin-bottom: 1px;
}
.asideList12 .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%);
}
.asideList12 .gp-subLeft > ul {
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
.asideList12 .gp-subLeft > ul > li {
  position: relative;
}
.asideList12 .gp-subLeft > ul > li > a {
  padding: 15px 20px 15px 10px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}
.asideList12 .gp-subLeft > ul > li > a:hover {
  color: #B60B4E;
  margin-right: 0;
  border-bottom: 1px solid #B60B4E;
}
.asideList12 .gp-subLeft > ul > li a.active {
  color: #B60B4E;
  margin-right: 0;
  border-bottom: 1px solid #B60B4E;
}
.asideList12 .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;
}
.asideList12 .gp-subLeft > ul > li a.active + span.gp-toggles {
  color: #B60B4E !important;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #fff;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 8px 22px 8px 5px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #B60B4E;
  border-bottom: 1px solid #B60B4E;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
.asideList12 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #B60B4E;
  color: #fff;
}
@media screen and (max-width:996px) {
  .asideList12 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList12 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList12 .gp-subLeft > ul {
    display: none;
    text-align: left;
  }
}
.block-list82 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
.gp-teacher11 .tabTitle{
    border-bottom: 1px solid #e4e4e4;
    margin: 0 -10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.gp-teacher11  .tabTitle .left{
   margin: 0 10px;
   padding-bottom: 15px;
   position: relative;
  
}
.gp-teacher11  .tabTitle .left::before{
  content: '';
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #B60B4E;
  transition: all .3s ease-in-out;
}
.gp-teacher11  .tabTitle li.on .left::before{
  width: 100%;
   left: 0;
}.gp-teacher11 .block-list139 ul .right .title{
  margin-bottom: 10px;
}
.gp-teacher11  .tabTitle li.on .left a{
  color: #B60B4E;
}
.gp-teacher11  .block-list139 ul{margin: 0 -15px;}
.gp-teacher11  .block-list139 ul a{
  display: block;
  margin: 0 15px;
  transition: all .3s ease-in-out;
}
.gp-teacher11  .block-list139 ul li:hover a{
  transform:translateX(5px)
}
.gp-teacher11  .block-list139 ul a .img{
  padding-bottom: 130.56%;
}
.gp-teacher11  .block-list139 ul .right{
  border: 1px solid #e6e6e6;
  border-radius: 0 0px 20px 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
}
.block-list82 h2 {
  color: #B60B4E;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list82 .gp-bread {
  float: right;
  text-align: right;
  color: #999;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  overflow: hidden;
}
.block-list82 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.block-list82 .gp-bread a {
  color: #999;
}
.block-list82 .gp-bread a:hover {
  color: #B60B4E;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gp-teacher11 {
  /* overflow: hidden; */
  /* padding: 25px 0 0; */
}
.gp-teacher11 .wrap_content {
  position: relative;
  overflow: hidden;
}
.gpTabListBox  h2 {
    color: #B60B4E;
    line-height: 2.2;
    position: relative;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.gp-teacher11 .wrap_content >ul {
  overflow: hidden;
  margin: 0 -14px;
}
.gp-teacher11 .wrap_content >ul li {
  margin-bottom: 55px;
  transition: all 0.3s ease-in-out;
}
.gp-teacher11 .wrap_content >ul li a {
  display: block;
  margin: 0 14px 0;
  position: relative;
  overflow: hidden;
}
.gp-teacher11 .wrap_content >ul li a .left {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.gp-teacher11 .wrap_content >ul li a .left .img {
  padding-bottom: 140%;
}
.gp-teacher11 .wrap_content >ul li a .right {
  border: 1px solid #e6e6e6;
  border-radius: 0 20px 0 0;
  margin: 31px 0 0;
  padding: 27px 29px 29px 230px;
  text-align: justify;
  position: relative;
  z-index: 2;
}
.gp-teacher11 .wrap_content >ul li a .right .title {
  margin: 0 0 14px;
  line-height: 1.3;
  height: 5.2em;
  overflow: hidden;
  color: #333333;
  position: relative;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.gp-teacher11 .wrap_content >ul li a .right .title::after {
  content: "";
  background: #dedede;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 0 0 40px;
}
.gp-teacher11 .wrap_content >ul li a .right .info {
  line-height: 1.5;
  height: 7.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #757575;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.gp-teacher11 .wrap_content >ul li a .right::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: #B60B4E;
  position: absolute;
  bottom: -1px;
  left: 200px;
}
.gp-teacher11 .wrap_content >ul li:hover {
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .gp-teacher1 .wrap_content ul li a .right .title {
    height: auto;
  }
  .gp-teacher1 .sub_top .sub_menu_1 li a {
    margin: 0 10px 0;
  }
  .gp-teacher11 .block-list139 ul{
    margin: 0 -5px;
  }
  .gp-teacher11 .block-list139 ul a{
    margin: 0 5px;
  }
  .gp-teacher11 .tabTitle {
    /* margin-bottom: 20px; */
  }
  .gp-teacher11 .block-list139 ul li{
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 479px) {
  .gp-teacher1 .wrap_content ul li a .left {
    width: 150px;
  }
  .gp-teacher1 .wrap_content ul li a .right .info {
    height: auto;
    max-height: 7.5em;
  }
  .gp-teacher1 .wrap_content ul li a .right {
    padding: 27px 29px 29px 175px;
  }
  .block-list82{
    margin-bottom: 20px;
}
}
@media screen and (max-width: 350px){
  .gp-teacher11 .tabTitle li{
    margin-bottom: 10px;
  }
}
.footer_block26 {
  padding: 50px 0;
  background: #B60B4E;
}
.footer_block26 .footer {
  line-height: 1.5;
}
.footer_block26 .footer .footer_lf {
  width: 30%;
}
.footer_block26 .footer .footer_lf .footer_logo {
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_block26 .footer .footer_lf .f_link li {
  margin: 0 0 0 10px;
  position: relative;
}
.footer_block26 .footer .footer_lf .f_link li span {
  display: none;
}
.footer_block26 .footer .footer_lf .f_link li:first-child {
  margin-left: 0;
}
.footer_block26 .footer .footer_lf .f_link li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.footer_block26 .footer .footer_lf .f_link li a i {
  font-size: 24px;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.footer_block26 .footer .footer_lf .f_link li a i::before {
  opacity: 0;
}
.footer_block26 .footer .footer_lf .f_link li:nth-child(1) a i {
  color: #3cb035;
  background: url(../images/footer_block26_twitter.png) no-repeat center;
}
.footer_block26 .footer .footer_lf .f_link li:nth-child(2) a i {
  color: #d52b2a;
  background: url(../images/footer_block26_wechat.png) no-repeat center;
}
.footer_block26 .footer .footer_lf .f_link li:nth-child(3) a i {
  color: #3b5999;
  background: url(../images/footer_block26_facebook.png) no-repeat center;
}
.footer_block26 .footer .footer_lf .f_link li:nth-child(4) a i {
  color: #0277b5;
  background: url(../images/footer_block26_youtobe.png) no-repeat center;
}
.footer_block26 .footer .footer_lf .f_link li:nth-child(5) a i {
  color: #913bb8;
  background: url(../images/footer_block26_in.png) no-repeat center;
}
.footer_block26 .footer .footer_lf .f_link li:nth-child(6) a i {
  color: #28a9e0;
  background: url(../images/footer_block26_ins.png) no-repeat center;
}
.footer_block26 .footer .footer_lf .f_link li.on span {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  bottom: 40px;
  margin-left: -50px;
  z-index: 200;
  display: block;
}
.footer_block26 .footer .footer_rt {
  width: 40%;
  line-height: 1.5;
}
.footer_block26 .footer .footer_rt span {
  display: block;
  padding: 7px 0;
}
@media screen and (max-width:996px) {
  .footer_block26 .footer .footer_lf,
  .footer_block26 .footer .footer_rt {
    width: 100% !important;
    float: none;
    text-align: center;
  }
}
