@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}


.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;
}

html,
body {
  color: #201914;
  font: normal 18px/180% "Microsoft YaHei";
}

.main {
  min-width: 1000px;
}

.g-w1200 {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body {
  background: url(../images/banner.jpg) center top no-repeat;
  background-size: 1920px auto;
}

.bk-top {
  height: 950px;
}

.bk-top .top-link1 {
  position: absolute;
  left: -20px;
  bottom: 140px;
}

.bk-top .top-link2 {
  position: absolute;
  left: 520px;
  bottom: 140px;
}

.bk-top .top-link3 {
  position: absolute;
  left: 730px;
  top: 450px;
  width: 200px;
  height: 60px;
}

.bk {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bk * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bk .swiper-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.bk .swiper-slide {
  position: relative;
}

.bk .swiper-outer {
  overflow: hidden;
}

.vc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}

.bk-fixed-qrcode-wrap {
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: 660px;
  text-align: center;
  color: #787878;
}

.bk-fixed-qrcode-wrap .btn-close-qrcode {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
  cursor: pointer;
}

.bk-fixed-qrcode-wrap li {
  line-height: 0;
  margin-bottom: 20px;
}

.bk-fixed-qrcode-wrap li .img-box {
  padding: 15px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.bk-fixed-qrcode-wrap li p {
  font: normal 14px/1.5 'Microsoft YaHei';
}

.bk-newsfirst {
  text-align: center;
  font-size: 0;
}

.bk-newsfirst h1,
.bk-newsfirst h2,
.bk-newsfirst h3 {
  font: bold 40px/1 "Microsoft YaHei";
  margin-bottom: 20px;
  text-align: center;
  color: #8a2718;
}

.bk-newsfirst .list-subtitles li {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  color: #9d5e56;
}

.bk-newsfirst .list-subtitles li:first-child {
  margin-left: 0;
}

.bk-jdt {
  margin-bottom: 20px;
  overflow: hidden;
}

.bk-jdt .left-swiper {
  position: relative;
  float: left;
  width: 675px;
  height: 420px;
}

.bk-jdt .left-swiper .pagination1 {
  position: absolute;
  text-align: right;
  bottom: 16px;
  right: 10px;
  z-index: 2;
  z-index: 999;
}

.bk-jdt .left-swiper .swiper-slide {
  position: relative;
}

.bk-jdt .left-swiper .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  font: normal 18px/60px "Microsoft YaHei";
  padding-left: 20px;
  padding-right: 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bk-jdt .left-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #8d8e90;
  margin: 0 3px;
  cursor: pointer;
}

.bk-jdt .left-swiper .swiper-pagination-bullet {
  background: #8d8e90;
  margin: 0 3px;
}

.bk-jdt .left-swiper .swiper-pagination-bullet-active {
  background: #da3c36;
}

.bk-jdt .left-swiper .swiper-active-switch {
  background: #da3c36;
}

.bk-jdt .right-news {
  position: relative;
  margin-left: 684px;
}

.bk-jdt .right-news li {
  position: relative;
  height: 82px;
  background: #f0eae5;
  margin-bottom: 3px;
  border-left: 12px solid #f0eae5;
  padding-left: 20px;
  padding-top: 8px;
}

.bk-jdt .right-news li a {
  display: block;
  position: relative;
  z-index: 2;
}

.bk-jdt .right-news li > div {
  position: relative;
  z-index: 2;
}

.bk-jdt .right-news li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EFF9FE;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}


.bk-jdt .right-news li:hover {
  border-left: 12px solid #FF0000;
  color: #fff;
}

.bk-jdt .right-news li:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 0.5;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bk-live {
  margin-bottom: 7px;
}

.bk-live .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 675px;
  height: 392px;
  overflow: hidden;
}

.bk-live .left video {
  display: none;
}

.bk-live .left .btn-play {
  position: absolute;
  right: 37px;
  bottom: 84px;
  cursor: pointer;
}

.bk-live .left .btn-play:hover {
  opacity: 0.8;
}

.bk-live .right {
  position: relative;
  margin-left: 684px;
  height: 394px;
  background: #f3efec;
}

.bk-live .right .top {
  padding: 35px 50px 0;
}

.bk-live .right .top h3 {
  text-align: center;
  margin-bottom: 20px;
}

.bk-live .right .top p {
  text-indent: 2em;
  text-align: left;
  font: normal 16px/2.2 "Microsoft YaHei";
  color: #908d8d;
}

.bk-live .right .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 40px;
  background: #eee7e0;
}

.bk-live .right .bottom * {
  vertical-align: middle;
}

.bk-live .right .bottom b {
  font-style: normal;
  color: #a34638;
}

.bk-live-small-imgs .swiper-container {
  height: 228px;
}

.bk-live-small-imgs .swiper-wrapper {
  height: 100%;
}

.bk-live-small-imgs .swiper-slide {
  position: relative;
  height: 228px;
  font-size: 0;
}

.bk-live-small-imgs .arrow2 {
  position: absolute;
  top: 100px;
  z-index: 2;
  cursor: pointer;
}

.bk-live-small-imgs .al2 {
  left: 10px;
}

.bk-live-small-imgs .ar2 {
  right: 15px;
}

.bk-live-small-imgs .desc2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 295px;
  height: 69px;
  background: #EFF9FE;
  color: #201914;
  font-size: 18px;
  margin-right: 7px;
  text-align: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bk-fengqin {
  margin-bottom: 60px;
}

.bk-fengqin .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 675px;
  height: 560px;
  font-size: 0;
  background: #f5f1eb;
}

.bk-fengqin .left .v-item {
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
}

.bk-fengqin .left .v-item.active {
  width: 442px;
}

.bk-fengqin .left .v-item.active .vcontent-wrap {
  width: 370px;
}

.bk-fengqin .left .v-item.active .vcontent-wrap .vt-box {
  opacity: 1;
}

.bk-fengqin .left .v-item.active .vtext-wrap {
  background: #a24435;
}

.bk-fengqin .left .v-item.active .vtext-wrap .vtb {
  display: inline-block;
}

.bk-fengqin .left .v-item.active .vtext-wrap .vta {
  display: none;
}

.bk-fengqin .left .vtext-wrap,
.bk-fengqin .left .vcontent-wrap {
  display: inline-block;
  vertical-align: middle;
}

.bk-fengqin .left .vtext-wrap {
  position: relative;
  width: 72px;
  height: 100%;
  text-align: center;
  background: #e8e1d7;
}

.bk-fengqin .left .vtext-wrap .vtb {
  display: none;
}

.bk-fengqin .left .vtext-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bk-fengqin .left .vcontent-wrap {
  padding: 40px 20px 0;
  width: 5px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: url(../images/bg-vt.png) center bottom no-repeat;
}

.bk-fengqin .left .vcontent-wrap h4 {
  width: 330px;
  font: normal 24px "Microsoft YaHei";
  margin-bottom: 28px;
}

.bk-fengqin .left .vcontent-wrap .vt-box {
  position: relative;
  font-size: 18px;
  color: #7b7877;
  padding: 44px 14px;
  min-height: 334px;
  max-height: 453px;
  width: 330px;
  overflow: auto;
  background: #ece6de;
  background: rgba(183, 160, 141, 0.14);
  opacity: 0;
}

.bk-fengqin .left .vcontent-wrap .vt-box p {
  line-height: 1.9;
  text-indent: 2em;
}

.bk-fengqin .left .vcontent-wrap .vt-box .btn-list {
  position: absolute;
  left: 34px;
  bottom: 27px;
}

.bk-fengqin .right {
  position: relative;
  margin-left: 675px;
  height: 560px;
  background: #f5f1eb;
  padding: 34px 40px;
}

.bk-fengqin .right li {
  position: relative;
  margin-bottom: 5px;
}

.bk-fengqin .right li.active p {
  display: block;
}

.bk-fengqin .right li.active:after {
  display: block;
}

.bk-fengqin .right li:after {
  display: none;
  width: 100%;
  content: "";
  height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b7a08d;
}

.bk-fengqin .right h3 {
  position: relative;
  font: bold 18px/1.6 "Microsoft YaHei";
  margin-bottom: 10px;
}

.bk-fengqin .right h3:before {
  position: absolute;
  left: -15px;
  top: 15px;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #a24435;
  content: "";
}

.bk-fengqin .right h3 span {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid;
  color: #a34638;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  margin-left: 4px;
}

.bk-fengqin .right p {
  display: none;
  color: #908d8d;
  text-indent: 2em;
  font: normal 16px/2.1 "Microsoft YaHei";
  max-height: 145px;
  overflow: auto;
}

.common-title {
  margin-bottom: 40px;
}

.common-title img {
  width: 100%;
}

.bk-tb-video {
  margin-bottom: 26px;
}

.bk-tb-video .imgs-tb {
  position: relative;
}

.bk-tb-video .img-left-big-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 326px;
}

.bk-tb-video .img-left-big-wrap .tb-btn-play {
  position: absolute;
  right: 30px;
  bottom: 58px;
  z-index: 2;
  cursor: pointer;
}

.bk-tb-video .img-left-big-wrap p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  font: normal 18px/40px "Microsoft YaHei";
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 20px;
}

.bk-tb-video .img-right-small {
  position: relative;
  height: 328px;
  margin-left: 604px;
  overflow: hidden;
}

.bk-tb-video .img-right-small li {
  position: relative;
  float: left;
  width: 294px;
  height: 159px;
  margin-left: 5px;
  margin-bottom: 7px;
}

.bk-tb-video .img-right-small li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  font: normal 18px/32px "Microsoft YaHei";
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
}

.bk-tb-video .img-right-small li:nth-child(odd) {
  margin-left: 0;
}

.bk-tb-news {
  font-size: 0;
}

.bk-tb-news .left,
.bk-tb-news .right,
.bk-tb-news .center {
  display: inline-block;
  vertical-align: top;
}

.bk-tb-news .left {
  width: 390px;
  min-height: 270px;
  padding-right: 35px;
}

.bk-tb-news h3 {
  font: bold 26px/1 "Microsoft YaHei";
  text-align: left;
  color: #a2312b;
  margin-bottom: 25px;
}

.bk-tb-news .center {
  width: 400px;
  min-height: 270px;
  padding-right: 35px;
}

.bk-tb-news ul li {
  font-size: 18px;
  height: 50px;
  line-height: 1.2;
}

.bk-tb-news .right {
  position: relative;
  width: 406px;
  min-height: 270px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.bk-tb-news .right .top {
  margin-bottom: 5px;
}

.bk-tb-news .right .right-img,
.bk-tb-news .right .left-img {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.bk-tb-news .right .left-img {
  margin-right: 6px;
}

.bk-tb-paper {
  background: #f5f5f5;
  height: 526px;
  overflow: hidden;
  margin-bottom: 50px;
}

.bk-tb-paper .left {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 313px;
  height: 443px;
}

.bk-tb-paper .center {
  position: absolute;
  left: 346px;
  top: 64px;
  width: 300px;
  height: 443px;
  padding-left: 20px;
  padding-top: 40px;
  background: url(../ximgs/bg-paper.png) no-repeat;
  font-size: 0;
  line-height: 0;

}

.bk-tb-paper .center .top-tabs {
  width: 260px;
  border-bottom: 1px solid #c0b299;
  font: normal 20px/1 "Microsoft YaHei";
  margin-bottom: 25px;
}

.bk-tb-paper .center .top-tabs span {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  color: #a24435;
  cursor: pointer;
}

.bk-tb-paper .center .top-tabs span.active {
  background: #b49668;
  color: #fff;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
}

.bk-tb-paper .center .links {
  text-align: left;
}

.bk-tb-paper .center .links a {
  display: inline-block;
  border: 1px solid #a24435;
  color: #a24435;
  font: normal 18px/1 "Microsoft YaHei";
  margin-right: 14px;
  margin-bottom: 8px;
  padding: 4px 8px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.bk-tb-paper .center .links a:hover {
  color: #fff;
  background: #a24435;
}

.bk-tb-paper .right {
  position: relative;
  margin-left: 660px;
}

.bk-tb-paper .right .swiper-flow-outer {
  position: relative;
  height: 526px;
  overflow: hidden;
}

.bk-tb-paper .right .swiper-flow-outer .at-flow {
  position: absolute;
  right: 10px;
  top: 220px;
  z-index: 9;
  cursor: pointer;
}

.bk-tb-paper .right .swiper-flow-outer .ab-flow {
  position: absolute;
  right: 10px;
  top: 280px;
  z-index: 9;
  cursor: pointer;
}

.bk-tb-paper .right .swiper-flow-outer .swiper-container {
  height: 100%;
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
  margin-top: 0;
  overflow: hidden;
  height: auto;
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.bk-tb-paper .right .swiper-flow-outer .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.bk-tb-paper .right .list-links {
  padding: 10px;
}

.bk-tb-paper .right .list-links a {
  font: normal 16px "Microsoft YaHei";
  color: #000;
  line-height: 1.5;
  margin-bottom: 5px;
}

.bk-tb-paper .right .list-links a:hover {
  color: #c3352c;
}

.bk-tb-paper .right .list-links a:last-child {
  margin-bottom: 0;
}

.bk-tb-paper .right .rmrb-bar {
  width: 560px;
  height: 60px;
  background: url(../ximgs/bg-paperbar.png) no-repeat;
}

.bk-tb-paper .right .rmrb-bar a {
  color: #ffffb5;
  padding-left: 20px;
  font: bold 28px/60px "Microsoft YaHei";
}

.bk-hhcj {
  font-size: 0;
  line-height: 0;
  margin-bottom: 60px;
}

.bk-hhcj .section-wrap .hh-content-wrap {
  position: relative;
  padding: 37px 0 25px;
  background: #EFF9FE;
  height: 515px;
}

.bk-hhcj .section-wrap .hh-content-wrap .item-content {
  display: none;
}

.bk-hhcj .section-wrap .hh-content-wrap .item-content:first-child {
  display: block;
}

.bk-hhcj .section-wrap .hh-content-wrap .bottom-line {
  border-bottom: 1px solid #857051;
  margin-left: 20px;
  margin-right: 20px;
}

.bk-hhcj .section-wrap .hh-content-wrap .left-nav {
  position: absolute;
  left: 0;
  top: 50px;
}

.bk-hhcj .section-wrap .hh-content-wrap .left-nav li {
  position: relative;
  width: 125px;
  padding: 6px 0;
  margin-bottom: 25px;
  text-align: center;
  background: #608FFC;
  -webkit-border-bottom-right-radius: 16px;
  border-bottom-right-radius: 16px;
  cursor: pointer;
}

.bk-hhcj .section-wrap .hh-content-wrap .left-nav li.active {
  background: #da3c36;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content {
  position: relative;
  margin-left: 163px;
  width: 1060px;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 590px;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-img li {
  position: relative;
  height: 230px;
  padding: 23px 0;
  overflow: hidden;
  text-align: justify;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-img li .img-left {
  float: left;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-img li:hover {
  background: #608FFC;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-img li .right-desc {
  margin-left: 278px;
  padding-right: 10px;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-img li .right-desc h3 {
  font: bold 18px/1.5 "Microsoft YaHei";
  margin-bottom: 10px;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-img li .right-desc p {
  font: normal 16px/1.5 "Microsoft YaHei";
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-news {
  margin-left: 606px;
  width: 430px;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-news li {
  width: 430px;
  height: 94px;
  display: table;
  padding-left: 10px;
  overflow: hidden;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-news li:hover {
  background: url(../imgs/bg-news.png) no-repeat;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-news li:hover > div {
  border-color: transparent;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-news li > div {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-news li:last-child > div {
  border: 0;
}

.bk-hhcj .section-wrap .hh-content-wrap .right-content .list-news li a {
  font: normal 18px/1.8 "Microsoft YaHei";
}

.bk-jiceng {
  margin-bottom: 90px;
}

.bk-jiceng .jiceng-wrap {
  position: relative;
}

.bk-jiceng .jiceng-wrap:before {
  position: absolute;
  left: -40px;
  bottom: -40px;
  width: 71px;
  height: 74px;
  content: "";
  background: url(../images/guaijiao-left.png) no-repeat;
}

.bk-jiceng .jiceng-wrap:after {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 71px;
  height: 74px;
  content: "";
  background: url(../images/guaijiao-r.png) no-repeat;
}

.bk-jiceng .left {
  position: relative;
  float: left;
  width: 602px;
  height: 450px;
}

.bk-jiceng .left img {
  width: 100%;
  height: 100%;
}

.bk-jiceng .left:hover p {
  background: rgba(109, 75, 50, 0.67);
}

.bk-jiceng .left:hover p a {
  opacity: 1;
}

.bk-jiceng .left p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #fff;
}

.bk-jiceng .left p a {
  position: relative;
  display: block;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bk-jiceng .left p a span {
  position: absolute;
  max-width: 78%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bk-jiceng .right {
  margin-left: 610px;
}

.bk-jiceng .right ul {
  height: 450px;
  overflow: hidden;
}

.bk-jiceng .right li {
  position: relative;
  float: left;
  width: 291px;
  height: 221px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
}

.bk-jiceng .right li:nth-child(2), .bk-jiceng .right li:nth-child(4) {
  margin-right: 0;
}

.bk-jiceng .right li img {
  width: 100%;
  height: 100%;
}

.bk-jiceng .right li:hover p {
  background: rgba(109, 75, 50, 0.67);
}

.bk-jiceng .right li:hover p a {
  opacity: 1;
}

.bk-jiceng .right li p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #fff;
}

.bk-jiceng .right li p a {
  position: relative;
  display: block;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bk-jiceng .right li p a span {
  position: absolute;
  max-width: 78%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bk-wowei {
  position: relative;
  margin-bottom: 80px;
}

.bk-wowei .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 800px;
  height: 480px;
}

.bk-wowei .left .swiper-slide p {
  display: none;
}

.bk-wowei .right {
  height: 480px;
  background: #e8e0db;
  margin-left: 800px;
}

.bk-wowei .right li {
  position: relative;
  width: 100%;
  height: 120px;
  cursor: pointer;
  display: table;
  padding: 0 38px;
}

.bk-wowei .right li span {
  display: table-cell;
  vertical-align: middle;
}

.bk-wowei .right li span b {
  font-style: normal;
}

.bk-wowei .right li:before {
  display: none;
  content: "";
  position: absolute;
  left: -22px;
  top: 40px;
  z-index: 22;
  width: 22px;
  height: 23px;
  background: url(../images/sanjioa.png) no-repeat;
}

.bk-wowei .right li.active {
  background: #a24435;
  color: #fff;
}

.bk-wowei .right li.active:before {
  display: block;
}

.bk-zgjs {
  margin-bottom: 80px;
}

.bk-zgjs .content-wrap {
  position: relative;
  height: 570px;
  background: #a54839;
  border: 8px solid #8f3627;
}

.bk-zgjs .content-wrap .arrowtop-js {
  position: absolute;
  left: 120px;
  top: 20px;
  cursor: pointer;
}

.bk-zgjs .content-wrap .arrowbottom-js {
  position: absolute;
  left: 120px;
  bottom: 10px;
  cursor: pointer;
}

.bk-zgjs .left-nav {
  position: absolute;
  left: 18px;
  top: 60px;
  width: 223px;
  height: 456px;
}

.bk-zgjs .left-nav .btn-js {
  width: 218px;
  text-align: center;
  color: #4e3e39;
  background: url(../images/bg-btn.png) #decfa4;
  font: normal 30px/53px "Microsoft YaHei";
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 9px 3px 0px #5e261d;
  box-shadow: 4px 9px 3px 0px #5e261d;
  cursor: pointer;
}

.bk-zgjs .left-nav .btn-js:hover {
  opacity: 0.8;
}

.bk-zgjs .right-contents {
  margin-left: 282px;
}

.bk-zgjs .right-contents .item-content {
  display: none;
  position: relative;
  padding-top: 28px;
}

.bk-zgjs .right-contents .item-content:first-child {
  display: block;
}

.bk-zgjs .right-contents .item-content .right-desc-wrap {
  position: absolute;
  left: 471px;
  top: 39px;
  width: 416px;
  height: 233px;
  overflow: auto;
  color: #fff;
}

.bk-zgjs .right-contents .item-content .right-desc-wrap h3 {
  font: bold 20px/1.5 "Microsoft YaHei";
  margin-bottom: 10px;
}

.bk-zgjs .right-contents .item-content .right-desc-wrap p {
  font: normal 18px/2 "Microsoft YaHei";
  text-indent: 2em;
}

.bk-zgjs .right-contents .item-content .right-desc-wrap .btn-wrap {
  text-align: right;
}

.bk-zgjs .right-contents .item-content .right-desc-wrap .btn-wrap .detail,
.bk-zgjs .right-contents .item-content .right-desc-wrap .btn-wrap a {
  color: #ede3b4;
  font-size: 16px;
}

.bk-zgjs .right-contents .top {
  position: relative;
  width: 908px;
  height: 264px;
  background: #3c312a;
}

.bk-zgjs .right-contents .top button {
  display: none;
}

.bk-zgjs .right-contents .top .links-wrap {
  font-size: 0;
}

.bk-zgjs .right-contents .top .links-wrap ul {
  height: 226px;
  background: #4e3e39;
  font: normal 20px "Microsoft YaHei";
  color: #fff;
  padding-top: 17px;
}

.bk-zgjs .right-contents .top .links-wrap ul li {
  position: relative;
  height: 63px;
  line-height: 63px;
  padding-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bk-zgjs .right-contents .top .links-wrap ul li:hover {
  color: #3c312a;
  background: url(../images/bg-li-jingshen.png) left center no-repeat;
}

.bk-zgjs .right-contents .top .links-wrap ul li:after {
  position: absolute;
  left: 20px;
  bottom: 0;
  display: block;
  content: "";
  width: 370px;
  border-bottom: 1px solid #938986;
}

.bk-zgjs .right-contents .top .links-wrap ul li:last-child:after {
  display: none;
}

.bk-zgjs .right-contents .top .links-wrap .left-links {
  display: inline-block;
  width: 444px;
  vertical-align: top;
  margin-right: 4px;
}

.bk-zgjs .right-contents .top .links-wrap .right-links {
  width: 460px;
  display: inline-block;
  vertical-align: top;
}

.bk-zgjs .right-contents .top:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 44px;
  width: 30px;
  height: 37px;
  background: url(../images/sanjiaoxing2.png) no-repeat;
}

.bk-zgjs .right-contents .top .desc {
  position: absolute;
  left: 0;
  top: 272px;
  width: 908px;
  height: 226px;
}

.bk-zgjs .right-contents .top .desc .desc-tit {
  display: none;
}

.bk-zgjs .right-contents .img-left {
  position: absolute;
  left: 12px;
  top: 12px;
}

.bk-mt {
  margin-bottom: 20px;
}

.bk-mt .list-mt li {
  position: relative;
  float: left;
  width: 400px;
  height: 68px;
  padding-right: 30px;
  font: normal 18px/1.5 "Microsoft YaHei";
}

.bk-mt .list-mt li:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 10px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #000;
}

.bk-gqdt {
  margin-bottom: 80px;
}

.bk-gqdt .swiper-gq {
  position: relative;
  overflow: hidden;
  height: 570px;
}

.bk-gqdt .swiper-gq .al-gaoqing {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 1;
  margin-left: -380px;
  cursor: pointer;
}

.bk-gqdt .swiper-gq .ar-gaoqing {
  position: absolute;
  right: 50%;
  bottom: 15px;
  z-index: 1;
  margin-right: -380px;
  cursor: pointer;
}

.bk-gqdt .swiper-gq .show-desc {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 670px;
  margin-left: -335px;
  height: 60px;
  color: #fff;
  text-align: center;
  font: bold 26px/60px "Microsoft YaHei";
  background: rgba(93, 69, 52, 0.49);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bk-gqdt .swiper-container-gq {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1470px;
  width: 2940px;
  height: 570px;
}

.bk-gqdt .swiper-container-gq .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.bk-gqdt .swiper-container-gq .swiper-slide img {
  width: 892px;
  height: 570px;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.bk-spch {
  margin-bottom: 80px;
}

.bk-spch .left-video {
  position: relative;
  float: left;
  width: 940px;
  height: 590px;
}

.bk-spch .left-video .btn-play2 {
  position: absolute;
  left: 57px;
  top: 414px;
  cursor: pointer;
}

.bk-spch .left-video p {
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 2;
  width: 940px;
  color: #fff;
  font: normal 24px "Microsoft YaHei";
}

.bk-spch .left-video:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 940px;
  height: 99px;
  background: url(../images/video-mask1.png) no-repeat;
}

.bk-spch .right-videos {
  margin-left: 952px;
  line-height: 0;
}

.bk-spch .right-videos li {
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
}

.bk-spch .right-videos li .btn-play3 {
  position: absolute;
  left: 110px;
  top: 46px;
  z-index: 4;
  cursor: pointer;
}

.bk-spch .right-videos li:last-child {
  margin-bottom: 0;
}

.bk-spch .right-videos li p {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
  font: normal 18px "Microsoft YaHei";
}

.bk-spch .right-videos li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 98%;
  height: 100px;
  background: url(../images/video-mask2.png) no-repeat;
}

.bk-flang .flang-wrap * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.bk-flang .languageTabTitle .title {
  width: 100%;
  height: 147px;
  text-align: center;
  position: relative;
  padding: 30px 0 50px 0;
}

.bk-flang .languageTabTitle .title span {
  display: inline-block;
  height: 147px;
  width: 508px;
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/title_language.jpg) no-repeat;
}

.bk-flang .languageTabTitle {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.bk-flang .languageTabTitle .languageTabTop {
  padding-bottom: 20px;
}

.bk-flang .languageTabTitle .languageTabTop span {
  display: inline-block;
  width: 10.5%;
  text-align: center;
  height: 30px;
}

.bk-flang .languageTabTitle .languageTabTop span a {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.bk-flang .languageTabTitle .languageTabTop .e1 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e1.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabTop .e2 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e2.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabTop .e3 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e3.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabTop .e4 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e4.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabTop .e5 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e5.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabTop .e6 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e6.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabTop .e7 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e7.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabTop .e8 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e8.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabTop .e9 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e9.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabTop span.active {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e1_hover.png) no-repeat center center #c71f29;
}

.bk-flang .languageTabTitle .languageTabBottom {
  width: 520px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.bk-flang .languageTabTitle .languageTabBottom span {
  display: inline-block;
  width: 18%;
  text-align: center;
  height: 36px;
  background-size: contain;
}

.bk-flang .languageTabTitle .languageTabBottom span a {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.bk-flang .languageTabTitle .languageTabBottom .m1 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m1.png) no-repeat center center;
  background-size: contain;
}

.bk-flang .languageTabTitle .languageTabBottom .m2 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m2.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabBottom .m3 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m3.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabBottom .m4 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m4.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabBottom .m5 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m5.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabBottom .m6 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m6.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabBottom .m7 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m7.png) no-repeat center center;
}

.bk-flang .languageTabTitle .languageTabBottom span.m1:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m1_hover.png) no-repeat center center #c71f29;
}

.bk-flang .languageTabTitle .languageTabBottom span.m2:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m2_hover.png) no-repeat center center #c71f29;
}

.bk-flang .languageTabTitle .languageTabBottom span.m3:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m3_hover.png) no-repeat center center #c71f29;
}

.bk-flang .languageTabTitle .languageTabBottom span.m4:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m4_hover.png) no-repeat center center #c71f29;
}

.bk-flang .languageTabTitle .languageTabBottom span.m5:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m5_hover.png) no-repeat center center #c71f29;
}
.gezi-title{position: absolute;    right: 490px;    top: 1460px;    width: 20%;height: auto;}
.gezi-title1{position: absolute;    right: 480px;    top: 2350px;    width: 20%;height: auto;}
.gezi-title2{position: absolute;    right: 480px;    top: 3140px;    width: 20%;height: auto;}
.gezi-title3{position: absolute;    right: 480px;    top: 3925px;    width: 20%;height: auto;}
.gezi-title4{position: absolute;    right: 480px;    top: 4460px;    width: 20%;height: auto;}