@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;
}

.bk,
.bk *,
.bk *::after,
.bk *::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;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.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;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;
}

html,
body {
  font: normal 12px/180% "Microsoft YaHei";
}

.main {
  min-width: 1000px;
}

.g-w1200 {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bk {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bk * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bk .swiper-container {
  height: 100%;
  overflow: hidden;
}

.bk .swiper-slide {
  position: relative;
}

.bk .swiper-outer {
  overflow: hidden;
}

.bk .common-title-2022 {
  text-align: center;
}
.bk-tebiecehua{margin-top:30px;}
.bk-tebiecehua .cehua-wrap {
  height: 410px;
  text-align: left;
}

.bk-tebiecehua .cehua-wrap .swiper-container {
  height: 320px;
}

.bk-tebiecehua .cehua-wrap .img-cehua-right {
  position: absolute;
  right: 0;
  top: 0;
}

.bk-tebiecehua .cehua-wrap .desc-cehua {
  margin-right: 596px;
  background: #f6f6f6;
  height: 100%;
  padding: 30px;
  overflow: auto;
}

.bk-tebiecehua .cehua-wrap .desc-cehua h3 {
  font: bold 24px/1.5 'Microsoft YaHei';
  margin-bottom: 20px;
}

.bk-tebiecehua .cehua-wrap .desc-cehua p {
  font: normal 16px/1.8 'Microsoft YaHei';
  text-indent: 2em;
}

.bk-tebiecehua .cehua-wrap .pagi-cehua {
  position: absolute;
  right: 20px;
  bottom: 50px;
}

.bk-tebiecehua .cehua-wrap .arrow-cehua-left {
  position: absolute;
  left: 10px;
  bottom: 35px;
  cursor: pointer;
}

.bk-tebiecehua .cehua-wrap .arrow-cehua-right {
  position: absolute;
  left: 60px;
  bottom: 35px;
  cursor: pointer;
}

.bk-tebiecehua .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: 6px;
  cursor: pointer;
  background: #c8c6c6;
}

.bk-tebiecehua .swiper-active-switch {
  background: #bc3331;
}

.bk-tebiecehua .bk-jiazai {
  margin-bottom: 30px;
}

.bk-tebiecehua .list-load {
  margin-bottom: 20px;
}

.bk-tebiecehua .list-load li {
  display: none;
  float: left;
  width: 384px;
  overflow: hidden;
  margin-right: 24px;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.bk-tebiecehua .list-load li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bk-tebiecehua .list-load li:nth-child(1) {
  display: block;
}

.bk-tebiecehua .list-load li:nth-child(2) {
  display: block;
}

.bk-tebiecehua .list-load li:nth-child(3) {
  display: block;
}

.bk-tebiecehua .list-load li:nth-child(3n) {
  margin-right: 0;
}

.bk-tebiecehua .btn-jiazai {
  background: #e6e6e6;
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
  font-family: SimHei;
}

.bk-daibiao {
  position: relative;
  min-height: 866px;
  margin-bottom: 45px;
}

.bk-daibiao .common-title-2022 {
  margin-bottom: 30px;
}

.bk-daibiao .duihua-wrap {
  position: relative;
  z-index: 2;
}

.bk-daibiao .item-duihua {
  display: inline-block;
  vertical-align: top;
  width: 570px;
}

.bk-daibiao .item-duihua:first-child {
  margin-right: 50px;
}

.bk-daibiao .img-duihua-wrap {
  border: 1px solid #aaaaaa;
  text-align: center;
  padding: 20px;
  margin-bottom: 18px;
  height: 465px;
  background: #ffffff;
}

.bk-daibiao .duihua-desc {
  margin-bottom: 20px;
  text-align: left;
}

.bk-daibiao h2, .bk-daibiao h3 {
  font: bold 19px 'Microsoft YaHei';
  text-align: left;
}

.bk-daibiao h2:hover a, .bk-daibiao h3:hover a {
  color: #c13a39;
  text-decoration: none;
}

.bk-daibiao .img-duihua {
  margin-bottom: 20px;
}

.bk-daibiao .name-duihua {
  display: inline-block;
  font: bold 18px/1 'Microsoft YaHei';
  border-bottom: 2px solid #c13a39;
  padding-bottom: 10px;
  padding-right: 10px;
}

.bk-daibiao .job-duihua {
  display: inline-block;
  font-size: 14px;
  max-width: 422px;
  vertical-align: top;
  text-align: left;
}

.bk-daibiao .list-duihua {
  text-align: left;
}

.bk-daibiao .list-duihua li {
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font: normal 14px/1.8 'Microsoft YaHei';
  border-bottom: 1px dashed;
  padding-top: 11px;
  padding-bottom: 10px;
}

.bk-daibiao .list-duihua li:last-child {
  border-bottom: 0;
}

.bk-daibiao .list-duihua li a {
  color: #000000;
}

.bk-daibiao .list-duihua li a:hover {
  text-decoration: none;
}

.bk-daibiao .list-duihua li:after {
  position: absolute;
  left: 2px;
  top: 19px;
  width: 6px;
  height: 6px;
  background: #050505;
  content: "";
}

.bk-daibiao:after {
  position: absolute;
  left: 0;
  top: 500px;
  width: 100%;
  height: 388px;
  background: #e6e6e6;
  content: "";
}

.bk-qiehuan {
  margin-bottom: 30px;
}

.bk-qiehuan .qiehuan-left {
  float: left;
}

.bk-qiehuan .bottom-content {
  background: #c23a2f;
  padding: 15px;
  text-align: left;
}

.bk-qiehuan .item-qiehuan {
  display: none;
}

.bk-qiehuan .item-qiehuan:first-child {
  display: block;
}

.bk-qiehuan .qiehuan-right {
  margin-left: 470px;
  height: 366px;
  padding: 16px;
  background: #aa3628;
  color: #fff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(105, 10, 5, 0.88) inset, 3px 3px 3px 0px rgba(105, 10, 5, 0.88) inset, 3px -3px 3px 0px rgba(105, 10, 5, 0.88) inset, -3px 3px 3px 0px rgba(105, 10, 5, 0.88) inset;
  box-shadow: 0px 3px 3px 0px rgba(105, 10, 5, 0.88) inset, 3px 3px 3px 0px rgba(105, 10, 5, 0.88) inset, 3px -3px 3px 0px rgba(105, 10, 5, 0.88) inset, -3px 3px 3px 0px rgba(105, 10, 5, 0.88) inset;
}

.bk-qiehuan .list-qiehuan {
  float: left;
  width: 352px;
}

.bk-qiehuan .list-qiehuan li {
  font: normal 14px/1.8 'Microsoft YaHei';
  padding: 5px;
  border-bottom: 1px dashed;
}

.bk-qiehuan .list-qiehuan li:last-child {
  border-bottom: 0;
}

.bk-qiehuan .right-img {
  margin-left: 23px;
}

.bk-qiehuan .top-tab {
  font-size: 0;
}

.bk-qiehuan .top-tab span {
  display: inline-block;
  background: #eeb2ab;
  color: #fff;
  height: 76px;
  padding: 0 60px;
  width: 390px;
  line-height: 76px;
  font: bold 30px/76px 'Microsoft YaHei';
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  margin-left: 14px;
  text-align: center;
  cursor: pointer;
}

.bk-qiehuan .top-tab span:hover, .bk-qiehuan .top-tab span.active {
  background: #c23a2f;
}

.bk-qiehuan .top-tab span:first-child {
  margin-left: 0;
}

.bk-qiehuan .top-tab span:last-child {
  width: 392px;
}

.bk-qiehuan .top-news {
  height: 175px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  color: #fff;
  overflow: auto;
}

.bk-qiehuan .top-news h2 {
  margin-bottom: 15px;
  font: bold 24px/1 'Microsoft YaHei';
}

.bk-qiehuan .top-news h2 a {
  color: #fff;
}

.bk-qiehuan .top-news p {
  font: normal 16px/1.8 'Microsoft YaHei';
  text-indent: 2em;
}

.bk-xiaotu3 {
  font-size: 0;
  line-height: 0;
  margin-bottom: 24px;
  padding-bottom: 40px;
}

.bk-xiaotu3 .pagi-xt {
  position: absolute;
  right: 6px;
  bottom: 8px;
}

.bk-xiaotu3 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: 6px;
  cursor: pointer;
  background: #c8c6c6;
}

.bk-xiaotu3 .swiper-active-switch {
  background: #bc3331;
}

.bk-xiaotu3 h2 {
  text-align: center;
  font: bold 30px/1 'Microsoft YaHei';
  margin-bottom: 20px;
  color: #c13a39;
}

.bk-xiaotu3 .swiper-xiaotu-wrap {
  width: 1200px;
  overflow: hidden;
}

.bk-xiaotu3 .swiper-container {
  height: 456px;
  width: 1220px;
}

.bk-xiaotu3 .swiper-slide {
  height: 420px;
}

.bk-xiaotu3 .xt-inner {
  text-align: left;
  width: 384px;
  height:456px;
  border-top: 7px solid #fff;
  border-bottom: 7px solid #bc3331;
}

.bk-xiaotu3 .img-xt {
  display: block;
  margin-bottom: 0;
}

.bk-xiaotu3 h3 {
  font: bold 24px/1 'Microsoft YaHei';
  margin-bottom: 10px;
}

.bk-xiaotu3 .job-xt {
  font: normal 20px/1.5 'Microsoft YaHei';
  color: #453a2a;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.bk-xiaotu3 .desc-xt {
  border: 1px solid #aaaaaa;
  padding: 20px;
  height: 253px;
}

.bk-xiaotu3 .c-intro {
  font: normal 16px/1.5 'Microsoft YaHei';
  color: #453a2a;
}

.bk .big-title-con {
  position: relative;
  border-bottom: 8px solid #f3f3f3;
  font-size: 0;
}

.bk .big-title-con div.moving-train {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.bk .big-title-con div.moving-train-box {
  overflow: hidden;
}

.bk .big-title-con div.moving-train-box.active .moving-train {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.bk .big-title-con .big-title-top .big-title-img {
  width: 381px;
  height: 53px;
  background: url(../imgs/train-tit.png) no-repeat;
}

.bk .big-title-con .big-title-top .big-title-img .tit-text {
  position: absolute;
  left: 10px;
  top: 7px;
  width: 143px;
  height: auto;
}

.bk .big-title-con .big-title-top .title-right {
  padding-top: 28px;
  color: #b4343e;
  font-size: 14px;
}

.bk .big-title-con .img-stars {
  position: absolute;
  left: 86px;
  top: 1px;
  width: 59px;
  height: auto;
}

.bk .big-title-con .big-title-boder {
  width: 100%;
  height: 8px;
  background-color: #f3f3f3;
  position: relative;
  bottom: 10px;
  left: 0;
}

.detail-con {
  margin-top: 30px;
}

.detail-con .module-con .title {
  color: #c8171d;
  font-size: 25px;
  font-weight: bold;
  padding-top: 15px;
}

.detail-con .module-con .ad-title {
  color: #c8171d;
  font-size: 30px;
  border: solid 1px #c8171d;
  width: 166px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.detail-con .module-con1 .detail-block {
  margin-top: 10px;
}

.detail-con .module-con1 .block1 {
  width: 426px;
}

.detail-con .module-con1 .block1 .swiper-outer1 {
  position: relative;
  width: 426px;
  height: 320px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}

.detail-con .module-con1 .block1 .swiper-outer1 .swiper-slide {
  position: relative;
  height: 100%;
}

.detail-con .module-con1 .block1 .swiper-outer1 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.detail-con .module-con1 .block1 .swiper-outer1 .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  overflow: hidden;
  text-align: center;
}

.detail-con .module-con1 .block1 .swiper-outer1 .arrow-left-fangtan,
.detail-con .module-con1 .block1 .swiper-outer1 .arrow-right-fangtan {
  position: absolute;
  top: 53px;
  z-index: 2;
  width: 17px;
  height: auto;
  cursor: pointer;
}

.detail-con .module-con1 .block1 .swiper-outer1 .arrow-left-fangtan {
  left: 5px;
}

.detail-con .module-con1 .block1 .swiper-outer1 .arrow-right-fangtan {
  right: 16px;
}

.detail-con .module-con1 .block2 {
  width: 730px;
  height: 426px;
  overflow: hidden;
}

.detail-con .module-con1 .block2 .detail-block2 {
  position: relative;
}

.detail-con .module-con1 .block2 .detail-block2 .renwu1 {
  width: 254px;
  height: 320px;
}

.detail-con .module-con1 .block2 .detail-block2 .swiper-outer2-1 {
  width: 620px;
}

.detail-con .module-con1 .block2 .detail-block2 .center-con {
  padding: 10px 0;
  width: 308px;
  margin-left: 58px;
}

.detail-con .module-con1 .block2 .detail-block2 .center-con .line1 {
  font-size: 23px;
  color: #2d3546;
  padding-top: 13px;
}

.detail-con .module-con1 .block2 .detail-block2 .center-con .line2 {
  font-size: 19px;
  color: #2d3546;
  padding-top: 24px;
}

.detail-con .module-con1 .block2 .detail-block2 .center-con .line2-border {
  width: 100%;
  height: 2px;
  background-color: #c8caca;
  margin-top: 13px;
}

.detail-con .module-con1 .block2 .detail-block2 .center-con .line3 {
  font-size: 18px;
  color: #2d3546;
  padding-top: 22px;
}

.detail-con .module-con1 .block2 .detail-block2 .center-con .line4 {
  font-size: 16px;
  color: #2d3546;
  padding-top: 20px;
  line-height: 1.4;
  max-height: 130px;
  overflow: hidden;
}

.detail-con .module-con1 .block2 .detail-block2 .center-con .line5 {
  text-align: right;
  color: #c8171d;
  font-size: 16px;
  margin-top: 20px;
}

.detail-con .module-con1 .block2 .detail-block2 .right-con {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 87px;
  height: 320px;
}

.detail-con .module-con1 .block2 .detail-block2 .right-con .swiper-outer2 {
  width: 87px;
  height: 320px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}

.detail-con .module-con1 .block2 .detail-block2 .right-con .swiper-outer2 .swiper-container-fangtan2 {
  margin: 46px 0 20px;
  height: 240px;
}

.detail-con .module-con1 .block2 .detail-block2 .right-con .swiper-outer2 .swiper-slide {
  position: relative;
  height: 50%;
}

.detail-con .module-con1 .block2 .detail-block2 .right-con .swiper-outer2 .swiper-slide img {
  width: 87px;
  height: 87px;
}

.detail-con .module-con1 .block2 .detail-block2 .right-con .swiper-outer2 .swiper-slide .desc {
  width: 100%;
  color: #333;
  font-size: 14px;
  text-align: center;
  margin-top: -5px;
}

.detail-con .module-con1 .block2 .detail-block2 .right-con .swiper-outer2 .arrow-top,
.detail-con .module-con1 .block2 .detail-block2 .right-con .swiper-outer2 .arrow-bottom {
  position: absolute;
  left: 32px;
  z-index: 2;
  width: 23px;
  height: auto;
  cursor: pointer;
}

.detail-con .module-con1 .block2 .detail-block2 .right-con .swiper-outer2 .arrow-top {
  top: 20px;
}

.detail-con .module-con1 .block2 .detail-block2 .right-con .swiper-outer2 .arrow-bottom {
  bottom: 4px;
}

.detail-con .module-con2 .detail-block {
  position: relative;
  margin-top: 20px;
}

.detail-con .module-con2 .detail-block .swiper-outer3 {
  position: relative;
  width: 1200px;
  height: 174px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .swiper-container-fangtan3 {
  height: 154px;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .swiper-slide {
  position: relative;
  height: 100%;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .swiper-slide .left-block {
  width: 150px;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .swiper-slide .right-block {
  width: 261px;
  position: absolute;
  left: 140px;
  top: 0;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .swiper-slide .right-block .block-bg {
  width: 261px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .swiper-slide .right-block .text-con {
  width: 261px;
  height: 154px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  padding: 30px 20px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .swiper-slide .right-block .name {
  font-size: 23px;
  color: #333;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .swiper-slide .right-block .desc {
  font-size: 17px;
  color: #333;
  margin-top: 20px;
  line-height: 1.4;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .bottom-arrow-con {
  position: absolute;
  width: 130px;
  left: 1090px;
  bottom: 0px;
  z-index: 3;
  color: #c8171d;
  font-size: 14px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

.detail-con .module-con2 .detail-block .swiper-outer3 .bottom-arrow-con .number {
  padding: 0 20px;
  cursor: pointer;
}

.detail-con .module-con3 {
  width: 100%;
}

.detail-con .module-con3 .block1 {
  width: 670px;
  margin-top: 30px;
}

.detail-con .module-con3 .block1 .detail-block {
  margin-top: 30px;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 {
  position: relative;
  width: 100%;
  height: 236px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
  background-color: #f9f9f9;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .swiper-container-fangtan4 {
  height: 236px;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .swiper-slide {
  position: relative;
  height: 100%;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .swiper-slide .left-block img {
  width: 244px;
  height: 236px;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .swiper-slide .right-block {
  width: 420px;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .swiper-slide .right-block .title-line {
  font-size: 25px;
  padding: 25px 20px;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .swiper-slide .right-block .desc {
  font-size: 16px;
  padding: 0 10px 20px;
  line-height: 1.5;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .bottom-arrow-con {
  position: absolute;
  width: 130px;
  left: 550px;
  bottom: 10px;
  z-index: 3;
  color: #c8171d;
  font-size: 14px;
  cursor: pointer;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .bottom-arrow-con .number {
  padding: 0 20px;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .bottom-arrow-con .number-left {
  cursor: pointer;
}

.detail-con .module-con3 .block1 .detail-block .swiper-outer4 .bottom-arrow-con .number-right {
  cursor: pointer;
}

.detail-con .module-con3 .block2 {
  width: 510px;
  margin-top: 30px;
}

.detail-con .module-con3 .block2 .detail-block {
  margin-top: 30px;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 {
  position: relative;
  width: 100%;
  height: 236px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .swiper-container-fangtan5 {
  height: 236px;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .swiper-slide {
  position: relative;
  height: 100%;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .swiper-slide .top-block {
  width: 246px;
  height: 134px;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .swiper-slide .top-block img {
  width: 264px;
  height: 171px;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .swiper-slide .bottom-block {
  width: 264px;
  text-align: center;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .swiper-slide .bottom-block .name {
  font-size: 18px;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .swiper-slide .bottom-block .desc {
  padding: 10px 13px 0 5px;
  font-size: 14px;
  text-align: center;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .arrow-left-fangtan,
.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .arrow-right-fangtan {
  position: absolute;
  top: 80px;
  z-index: 2;
  width: 13px;
  height: auto;
  cursor: pointer;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .arrow-left-fangtan {
  left: 15px;
}

.detail-con .module-con3 .block2 .detail-block .swiper-outer5 .arrow-right-fangtan {
  right: 10px;
}

.economy-con {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 30px;
}

.economy-con .economy-title {
  width: 100%;
  background-color: #fff;
  height: 80px;
  color: #c8171d;
  font-size: 25px;
  font-weight: bold;
  padding-top: 30px;
}

.economy-con .list-ul {
  margin-top: 20px;
}

.economy-con .list-ul li {
  width: 282px;
  height: 282px;
  background-color: #fff;
  float: left;
  margin-left: 22px;
}

.economy-con .list-ul li .top-con {
  text-align: center;
}

.economy-con .list-ul li .top-con img {
  width: 243px;
  margin-top: 14px;
}

.economy-con .list-ul li .bottom-con {
  font-size: 18px;
  padding: 10px 20px;
  height: 110px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.economy-con .list-ul li:nth-child(1) {
  margin-left: 0;
}

.bk-cehua {
  padding-top: 60px;
  margin-bottom: 60px;
}

.bk-cehua .cehua-detail {
  padding-top: 30px;
}

.bk-cehua .cehua-detail .swiper-outer6 {
  position: relative;
  width: 100%;
  height: 512px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide {
  position: relative;
  height: 100%;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block {
  width: 424px;
  height: 512px;
  background-color: #93ac92;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  color: #fff;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line1 {
  text-align: right;
  padding: 20px 20px 0 0;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line1 img {
  width: 15px;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line2 {
  padding-top: 70px;
  font-size: 25px;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line3 {
  width: 20px;
  height: 2px;
  margin-top: 20px;
  background-color: #fff;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line4 {
  font-size: 16px;
  margin-top: 20px;
  padding-right: 90px;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line5 {
  margin-top: 86px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .left-block .line5 img {
  width: 100%;
  height: auto;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .right-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 778px;
  height: 514px;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-slide .right-block img {
  width: 776px;
  height: 514px;
}

.bk-cehua .cehua-detail .swiper-outer6 .pagination-edit {
  position: absolute;
  bottom: 50px;
  left: 64px;
  height: 20px;
}

.bk-cehua .cehua-detail .swiper-outer6 .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.bk-cehua .cehua-detail .swiper-outer6 .swiper-active-switch {
  background: #5b755a;
}

.bk-shaojuhua {
  min-height: 502px;
  /* 捎句话视频轮播图样式 */
}

.bk-shaojuhua .pagi-shaojuhua {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: auto;
  z-index: 5;
  font-size: 16px;
  color: #fff;
}

.bk-shaojuhua .no-page1 {
  color: #f00;
}

.bk-shaojuhua .tab-content-wrap .right-video-wrap .video-poster {
  position: static;
}

.bk-shaojuhua .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bk-shaojuhua .btn-play-video6 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 40px;
  width: auto;
  z-index: 2;
  cursor: pointer;
}

.bk-shaojuhua .btn-close-video-shaojuhua {
  display: none;
  position: absolute;
  right: 2px;
  top: 2px;
  height: 20px;
  width: auto;
  z-index: 4;
  cursor: pointer;
}

.bk-shaojuhua .g-w1200 {
  height: 435px;
}

.bk-shaojuhua .left-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 126px;
  height: 500px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}

.bk-shaojuhua .left-tab .column1 {
  display: inline-block;
  background: #f3f3f3;
  color: #be040a;
  vertical-align: top;
  padding-top: 60px;
  font-size: 34px;
  line-height: 1.1;
  width: 50%;
  height: 100%;
}

.bk-shaojuhua .left-tab .column1 p {
  width: 24px;
  margin-left: 16px;
  margin-bottom: 13px;
}

.bk-shaojuhua .left-tab .column1 .icon-shaojuhua {
  margin: 0 auto;
  width: 32px;
  height: 38px;
  background: url(../images/yb/icon-shaojuhua1.png) center no-repeat;
}

.bk-shaojuhua .left-tab .column1.active {
  background: #be040a;
  color: #fff;
}

.bk-shaojuhua .left-tab .column1.active .icon-shaojuhua {
  background: url(../images/yb/icon-shaojuhua2.png) center no-repeat;
}

.bk-shaojuhua .left-tab .column2 {
  display: inline-block;
  vertical-align: top;
  background: #f3f3f3;
  padding-top: 60px;
  color: #9a9a9a;
  font-size: 34px;
  line-height: 1.1;
  width: 50%;
  height: 100%;
}

.bk-shaojuhua .left-tab .column2 p {
  width: 24px;
  margin-left: 16px;
  margin-bottom: 10px;
}

.bk-shaojuhua .left-tab .column2 .icon-diaocha {
  margin: 0 auto;
  width: 33px;
  height: 39px;
  background: url(../images/yb/icon-diaocha1.png) center no-repeat;
}

.bk-shaojuhua .left-tab .column2.active {
  background: #be040a;
  color: #f3f3f3;
}

.bk-shaojuhua .left-tab .column2.active .icon-diaocha {
  background: url(../images/yb/icon-diaocha2.png) center no-repeat;
}

.bk-shaojuhua .right-content {
  margin-left: ;
}

.bk-shaojuhua .right-content .top {
  font-size: 0;
  text-align: right;
  padding: 20px 0;
}

.bk-shaojuhua .right-content .top span {
  display: inline-block;
  vertical-align: top;
  background: #f3f3f3;
  font-size: 22px;
  color: #292929;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px;
  height: 48px;
  line-height: 42px;
  margin-left: 30px;
}

.bk-shaojuhua .right-content .top span:hover {
  color: #f00;
}

.bk-shaojuhua .right-content .top span .icon-bi,
.bk-shaojuhua .right-content .top span i {
  font-style: normal;
  vertical-align: middle;
}

.bk-shaojuhua .right-content .top span.guanggao {
  padding: 0;
  background: #fff;
  display: inline-block;
}

.bk-shaojuhua .tab-content-wrap {
  position: relative;
}

.bk-shaojuhua .tab-content-wrap .content {
  position: relative;
  min-height: 356px;
}

.bk-shaojuhua .tab-content-wrap .content .swiper-container {
  overflow: hidden;
}

.bk-shaojuhua .tab-content-wrap .content:first-child {
  display: none;
}

.bk-shaojuhua .tab-content-wrap .float-news {
  position: relative;
  width:550px;
}

.bk-shaojuhua .tab-content-wrap .float-news li {
  position: absolute;
  right: 6px;
  max-width: 100%;
  height: 55px;
  line-height: 56px;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.bk-shaojuhua .tab-content-wrap .float-news li:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.bk-shaojuhua .tab-content-wrap .float-news li .left-tag {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  background: #be040a;
  height: 55px;
  width: 10px;
  text-align: center;
  color: #fff;
  padding-top: 8px;
}

.bk-shaojuhua .tab-content-wrap .float-news li .left-tag span {
  line-height: 1.4;
  display: block;
}

.bk-shaojuhua .tab-content-wrap .float-news li .right-title {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #4b4b4b;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  padding-left: 12px;
  text-align: left;
  padding-right: 12px;
  overflow: hidden;
  width:480px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bk-shaojuhua .tab-content-wrap .float-news li .right-title a:hover {
  color: #f00;
}

.bk-shaojuhua .tab-content-wrap .float-news li:nth-child(2) {
  top: 77px;
}

.bk-shaojuhua .tab-content-wrap .float-news li:nth-child(3) {
  top: 150px;
}

.bk-shaojuhua .tab-content-wrap .float-news li:nth-child(4) {
  top: 226px;
}

.bk-shaojuhua .tab-content-wrap .float-news li:nth-child(5) {
  top: 300px;
}

.bk-shaojuhua .tab-content-wrap .right-video-wrap {
  position: absolute;
  left:577px;
  top: 0;
  width: 577px;
  height:355px;
  overflow: hidden;
}

.bk-shaojuhua .tab-content-wrap .right-video-wrap video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-shaojuhua .tab-content-wrap .right-video-wrap .video-poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bk-shaojuhua .tab-content-wrap .right-video-wrap .icon-play-shaojuhua {
  position: absolute;
  left: 17px;
  bottom: 17px;
  width: 49px;
  height: 49px;
  z-index: 2;
  cursor: pointer;
}

.bk-shaojuhua .tab-content-wrap .left-news {
  margin-left: 30px;
  width: 440px;
  text-align: left;
}

.bk-shaojuhua .tab-content-wrap .left-news li {
  font-size: 0;
  height: 29px;
  line-height: 29px;
  margin-bottom: 25px;
}

.bk-shaojuhua .tab-content-wrap .left-news li:last-child {
  margin-bottom: 0;
}

.bk-shaojuhua .tab-content-wrap .left-news li a {
  display: inline-block;
  max-width: 336px;
  color: #4b4b4b;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bk-shaojuhua .tab-content-wrap .left-news li .tag {
  vertical-align: middle;
  color: #be040a;
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 8px 12px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: SimSun;
}

.bk-shaojuhua .tab-content-wrap .center-tujie-wrap {
  position: absolute;
  left: 500px;
  top: 0;
  width: 300px;
  height: 413px;
}

.bk-shaojuhua .tab-content-wrap .center-tujie-wrap .tujie-wrap {
  width: 258px;
  height: 100%;
  overflow: hidden;
  margin-left: 0;
}

.bk-shaojuhua .tab-content-wrap .center-tujie-wrap .tujie-wrap .swiper-container-shaojuhua {
  height: 100%;
}

.bk-shaojuhua .tab-content-wrap .center-tujie-wrap .tujie-wrap img {
  width: 100%;
  height: auto;
}

.bk-shaojuhua .tab-content-wrap .center-tujie-wrap .right-pagi-wrap {
  position: absolute;
  right: 5px;
  bottom: 33px;
  width: 39px;
  text-align: center;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  color: #595959;
  padding: 19px 0;
  background: #f3f3f3;
}

.bk-shaojuhua .tab-content-wrap .center-tujie-wrap .right-pagi-wrap li {
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}

.bk-shaojuhua .tab-content-wrap .center-tujie-wrap .right-pagi-wrap li.active, .bk-shaojuhua .tab-content-wrap .center-tujie-wrap .right-pagi-wrap li:hover {
  color: #fff;
  background: #be040a;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.bk-shaojuhua .tab-content-wrap .right-hot-keywords {
  position: absolute;
  right: 30px;
  top: 0;
  width: 157px;
}

.bk-shaojuhua .tab-content-wrap .right-hot-keywords li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.bk-shaojuhua .tab-content-wrap .right-hot-keywords .list-hot-keywords {
  height: 382px;
  overflow: hidden;
}

.bk-shaojuhua .tab-content-wrap .right-hot-keywords h3 {
  color: #9d8564;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
}

.bk-shaojuhua .tab-content-wrap .right-hot-keywords .num {
  display: inline-block;
  width: 28px;
  text-align: right;
  color: #baa081;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 10px;
}

.bk-shaojuhua .tab-content-wrap .right-hot-keywords .icon-keywords {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.bk-shaojuhua .tab-content-wrap .right-hot-keywords .keywords {
  color: #000000;
  vertical-align: middle;
}

.bk.select-tab2 .top span:nth-child(1),
.bk.select-tab2 .top span:nth-child(2),
.bk.select-tab2 .top span:nth-child(3) {
  display: none;
}

.bk-video .big-video-wrap {
  position: relative;
  height: 822px;
  overflow: hidden;
}

.bk-video .big-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-video .video-title {
  left: auto;
  right: 40px;
}

.bk-video .video-outer {
  position: relative;
  height: 100%;
}

.bk-video .swiper-container-video {
  position: absolute;
  left: 40px;
  bottom: 10px;
  width: 880px;
  height: 190px;
  left: auto;
  right: 40px;
}

.bk-video .arrow-video-left {
  left: 240px;
}

.bk-video .arrow-video-right {
  right: 20px;
}

.bk-video .icon-play-video {
  left: 80px;
  top: auto;
  bottom: 50px;
  margin-left: 0;
  margin-top: 0;
}

.bk-video .swiper-slide {
  cursor: pointer;
}

.bk-video .swiper-slide.swiper-slide-active img {
  border: 4px solid #f00;
}

.bk-video video {
  display: none;
}

.bk-video video:nth-of-type(1) {
  display: block;
}

.bk-video .swiper-slide video {
  display: none;
}

.bk-video .swiper-slide::first-child video {
  display: block;
}
/* 2021.02.20 新增 */
.top-titu {
  position: relative;
}

.video-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.white-bg {
  position: relative;
  z-index: 3;
}

.top_h {
  height: 626px;
  height: 36vw;
}

.logo-lianghui {
  position: absolute;
  right: 20%;
  z-index: 4;
  width: 10%;
  height: auto;
  top: 62px;
  top: 2vw;
}

.logo-renda {
  position: absolute;
  left: 50%;
  z-index: 4;
  width: 44%;
  height: auto;
  top: 168px;
  top: 10vw;
  margin-left: -22%;
}

.bk-footer {
  padding: 40px 0;
}

/* duoyuzhong */
.languageTabTitle .title {
  width: 100%;
  height: 147px;
  text-align: center;
  position: relative;
  padding: 30px 0 50px 0;
}

.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;
}

.languageTabTitle {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.languageTabTitle .languageTabTop {
  padding-bottom: 20px;
}

.languageTabTitle .languageTabTop span {
  display: inline-block;
  width: 10.5%;
  text-align: center;
  height: 30px;
}

.languageTabTitle .languageTabTop span a {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.languageTabTitle .languageTabTop .e1 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e1.png) no-repeat center center;
}

.languageTabTitle .languageTabTop .e2 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e2.png) no-repeat center center;
}

.languageTabTitle .languageTabTop .e3 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e3.png) no-repeat center center;
}

.languageTabTitle .languageTabTop .e4 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e4.png) no-repeat center center;
}

.languageTabTitle .languageTabTop .e5 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e5.png) no-repeat center center;
}

.languageTabTitle .languageTabTop .e6 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e6.png) no-repeat center center;
}

.languageTabTitle .languageTabTop .e7 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e7.png) no-repeat center center;
}

.languageTabTitle .languageTabTop .e8 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e8.png) no-repeat center center;
}

.languageTabTitle .languageTabTop .e9 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e9.png) no-repeat center center;
}

.languageTabTitle .languageTabTop span.active {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/e1_hover.png) no-repeat center center #c71f29;
}

.languageTabTitle .languageTabBottom {
  width: 520px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.languageTabTitle .languageTabBottom span {
  display: inline-block;
  width: 18%;
  text-align: center;
  height: 36px;
  background-size: contain;
}

.languageTabTitle .languageTabBottom span a {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.languageTabTitle .languageTabBottom .m1 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m1.png) no-repeat center center;
  background-size: contain;
}

.languageTabTitle .languageTabBottom .m2 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m2.png) no-repeat center center;
}

.languageTabTitle .languageTabBottom .m3 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m3.png) no-repeat center center;
}

.languageTabTitle .languageTabBottom .m4 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m4.png) no-repeat center center;
}

.languageTabTitle .languageTabBottom .m5 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m5.png) no-repeat center center;
}

.languageTabTitle .languageTabBottom .m6 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m6.png) no-repeat center center;
}

.languageTabTitle .languageTabBottom .m7 {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m7.png) no-repeat center center;
}

.languageTabTitle .languageTabBottom span.m1:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m1_hover.png) no-repeat center center #c71f29;
}

.languageTabTitle .languageTabBottom span.m2:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m2_hover.png) no-repeat center center #c71f29;
}

.languageTabTitle .languageTabBottom span.m3:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m3_hover.png) no-repeat center center #c71f29;
}

.languageTabTitle .languageTabBottom span.m4:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m4_hover.png) no-repeat center center #c71f29;
}

.languageTabTitle .languageTabBottom span.m5:hover {
  background: url(http://lianghui.people.com.cn/img/2019lh/static/images/m5_hover.png) no-repeat center center #c71f29;
}

.to-top p {
  color: #7e0707;
  font-weight: bold;
  font-family: "simsun";
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  margin-bottom: 10px;
}

.pagi-gqdt {
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.pagi-gqdt .swiper-pagination-switch {
  display: inline-block;
  width: 60px;
  height: 8px;
  margin-right: 9px;
  cursor: pointer;
  background: #c8c6c6;
    border-radius: 5px;

}

.pagi-gqdt .swiper-active-switch {
  background: #c33;
}

.bk-qrcode {
  position: relative;
  background: #c23a2f;
}

.bk-qrcode:after {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
  height: 156px;
  content: "";
  background: #ffffff;
}

.bk-qrcode .qr-show {
  position: relative;
  z-index: 2;
}

.right-phone-qrcode {
  position: absolute;
  left: 700px;
  top: 50px;
  width: 490px;
  height: 695px;
}

.right-phone-qrcode .bg-iphone {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 695px;
  background: url(../images/bg-iphone.png) center no-repeat;
}

.right-phone-qrcode .icons-qrcode {
  position: absolute;
  left: 351px;
  top: 0;
  width: 140px;
  height: 471px;
  padding-left: 10px;
  border-left: 1px solid #e8cc96;
}

.right-phone-qrcode .icons-qrcode li {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
  margin-left: 0;
}

.right-phone-qrcode .icons-qrcode li.active:after {
  position: absolute;
  left: -15.5%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/qr-slider.png) center no-repeat;
  content: "";
}

.right-phone-qrcode .icons-qrcode li.active:hover .icon-qrcode-wrap {
  background: #cc534a;
  -webkit-box-shadow: 2px 2px 4px #e5bf8f, -2px 2px 4px #e5bf8f, 2px -2px 4px #e5bf8f, -2px 2px 4px #e5bf8f;
  box-shadow: 2px 2px 4px #e5bf8f, -2px 2px 4px #e5bf8f, 2px -2px 4px #e5bf8f, -2px 2px 4px #e5bf8f;
}

.right-phone-qrcode .icons-qrcode li p {
  color: #e9d09b;
  text-align: center;
}

.right-phone-qrcode .icons-qrcode li .icon-qrcode-wrap {
  position: relative;
  width: 74px;
  height: 74px;
  -webkit-border-radius: 74px;
  border-radius: 74px;
  background: #e7cb95;
  margin: 0 auto;
  cursor: pointer;
}

.right-phone-qrcode .icons-qrcode li .icon-qrcode-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-phone-qrcode .img-qrcode {
  display: none;
  position: absolute;
  left: 22px;
  top: 72px;
}

.right-phone-qrcode .img-qrcode:first-child {
  display: block;
}

/* pg */
body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owo-animation-forward {
  z-index: 99;
}

[route-active="false"] {
  display: none;
}

/* æ¸…é™¤æµ®åŠ¨ */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

.om9u2np3 {
  position: relative;
}

.om9u2np3 .swiper-container {
  position: relative;
  width: 1200px;
  height: 720px;
  margin: 0 auto;
  overflow: hidden;
  color: white;
}

.om9u2np3 .swiper-slide {
  width: 1200px;
  height: 720px;
  position: relative;
}

.om9u2np3 .swiper-slide a {
  display: block;
}

.om9u2np3 .swiper-slide .text {
  display: none;
}

.om9u2np3 .prev {
  background: url("http://ah.news.cn/zhuanti/images/bg03.png");
  border-radius: 10px;
  width: 40px;
  height: 80px;
  background-color:#c33;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 1300px;
  top: 0;
  z-index: 10;
  margin: auto;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.om9u2np3 .next {
  background: url("http://ah.news.cn/zhuanti/images/bg04.png");
  border-radius: 10px;
  width: 40px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 1300px;
  right: 0;
  top: 0;
  z-index: 10;
  margin: auto;
  background-color:#c33;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.om9u2np3 .swiper-pagination1 {
  display: none;
}

.om9u2np3 .info-box {
  position: absolute;
  bottom: 0px;
  background-color: rgba(37, 35, 35, 0.8);
  width: 1100px;
  height: 50px;
  line-height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  color: white;
  z-index: 9;
  padding-top: 10px;
  overflow: hidden;
}

.om9u2np3 .info-box i {
  position: absolute;
  background-color: #c33;
  left: 0;
  font-weight: bold;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
    border-radius: 0 0 10px 0;

}

.om9u2np3 .text {
  width: 1000px;
  text-align: center;
  height: 100%;
}

.om9u2np3 .text a:link, .om9u2np3 .text a:visited {
  color: #fff;
}

.om9u2np3 .text h2 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.om9u2np3 .text p {
  font-size: 16px;
  display: block;
  height: 38px;
  overflow: hidden;
}

.om9u2np3 #bgShow {
  position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    height: 94%;
    -webkit-filter: blur(9px) brightness(40%);
    filter: blur(9px) brightness(40%);
}

[o-hover="grow"] {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[o-hover="grow"]:hover, [o-hover="grow"]:focus, [o-hover="grow"]:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

[o-hover="grown"] img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

[o-hover="grown"]:hover img, [o-hover="grown"]:focus img, [o-hover="grown"]:active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.LbWMGSGs {
  height: 380px;
  background-color: #f6f6f6;
  position: relative;
}

.LbWMGSGs .swiper-container {
  height: 390px;
  width: 1160px;
  position: relative;
}

.LbWMGSGs .swiper-container .swiper-item {
  width: 320px;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
}

.swiper-item a:hover {
  text-decoration: none;
}

.LbWMGSGs .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.LbWMGSGs {
  position: relative;
}

.LbWMGSGs .swiper-button {
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 30px;
  margin: auto;
  cursor: pointer;
  z-index: 999;
}

.LbWMGSGs .swiper-button-next {
  right: 0;
}

.LbWMGSGs .swiper-button-prev {
  left: 0;
}

.LbWMGSGs a {
  color: black;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.LbWMGSGs a img {
  width: 310px;
  height: 190px;
  display: block;
  margin: 5px;
  margin-top: 2px;
}

.LbWMGSGs .image-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 14px;
  width: 310px;
  margin: 0 auto;
  background-color: white;
}

.LbWMGSGs .image-title h2 {
  font-size: 18px;
  height: 37px;
  overflow: hidden;
  line-height: 37px;
}

.LbWMGSGs .image-title p {
  display: block;
  line-height: 25px;
  height: 50px;
  color: #717171;
}

.LbWMGSGs .swiper-slide {
  position: relative;
}

.LbWMGSGs .w1200 {
  position: relative;
}

.title-bar.w1200 {
  background-image: url("../images/puge/title-bg.png");
  height: 100px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  margin-bottom: 5px;
  position: relative;
}

.huoche {
  background-image: url("../images/puge/huoche.png");
  width: 381px;
  height: 57px;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.huoche .title {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

.huoche .hua {
  position: absolute;
  left: 83px;
  z-index: 0;
}

.om9u2np3 {
  margin-bottom: 80px;
}

.so-0 {
  right: 0;
  width: 368px;
  height: 595px;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.so {
  position: absolute;
}

.so-1 {
  left: 188px;
  top: 213px;
}

.so-2 {
  left: 136px;
  top: 115px;
  z-index: 9;
}

.so-3 {
  left: 82px;
  top: 9px;
}

.so-4 {
  left: 219px;
  top: 0px;
}

.so-5 {
  left: 2px;
  top: 0px;
}

.so-6 {
  left: -45px;
  top: 349px;
}

.so-7 {
  left: -47px;
  top: 159px;
}

.so-8 {
  left: 50px;
  top: 512px;
}

.qr-show {
  position: relative;
  height: 716px;
  position: relative;
  padding: 30px 0;
}

.left-box {
  height: 566px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  margin: auto;
  left: 0;
}

.left-box ul {
  width: 235px;
  height: 566px;
  overflow: auto;
}

.left-box ul li {
  border-bottom: 1px solid #93ac92;
  line-height: 30px;
  padding: 20px 10px;
  color: #93ac92;
  font-size: 21px;
  background: #ffffff;
}

.left-box ul li a:link, .left-box ul li a:visited {
  color: #93ac92;
}

.left-box ul li img {
  display: none;
}

.left-box ul li span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.left-box ul li.active {
  background-color: #c23a2f;
  color: #fff;
  border-left: 2px solid #fff;
}

.left-box ul li.active a:link, .left-box ul li.active a:visited {
  color: #fff;
}

.left-box ul::-webkit-scrollbar {
  display: none;
}

.left-box .button-item {
  position: absolute;
  left: 0;
  width: 235px;
  top: 0;
  cursor: pointer;
  display: none;
}

.left-box .bottom-button {
  bottom: 0;
  top: auto;
}

.baogao {
  width: 238px;
  height: 545px;
  margin-right: 2px;
  cursor: pointer;
  position: relative;
  background-image: url("../images/puge/lianghui-card.png");
}

.baogao a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.baogao h2 {
  position: absolute;
  top: 143px;
  font-size: 29px;
  line-height: 37px;
  left: 22px;
  color: #b73c45;
}

.baogao img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -250px;
  top: 0;
}

.lhbg {
  height: 600px;
}

.lhbg a {
  display: block;
}

.zcpt {
  padding-top: 40px;
}

.zcpt a, .zcpt span {
  display: block;
  float: left;
  width: 186px;
  height: 56px;
  border-right: 2px solid #dfdfdf;
  margin: 10px 6px;
  position: relative;
  text-align: center;
}

.zcpt a img, .zcpt span img {
  position: absolute;
  height: 51px;
  width: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.zcpt a:nth-child(6n+0) {
  border-right: none;
}

/* è¿™ä¸ªæ–‡ä»¶é‡Œå†™çš„æ˜¯å…¨å±€æ ·å¼,åœ¨å„ä¸ªé¡µé¢éƒ½ç”Ÿæ•ˆ */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  min-width: 1200px;
  font-size: 14px;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei','simsun',sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

html {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

body, html, .page {
  padding: 0;
  margin: 0;
  position: relative;
}

h1, h2, h3, h4, h5, input {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: initial;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.pc .no-pc, .phone .no-phone {
  display: none;
}

.phone .no-phone, .pc .no-pc {
  display: none;
}

.show-button ul {
  padding: 25px 0;
  height: 516px;
}

.show-button .button-item {
  display: block;
}

.om9u2np3 {
  margin-top: 40px;
  background-color: black;
}

.xiaoqiu {
  width: 153px;
  height: 102px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.xiaoqiu .qr-temp {
  display: none;
}

.qmjh-qr-show, qr-temp {
  width: 175px;
  height: 175px;
}

.rmwj {
  background-image: url("../images/puge/rmwj.png");
}

.sjw {
  background-image: url("../images/puge/sj.png");
}

.wb {
  background-image: url("../images/puge/wb.png");
}

.weixin {
  background-image: url("../images/puge/wx.png");
}

.rmwj.active {
  background-image: url("../images/puge/rmwj1.png");
}

.sjw.active {
  background-image: url("../images/puge/sj1.png");
}

.wb.active {
  background-image: url("../images/puge/wb1.png");
}

.weixin.active {
  background-image: url("../images/puge/wx1.png");
}

.pagi1 {
  position: absolute;
  right: 10px;
  bottom: 3px;
  z-index: 3;
}

.pagi1 .swiper-pagination-switch {
  background: #d2d2d2;
  margin-right: 5px;
  opacity: 1;
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.pagi1 .swiper-pagination-switch.swiper-active-switch {
  width: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.ji-shu span {
  display: none;
}

.ji-shu img {
  width: 389px;
  height: 598px;
}
.to-top p {color:#7e0707; font-weight:bold; font-family:"simsun";font-size: 16px;text-align: center;line-height: 27px;margin-bottom: 10px;}
.to-top p a:link,.to-top p a:visited{color: #7e0707;}
.to-top a {display: block;}
.to-top a:hover {text-decoration: none;}
.to-top .to-top-logo {width:60px;}
.to-top img{margin: 0 auto;}
.topb{cursor:pointer; display:none;}
.to-top{position: fixed;bottom:5%;right:5%;width: 185px;z-index: 999;display: block; text-align:center;}
@media screen and (max-width:1365px){
	.to-top{ display:none;}
}
/* pg */
