@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Microsoft YaHei", "STHeiti", Helvetica, "微软雅黑", Arial, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: normal;
}

*,
*::after,
*::before {
  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,
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: -0.5em;
}

sub {
  bottom: -0.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.g-opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
[v-clock],
.hide {
  display: none;
}

.blur {
  filter: blur(5px); /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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-w1000,
.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-w1200,
.w1200,
.g-container-1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.g-w1280,
.w1280,
.g-container-1280 {
  width: 1280px;
  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-mt-10 {
  margin-top: 10px;
}

.g-mt-20 {
  margin-top: 20px;
}

.g-mt-30 {
  margin-top: 30px;
}

.g-mt-35 {
  margin-top: 35px;
}

.g-mt-40 {
  margin-top: 40px;
}

.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-35 {
  margin-bottom: 35px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-70 {
  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;
}

.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-0 {
  text-indent: 0 !important;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-full {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.g-fixed-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.g-centerbox {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.g-clientbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  top: 100vh;
  max-width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.g-hover-scale {
  transform: scale(1.1);
  transition: all 1s ease-out;
}

@keyframes aniOpscale {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes aniArrowMoveUp {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}
@keyframes aniRound {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-ani-arrow-up {
  animation: aniArrowMoveUp 1s linear infinite;
  animation-delay: 0.1s;
}

.g-ani-bigger {
  transform: scale(1.1);
  transition: transform 2s linear;
}

.g-ani-bigger2 {
  transform: scale(1.1);
  transition: transform 1s linear;
}

.g-copyright {
  clear: both;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: "微软雅黑", "Microsoft YaHei", "宋体", "SimSun", "Hiragino Sans GB", "SimHei", "sans-serif";
}

@keyframes aniShare {
  to {
    transform: translate3d(20px, -20px, 0);
  }
}
.onlyh5ib,
.onlyh5i,
.onlyh5 {
  display: none;
}

.mobile .onlypcib,
.mobile .onlypci,
.mobile .onlypc {
  display: none;
}
.mobile .onlyh5 {
  display: block;
}
.mobile .onlyh5i {
  display: inline;
}
.mobile .onlyh5ib {
  display: inline-block;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.list-scale > li {
  overflow: hidden;
}
.list-scale .g-ani-scale {
  transition: all 0.5s ease-out;
}
.list-scale .g-ani-scale:hover {
  transform: scale(1.05);
}

/*默认滚动条样式修改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}*/
.scrollbar-red {
  overflow-y: auto;
}

.scrollbar-red::-webkit-scrollbar {
  width: 5px;
}

.scrollbar-red::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-radius: 0;
}

.scrollbar-red::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border-radius: 0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #c55741;
}

.scrollbar-red {
  overflow-y: auto;
}

.scrollbar2::-webkit-scrollbar {
  width: 6px;
}

.scrollbar2::-webkit-scrollbar-track {
  border-radius: 10px;
  border-radius: 0;
  background-color: #fff;
}

.scrollbar2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border-radius: 0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #f7a39d;
}

.for-h5 {
  display: none !important;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@font-face {
  font-family: dabiaosong;
  src: url(../fonts/dabiaosong.ttf) format("truetype");
}
html {
  overflow-x: hidden;
}

body {
  overflow: auto;
  overflow-x: hidden;
}

.banner-wrap {
  height: 250px;
}

.bk-zq {
  text-align: justify;
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 40px;
  background: linear-gradient(to bottom, #bde9ff, #fff);
}
.bk-zq .left-wrap {
  float: left;
  width: 539px;
  background: #ffffff;
}
.bk-zq .left-wrap h2 {
  line-height: 26px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #d20000;
  font-size: 20px;
  margin-bottom: 13px;
}
.bk-zq .left-wrap p {
  line-height: 21px;
  font-family: Microsoft YaHei;
  color: #292929;
  font-size: 16px;
  border-bottom: 1px solid #e6e2d6;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.bk-zq .left-wrap .bottom-news-wrap {
  height: 417px;
  padding: 26px 26px 0;
}
.bk-zq .left-wrap li {
  line-height: 1.3;
  font-family: Microsoft YaHei;
  color: #292929;
  font-size: 18px;
  margin-bottom: 22px;
}
.bk-zq .left-wrap li:last-child {
  margin-bottom: 0;
}
.bk-zq .right-wrap {
  position: relative;
  margin-left: 539px;
  height: 577px;
  overflow: hidden;
}
.bk-zq .swiper-zq {
  position: relative;
  height: 577px;
  font-size: 0;
  line-height: 0;
}
.bk-zq .swiper-zq .img-zq {
  display: block;
}
.bk-zq .swiper-zq p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 51px;
  line-height: 50px;
  padding-left: 120px;
  padding-right: 80px;
  background: #cc140b;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.43px;
}
.bk-zq .arrow-zq-left {
  position: absolute;
  left: 19px;
  bottom: 11px;
  z-index: 4;
  cursor: pointer;
}
.bk-zq .arrow-zq-right {
  position: absolute;
  right: 19px;
  bottom: 11px;
  z-index: 4;
  cursor: pointer;
}
.bk-zq .pagi-wrap {
  position: absolute;
  left: 40px;
  bottom: 11px;
  z-index: 3;
  color: #fff;
  font-size: 22px;
  letter-spacing: -3px;
  line-height: 1;
}
.bk-zq .pagi-wrap * {
  vertical-align: text-bottom;
}
.bk-zq .pagi-wrap .swiper-pagination-current {
  font-size: 30px;
  font-weight: bold;
  margin-right: 2px;
}
.bk-zq .pagi-wrap .swiper-pagination-total {
  font-size: 22px;
  vertical-align: -2px;
}

.banner1_1:after {
  position: absolute;
  right: -11px;
  top: 0;
  z-index: 2;
  width: 450px;
  height: 570px;
  content: "";
  background: url(../images/right.png) left top no-repeat;
}

.tlgg-wrap {
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.tlgg-wrap img {
  width: 100%;
  height: auto;
}

.banner1_1.right2:after {
  background: url(../images/right2.png) left top no-repeat;
}

.bk-daohang-outer {
  height: 60px;
  margin-bottom: 20px;
}

.bk-daohang {
  margin-bottom: 20px;
}

.bk-copy-daohang,
.bk-daohang {
  position: relative;
  background: linear-gradient(180deg, #d30000 100%, #e90000 0%);
  background-color: #d40c05;
  height: 80px;
}
.bk-copy-daohang .list-daohang-wrap,
.bk-daohang .list-daohang-wrap {
  width: 1280px;
  margin: 0 auto;
  line-height: 1;
  white-space: nowrap;
  font-family: Microsoft YaHei;
}
.bk-copy-daohang .list-daohang-wrap img,
.bk-daohang .list-daohang-wrap img {
  float: left;
  margin-top: 16px;
  width: 180px;
  margin-left: 20px;
}
.bk-copy-daohang .list-daohang-wrap ul,
.bk-daohang .list-daohang-wrap ul {
  float: left;
  font-size: 0;
  line-height: 0;
}
.bk-copy-daohang li,
.bk-daohang li {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #ffffff;
  font-size: 28px;
  width: 128px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  transform: translate(0, 0);
  margin-left: 7px;
}
.bk-copy-daohang li a,
.bk-daohang li a {
  color: #fff;
}
.bk-copy-daohang li:hover,
.bk-daohang li:hover {
  background: #f8da90;
  background: linear-gradient(to bottom, #f8da90, #e28c3f);
  font-weight: 700;
  color: #d40c05;
}
.bk-copy-daohang li:hover a,
.bk-daohang li:hover a {
  color: #d40c05;
}
.bk-copy-daohang .ai-wrap,
.bk-daohang .ai-wrap {
  width: 100px;
  height: 130px;
  overflow: hidden;
  background-color: #a22219;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 10px;
  cursor: pointer;
}
.bk-copy-daohang .ai-wrap .top-title img,
.bk-daohang .ai-wrap .top-title img {
  width: 100%;
}
.bk-copy-daohang .ai-wrap .img-robot,
.bk-daohang .ai-wrap .img-robot {
  width: 86px;
}
.bk-copy-daohang .back-top-wrap,
.bk-daohang .back-top-wrap {
  width: 106px;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #fbdfba;
}
.bk-copy-daohang.fixed,
.bk-daohang.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
}

.bk-copy-daohang {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  margin-bottom: 0;
}

.img-bigger {
  transition: all 0.5s ease-out;
}
.img-bigger:hover {
  transform: scale(1.03);
}

.bk-section3,
.bk-section2,
.bk-section1 {
  background-color: #f6fafe;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: left;
}

.bk-section1 {
  padding: 15px;
}

.bk-section2 {
  padding: 24px 20px;
  padding-bottom: 0;
}

.bk-section3 {
  padding: 30px;
}

.bk-toutiao h1 {
  font: 900 45px/1.2 "Microsoft YaHei";
  color: #dd150e;
}
.bk-toutiao h1 a {
  color: #dd150e;
}
.bk-toutiao h1 img {
  max-width: 100%;
  height: auto;
}
.bk-toutiao .sub-titles-wrap {
  line-height: 1.4;
}
.bk-toutiao .sub-titles-wrap a {
  color: #dd150e;
  margin-right: 4px;
  cursor: pointer;
  font-size: 14px;
}

.common-shadow {
  box-shadow: 2px 3px 4px 0px rgba(216, 223, 229, 0.34);
}

.bk-yaowen {
  overflow: hidden;
}
.bk-yaowen .group-mainnews {
  margin-bottom: 30px;
}
.bk-yaowen .g-fl {
  position: relative;
  width: 686px;
  font-size: 0;
  background-color: #fff;
  padding: 12px;
  padding-bottom: 0;
}
.bk-yaowen .top-img-wrap {
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.bk-yaowen .top-img-wrap .swiper-slide {
  overflow: hidden;
}
.bk-yaowen .top-img-wrap .pagi-yaowen {
  position: absolute;
  left: auto;
  right: 20px;
  bottom: 23px;
  z-index: 2;
  width: auto;
}
.bk-yaowen .top-img-wrap .pagi-yaowen .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  cursor: pointer;
}
.bk-yaowen .top-img-wrap .pagi-yaowen .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f00;
  opacity: 0.6;
}
.bk-yaowen .top-img-wrap .img-yaowen {
  display: block;
}
.bk-yaowen .swiper-yaowen {
  position: relative;
  line-height: 0;
  z-index: 2;
}
.bk-yaowen .swiper-yaowen .arrow-yaowen-left {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
  cursor: pointer;
}
.bk-yaowen .swiper-yaowen .arrow-yaowen-right {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  cursor: pointer;
}
.bk-yaowen .swiper-yaowen p {
  position: relative;
  background-color: transparent;
  color: #333333;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.bk-yaowen .right-list-wrap {
  float: right;
  width: 530px;
  height: 502px;
  background: #fff;
  padding: 20px;overflow:hidden;
}
.bk-yaowen .right-list-wrap ul {height:79px;
}
.bk-yaowen .right-list-wrap ul:last-child {
  margin-bottom: 0;
}
.bk-yaowen .right-list-wrap li {
  text-align: justify;
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
}
.bk-yaowen .right-list-wrap li .bg-rmrb-lm {
  background: #d1342b;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0 8px;
  padding-bottom: 2px;
}
.bk-yaowen .right-list-wrap li:last-child {
  margin-bottom: 0;
}
.bk-yaowen .group-lm {
  margin-bottom: 30px;
}
.bk-yaowen .swiper-lm .imgbox {
  position: relative;
  float: left;
  width: 113px;
  height: 100%;
}
.bk-yaowen .swiper-lm .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  max-height: 66px;
  width: auto;
  height: auto;
}
.bk-yaowen .swiper-lm p {
  float: left;
  height:60px;
  border-left: 1px solid #dcdbdb;
  margin-top: 13px;
  line-height: 1.3;
  padding-left: 13px;
  width: 270px;
  font-size:16px;
}
.bk-yaowen .swiper-lm .swiper-container {
  height: 84px;
}
.bk-yaowen .swiper-lm .swiper-slide {
  height: 84px;
  background-color: #fff;
  box-shadow: 2px 3px 4px 0px rgba(216, 223, 229, 0.34);
}
.bk-yaowen .swiper-video4 {
  margin-bottom: 10px;
  transform: translate(2px, 0);
}
.bk-yaowen .swiper-video4 .img-video4 {
  margin-bottom: 10px;
}
.bk-yaowen .swiper-video4 .btn-play-video4 {
  pointer-events: none;
  position: absolute;
  left: 10%;
  top: 160px;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.bk-yaowen .swiper-video4 p {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 4px;
  padding-right: 5px;
}

.bk-cehua-yaowen .right-list-wrap2 {
  float: right;
  width: 522px;
}
.bk-cehua-yaowen .right-list-wrap2 li {
  position: relative;
  height: 100px;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.8;
  padding: 0 20px;
  color: #333333;
  display: table;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.bk-cehua-yaowen .right-list-wrap2 li > div {
  display: table-cell;
  vertical-align: middle;
}
.bk-cehua-yaowen .right-list-wrap2 li.item-zt {
  line-height: 0;
}
.bk-cehua-yaowen .right-list-wrap2 li.item-zt img {
  cursor: pointer;
}
.bk-cehua-yaowen .right-list-wrap2 li:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  right: 0;
  width: 525px;
  height: 1px;
  background-color: #e4e4e4;
}
.bk-cehua-yaowen .right-list-wrap2 li a {
  display: inline-block;
  margin-right: 3px;
}
.bk-cehua-yaowen .right-list-wrap2 li:first-child {
  height: 83px;
}
.bk-cehua-yaowen .right-list-wrap2 li:first-child:after {
  display: none;
}
.bk-cehua-yaowen .right-list-wrap2 li:last-child {
  height: 100px;
}
.bk-cehua-yaowen .right-list-wrap2 li.duihua {
  font-size: 24px;
  padding-top: 30px;
  color: #bb312b;
  font-weight: bold;
}
.bk-cehua-yaowen .right-list-wrap2 li.duihua a {
  color: #bb312b;
}
.bk-cehua-yaowen .right-list-wrap2 li.duihua:hover {
  background-color: #f9f0dc;
  border-color: #fff;
  color: #bb312b;
  font-size: 24px;
  font-weight: bold;
}
.bk-cehua-yaowen .right-list-wrap2 li.duihua:hover a {
  color: #bb312b;
}
.bk-cehua-yaowen .right-list-wrap2 li.hover {
  background-color: #f5f9fa;
  border-color: #cb0100;
  color: #000000;
  border-width: 2px;
  position: relative;
  z-index: 2;
}
.bk-cehua-yaowen .right-list-wrap2 li.hover:after {
  background: #f5f9fa;
}
.bk-cehua-yaowen .right-list-wrap2 li a {
  font-size: 18px;
}
.bk-cehua-yaowen .right-list-wrap2 li a:hover {
  text-decoration: underline;
  color: #cb0f19;
}
.bk-cehua-yaowen .tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 151px;
  height: 34px;
  border-radius: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 18px;
  background-color: #eeb776;
}
.bk-cehua-yaowen .tag-wrap .tag {
  display: inline-block;
  position: static;
}
.bk-cehua-yaowen .list-cehua-yaowen {
  width: 660px;
}
.bk-cehua-yaowen .list-cehua-yaowen li {
  float: left;
  position: relative;
  width: 315px;
  height: 320px;
  overflow: hidden;
}
.bk-cehua-yaowen .list-cehua-yaowen li:first-child {
  margin-right: 27px;
}
.bk-cehua-yaowen .list-cehua-yaowen li img {
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.bk-cehua-yaowen .list-cehua-yaowen li p {
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
}
.bk-cehua-yaowen .list-cehua-yaowen li:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bg-circle1.png) left top no-repeat;
  pointer-events: none;
}

.bk-baogao {
  position: relative;
  height: 710px;
  text-align: left;
  background: #f6fafe;
  overflow: hidden;
  margin-bottom: 60px;
}
.bk-baogao .content-baogao {
  position: relative;
  z-index: 2;
}
.bk-baogao .all-baogao-wrap {
  margin-left: 303px;
  padding-top: 35px;
}
.bk-baogao .baogao-top {
  height: 498px;
  margin-bottom: 14px;
}
.bk-baogao .baogao-top .left-yuanwen-wrap {
  float: left;
  width: 282px;
  height: 498px;
  font-size: 0;
  line-height: 0;
}
.bk-baogao .baogao-top .right-box {
  margin-left: 289px;
  height: 100%;
  background-color: #fff;
}
.bk-baogao .baogao-bottom {
  height: 132px;
}
.bk-baogao .baogao-bottom .list-baogao-news {
  float: left;
  width: 475px;
  height: 100%;
  background-color: #fff;
  padding: 20px 10px 0;
}
.bk-baogao .baogao-bottom .list-baogao-news li {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.2;
}
.bk-baogao .baogao-bottom .list-baogao-news li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #e59648;
}
.bk-baogao .baogao-bottom .list-baogao-news:last-child {
  margin-left: 26px;
}
.bk-baogao .type1 .inner-content {
  padding: 40px 10px 0;
  padding-left: 30px;
}
.bk-baogao .type2 .img-zhengfu {
  width: 100%;
  height: 365px;
}
.bk-baogao .list-img-zhengfu {
  padding-top: 3px;
}
.bk-baogao .list-img-zhengfu li {
  float: left;
  width: 218px;
  height: 124px;
  margin-left: 17px;
  font-size: 0;
}
.bk-baogao .list-img-zhengfu li img {
  width: 100%;
  height: 100%;
}
.bk-baogao .list-img-zhengfu li:first-child {
  margin-left: 0;
}
.bk-baogao .type3 {
  font-size: 0;
  line-height: 0;
}
.bk-baogao .type3 img {
  width: 100%;
  height: 498px;
}
.bk-baogao .vs-text {
  display: inline-block;
  vertical-align: top;
  width: 316px;
}
.bk-baogao .vs-text:first-child {
  margin-right: 10px;
}
.bk-baogao .vs-text h4 {
  color: #5785b4;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bk-baogao .vs-text p {
  text-indent: 2em;
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.15;
}
.bk-baogao:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  width: 592px;
  height: 709px;
  background: url(../images/bg-baogap.jpg) center top no-repeat;
  z-index: 1;
}
.bk-baogao .list-tab-baogao {
  float: left;
  margin-top: 40px;
}
.bk-baogao .list-tab-baogao li {
  position: relative;
  width: 289px;
  height: 94px;
  text-align: center;
  cursor: pointer;
}
.bk-baogao .list-tab-baogao li.active {
  background: url(../images/bg-baogao-selected.png) center top no-repeat;
}
.bk-baogao .list-tab-baogao li.active span {
  color: #d40c05;
  text-shadow: none;
}
.bk-baogao .list-tab-baogao li span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 4px 4px 4px #53a0e4;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

#pos_fangtan {
  padding-top: 30px;
}

.bk-gaoqing {
  margin-bottom: 60px;
}

.bk-rongmsj {
  position: relative;
  height: 750px;
  overflow: hidden;
  background: url(../images/bg-lianghuidiaocha.jpg) center top no-repeat;
  background-size: 1920px auto;
  padding-top: 80px;
}
.bk-rongmsj .pagi-rongmei {
  position: absolute;
  left: 0%;
  bottom: 30px;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.bk-rongmsj .pagi-rongmei .swiper-pagination-bullet {
  width: 80px;
  height: 12px;
  border-radius: 8px;
  background-color: #ffffff;
  opacity: 1;
  margin-left: 20px;
}
.bk-rongmsj .pagi-rongmei .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5f9bd6;
}
.bk-rongmsj .nihao {
  position: absolute;
  right: 220px;
  bottom: 170px;
  width: 100px;
  height: auto;
  z-index: 2;
}
.bk-rongmsj .jiqiren {
  position: absolute;
  right: 240px;
  bottom: 40px;
  width: 190px;
  height: auto;
  z-index: 4;
}
.bk-rongmsj .swiper-rongmei {
  width: 1050px;
  height: 580px;
}
.bk-rongmsj .inner {
  width: 960px;
  height: 560px;
  text-align: center;
}
.bk-rongmsj .qrcode-tab {
  position: absolute;
  right: 100px;
  top: 103px;
  z-index: 9;
  width: 140px;
  text-align: center;
}
.bk-rongmsj .qrcode-tab li {
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}
.bk-rongmsj .qrcode-tab li:hover .logo-bg {
  background-image: url(../images/bg-round2.png);
}
.bk-rongmsj .qrcode-tab li:hover .qrinfo {
  display: block;
}
.bk-rongmsj .qrcode-tab li:nth-child(2) .logo-bg img {
  width: 36%;
}
.bk-rongmsj .qrcode-tab .qrinfo {
  display: none;
  position: absolute;
  left: -100%;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
  width: 150px;
  height: auto;
  text-align: center;
}
.bk-rongmsj .qrcode-tab .qrinfo p {
  font-size: 16px;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.bk-rongmsj .qrcode-tab .qrinfo img {
  width: 80%;
  height: auto;
}
.bk-rongmsj .qrcode-tab .text {
  color: #fff;
  font-size: 20px;
}
.bk-rongmsj .qrcode-tab .logo-bg {
  display: block;
  position: relative;
  background: url(../images/bg-round.png) center top/100% 100% no-repeat;
  border-radius: 75px;
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin: 0 auto;
}
.bk-rongmsj .qrcode-tab .logo-bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65%;
  height: auto;
  transform: translate(-50%, -50%);
}

.bk-155 {
  position: relative;
  height: 755px;
  background-color: #f6fafe;
  margin-bottom: 30px;
}
.bk-155 .swiper-155 {
  font-size: 0;
  line-height: 0;
}
.bk-155 .pagi-155 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 42px;
  margin-left: -21px;
  text-align: center;
  transform: translate(0, -50%);
  white-space: nowrap;
}
.bk-155 .pagi-155 .swiper-pagination-bullet {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  opacity: 1;
}
.bk-155 .pagi-155 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 42px;
  height: 42px;
  background: url(../images/155dot.png) top center/contain no-repeat;
}
.bk-155 .list-155 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(92, 174, 247, 0.32);
  padding-left: 30px;
  padding-top: 70px;
}
.bk-155 .list-155 li {
  font-size: 22px;
  line-height: 1.2;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  text-align: left;
  margin-bottom: 35px;
  color: #fff;
}
.bk-155 .list-155 li a {
  color: #fff;
}
.bk-155 .list-news-155 {
  padding-top: 30px;
  padding-left: 10px;
}
.bk-155 .list-news-155 li {
  position: relative;
  float: left;
  width: 554px;
  /*height: 40px;*/
  padding-left: 20px;
  text-align: justify;
  font-size: 18px;
  margin-bottom:15px;
  padding-right: 20px;
}
.bk-155 .list-news-155 li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #2a76ba;
}
.bk-155 .content-155 {
  position: absolute;
  left: 50%;
  top: 46px;
  width: 1330px;
  height: 666px;
  transform: translate(-50%, 0);
  background: url(../images/bg-155.png) center top/100% auto no-repeat;
}
.bk-155 .content-155 .inner {
  width: 1137px;
  height: 570px;
  margin: 0 auto;
  margin-top: 50px;position:relative;
}
.bk-155 .content-155 .content-155list{
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height:388px;
  padding:70px 0px 20px 30px;z-index:9;
}
.bk-155 .content-155 .content-155list div{
  font-size: 22px;
  line-height: 1.2;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  text-align: left;
  margin-bottom:30px;
  color: #fff;
}
.bk-155 .content-155 .content-155list div a {
  color: #fff;
}
.bk-155 .content-155 .content-155list div.active,.bk-155 .content-155 .content-155list div.active a{color:#f4cf89;}
.bk-155 .content-155 .content-155list div.active{border-left: 3px solid #f4cf89;}
.bk-fangtan {
  background-color: #f6fafe;
  padding-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.bk-fangtan .group-daibiaoweiyuanshuo {
  background-color: #fff;
  padding-top: 30px;
}
.bk-fangtan .img-daibiao {
  float: left;
  width: 143px;
  height: auto;
  margin-left: 40px;display:none;
}
/*.bk-fangtan .list-news-daibiao {
  float: left;
  padding-left: 10px;
  width: 988px;
  margin-left:0px;
}*/
.bk-fangtan .list-news-daibiao li {
  position: relative;
  float: left;
  width: 560px;
  height: 40px;
  padding-left: 20px;
  text-align: justify;
  font-size: 18px;
  margin-bottom: 5px;
  padding-right: 20px;margin-left:50px;
}
.bk-fangtan .list-news-daibiao li:before {
  content: "";
  position: absolute;
  left: 4px;
  top:9px;
  width: 6px;
  height: 6px;
  background-color: #2a76ba;
}
.bk-fangtan .content-fangtan {
  width: 1230px;
  margin: 0 auto;
}
.bk-fangtan .group-tab {
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.bk-fangtan .swiper-fangtan {
  display: none;
  width: 1185px;
  height: 443px;
}
.bk-fangtan .swiper-fangtan .swiper-slide {
  background-color: #f4f8fd;
  overflow: hidden;
  height: 423px;
}
.bk-fangtan .swiper-fangtan .img-fangtan {
  margin-bottom: 8px;
}
.bk-fangtan .swiper-fangtan .name {
  font-size: 24px;
  color: #d0112b;
  text-align: justify;
  font-weight: bold;
  width: 260px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.bk-fangtan .swiper-fangtan .desc,
.bk-fangtan .swiper-fangtan .title {
  font-size: 16px;
  color: #000000;
  width: 260px;
  margin: 0 auto;
  text-align: justify;
}
.bk-fangtan .swiper-fangtan .title {
  margin-bottom: 8px;
}
.bk-fangtan .pagi-fangtan {
  position: absolute;
  right: 0;
  left: auto;
  z-index: 2;
  bottom: 0;
  text-align: center;
  width: auto;
}
.bk-fangtan .pagi-fangtan .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #f2f2f2;
}
.bk-fangtan .pagi-fangtan .swiper-pagination-bullet-active {
  background-color: #f00;
  opacity: 0.6;
}
.bk-fangtan .all-swiper-fangtan-wrap {
  width: 1230px;
  margin: 0 auto;
}
.bk-fangtan .tab-fangtan-wrap {
  margin-bottom: 40px;
  margin-left: 25px;
}
.bk-fangtan .list-tab-fangtan li {
  position: relative;
  float: left;
  width: 210px;
  height: 72px;
  margin-left: 32px;
  background-color: #e6edf6;
  cursor: pointer;
  white-space: nowrap;
}
.bk-fangtan .list-tab-fangtan li span {
  position: relative;
  z-index: 2;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 26px;
}
.bk-fangtan .list-tab-fangtan li.active span {
  color: #d40c05;
  font-weight: bold;
}
.bk-fangtan .list-tab-fangtan li.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 82px;
  pointer-events: none;
  background: url(../images/bg-tab-fangtan.png) center top no-repeat;
}
.bk-fangtan .list-tab-fangtan li:first-child {
  margin-left: 0;
}

.bk-tuijin {
  position: relative;
  height: 830px;
  overflow: hidden;
}
.bk-tuijin .pagi {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.bk-tuijin .pagi .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-bottom: 6px;
}
.bk-tuijin .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d32a1d;
  opacity: 1;
}
.bk-tuijin .content-cehua {
  position: relative;
  z-index: 2;
}
.bk-tuijin .top-wrap {
  position: relative;
  width: 1193px;
  height: 408px;
  background-color: #fff;
  margin-bottom: 10px;
}
.bk-tuijin .top-wrap:after {
  content: "";
  position: absolute;
  left: 408px;
  top: 16px;
  width: 81px;
  height: 392px;
  background-color: #f8f8f8;
}
.bk-tuijin .top-wrap .left-swiper-wrap {
  position: absolute;
  right: 0px;
  top: 0;
  width: 478px;
  height: 100%;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-container {
  height: 100%;
  overflow: hidden;
}
.bk-tuijin .top-wrap .left-swiper-wrap:after {
  position: absolute;
  left: -8px;
  top: 0;
  width: 478px;
  height: 100%;
  background-color: #f8f8f8;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-slide .inner-wrap {
  margin-left: 8px;
  width: 470px;
  height: 408px;
  background-color: #f8f8f8;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-slide .desc {
  margin-left: 38px;
  margin-right: 30px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #060606;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-slide p {
  margin-left: 38px;
  margin-right: 30px;
  font-size: 18px;
  line-height: 1.8;
  color: #060606;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-container {
  position: relative;
  z-index: 2;
}
.bk-tuijin .top-wrap .left-swiper-wrap h3 {
  padding-left: 23px;
  margin-left: -8px;
  width: 478px;
  height: 56px;
  line-height: 46px;
  font-size: 24px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(../images/bg-h3.png) left top no-repeat;
  margin-bottom: 30px;
}
.bk-tuijin .top-wrap .right-swiper-wrap {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 704px;
  height: 100%;
}
.bk-tuijin .top-wrap .right-swiper-wrap .swiper-container,
.bk-tuijin .top-wrap .right-swiper-wrap .swiper-slide {
  height: 394px;
}
.bk-tuijin .bottom-wrap .left-imgs {
  float: left;
}
.bk-tuijin .bottom-wrap .left-imgs li {
  position: relative;
  float: left;
  width: 340px;
  height: 304px;
  font-size: 0;
  line-height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
}
.bk-tuijin .bottom-wrap .left-imgs li:first-child {
  margin-right: 24px;
}
.bk-tuijin .bottom-wrap .left-imgs li p {
  font-size: 18px;
  padding: 16px 16px 0;
  line-height: 1.4;
}
.bk-tuijin .bottom-wrap .right-news {
  margin-left: 720px;
  margin-right: 6px;
  height: 304px;
  background-color: #f8f8f8;
  padding: 36px 20px 0;
  overflow: hidden;
}
.bk-tuijin .bottom-wrap .right-news li {
  position: relative;
  font-size: 18px;
  color: #060606;
  line-height: 2;
  padding-left: 20px;
  margin-bottom: 5px;
}
.bk-tuijin .bottom-wrap .right-news li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #000000;
}

/* scale */
.scale-img img {
  transition: all 0.6s;
}

.scale-img img:hover {
  transform: scale(1.05);
}

/* other */
.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: white;
}

.red,
.red a:link,
.red a:visited,
.red a:hover {
  color: #c13a39;
}

.bk-haiwaikan {
  position: relative;
  background-color: #f6f6f6;
  height: 412px;
  padding-top: 40px;
}
.bk-haiwaikan .arrow-haiwai-left {
  position: absolute;
  left: 50%;
  margin-left: -650px;
  top: 45%;
  cursor: pointer;
}
.bk-haiwaikan .arrow-haiwai-right {
  position: absolute;
  right: 50%;
  margin-right: -650px;
  top: 45%;
  cursor: pointer;
}
.bk-haiwaikan .swiper-slide {
  width: 356px;
  height: 334px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  padding-top: 2px;
}
.bk-haiwaikan .swiper-slide img {
  margin-bottom: 4px;
}
.bk-haiwaikan .swiper-slide .desc {
  padding: 10px;
}
.bk-haiwaikan .swiper-slide h4 {
  text-align: left;
  margin-bottom: 10px;
}
.bk-haiwaikan .swiper-slide p {
  color: #757575;
}

.wrap {
  position: relative;
  padding-bottom: 66px;
}
.wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  height: 90%;
  background-color: #fef7ed;
}

.high-level {
  position: relative;
  z-index: 2;
}

.tlgg {
  margin-bottom: 30px;
}

.scrollbar-red {
  overflow-y: auto;
}

.scrollbar-red::-webkit-scrollbar {
  width: 5px;
}

.scrollbar-red::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-radius: 0;
}

.scrollbar-red::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border-radius: 0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #f7a39d;
}

.bk-rili .date-wrap {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #d40c05;
  border-radius: 8px;
  height: 90px;
  margin-bottom: 36px;
}
.bk-rili .date-wrap .icon-month {
  float: left;
  margin-left: 35px;
  margin-top: 13px;
}
.bk-rili .date-wrap ul {
  height: 100%;
}
.bk-rili .date-wrap ul li {
  float: left;
  width: 82px;
  height: 100%;
  cursor: pointer;
  color: #bebebe;
  text-align: center;
  padding-top: 13px;
  line-height: 1;
  margin-left: 40px;
}
.bk-rili .date-wrap ul li.ok {
  background-color: transparent;
  color: #666;
}
.bk-rili .date-wrap ul li.selected {
  background-color: #d40c05;
  color: #fff;
}
.bk-rili .date-wrap ul .day {
  font-size: 23px;
  margin-bottom: 10px;
}
.bk-rili .date-wrap ul .date {
  font-size: 30px;
}
.bk-rili .left {
  float: left;
  position: relative;
  width: 588px;
  height: 596px;
  background-color: #fff;
  overflow: hidden;
  padding: 10px 5px;
}
.bk-rili .left .group-zhibo {
  height: 100%;
  overflow: hidden;
}
.bk-rili .left .group-zhibo .swiper-container {
  height: 100%;
  overflow: hidden;
}
.bk-rili .box-zhibo {
  height: 324px;
  overflow: hidden;
  margin-bottom: 25px;
}
.bk-rili .box-zhibo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bk-rili .group-calender {
  width: 550px;
  margin: 0 auto;
}
.bk-rili .group-calender .icon-video {
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../images/icon-video.png) center top no-repeat;
}
.bk-rili .group-calender .outer-calender {
  height: 192px;
  overflow-y: auto;
  font-size: 0;
  line-height: 0;
}
.bk-rili .group-calender .outer-calender li.noline .left-time::before {
  display: none;
}
.bk-rili .group-calender .outer-calender li:last-child .left-time::before {
  height: 57%;
  top: 0%;
}
.bk-rili .group-calender .outer-calender li:first-child .left-time::before {
  height: 60%;
  top: 50%;
}
.bk-rili .group-calender .outer-calender .left-time {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 16px;
  width: 90px;
  padding: 17px 20px 17px 0;
  text-align: right;
  vertical-align: middle;
  line-height: 1;
  height: 48px;
}
.bk-rili .group-calender .outer-calender .left-time:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #bebebe;
}
.bk-rili .group-calender .outer-calender .left-time:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 51%;
  width: 9px;
  height: 9px;
  background: #bebebe;
  border-radius: 8px;
  transform: translate(0, -50%);
}
.bk-rili .group-calender .outer-calender .right-news {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 443px;
  height: 48px;
  font-size: 16px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 16px;
}
.bk-rili .group-calender .outer-calender .right-news a:hover {
  color: #cb0100;
}
.bk-rili .group-calender h4 {
  color: #cb0100;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
}
.bk-rili .right {
  float: left;
  width: 588px;
  margin-left: 38px;
}
.bk-rili .group-jizhe {
  height: 308px;
  overflow: hidden;
  background-color: #fff;
}
.bk-rili .rmrb-wrap {
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}
.bk-rili .rmrblogo-right {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 130px;
}
.bk-rili .rmrblogo-right img {
  width: 100%;
  height: auto;
}
.bk-rili .rmrblogo-right .rmwapp {
  margin-top: 70px;
}
.bk-rili .swiper-rmrb {
  width: 368px;
  height: 243px;
  font-size: 0;
  line-height: 0;
  margin-left: 0;
}
.bk-rili .swiper-rmrb li {
  display: inline-block;
  width: 170px;
  height: auto;
  vertical-align: top;
  text-align: center;
}
.bk-rili .swiper-rmrb li:first-child {
  margin-right: 20px;
}
.bk-rili .swiper-rmrb li img {
  width: 165px;
  height: 240px;
}
.bk-rili .group-jizhe {
  padding: 14px 10px 0;
}
.bk-rili .pagi-jizhe {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2;
}
.bk-rili .pagi-jizhe .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  margin-right: 5px;
}
.bk-rili .pagi-jizhe .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e84d2f;
  opacity: 1;
}
.bk-rili .list-jizhe-news-wrap {
  margin-left: 15px;
}
.bk-rili .list-jizhe-news-wrap li {
  margin-bottom:18px;
  line-height: 1.2;
  font-size: 16px;
}
.bk-rili .list-jizhe-news-wrap li:last-child {
  margin-bottom: 0;
}
.bk-rili .imgs3-wrap {
  padding-left: 7px;
}
.bk-rili .imgs3-wrap li {
  float: left;
  width: 174px;
  margin-left: 18px;
}
.bk-rili .imgs3-wrap li:first-child {
  margin-left: 0;
}
.bk-rili .imgs3-wrap li p {
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bk-rili .group-jizhe .jz_logo{float:left;padding-right:15px;border-right:1px solid #e6e6e6;margin-left:5px;}
.bk-rili .jizhe-wrap {
  position: relative;
  height: 148px;width:510px;
  overflow: hidden;
}
.bk-rili .jizhe-wrap .swiper-container {
  height: 138px;
}
.bk-rili .jizhe-wrap .row-jizhe {
  position: relative;
  height: 48px;
  overflow: hidden;
}
.bk-rili .jizhe-wrap .row-jizhe:first-child {
  margin-bottom: 22px;
}
.bk-rili .jizhe-wrap .logo-wrap {
  float: left;
  width: 128px;
  height: 48px;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}

.bk-jz {
  background-color: #fff;
  padding-bottom: 20px;
  text-align: left;
}
.bk-jz a {
  color: inherit;
}
.bk-jz .g-w1200 {
  background-color: #fff;
}
.bk-jz .list-baimiaoshuo {
  margin-left: 38px;
}
.bk-jz .list-jizhe {
  margin-left: 50px;
}
.bk-jz .list-group {
  width: 460px;
  margin-top: 10px;
}
.bk-jz .list-group .left-img {
  float: left;
  margin-top: 8px;
}
.bk-jz .list-group ul {
  float: left;
  margin-left: 22px;
  width: 300px;
  font-size: 14px;
  padding-top: 13px;
}
.bk-jz .list-group ul li {
  margin-bottom: 10px;
  font-family: "Microsoft YaHei";
  color: #d20000;
  font-size: 14px;
}

.bk-juesheng {
  background: url(../images/bg-juesheng.jpg) center no-repeat;
  background-size: 1920px auto;
  height: 1000px;
  padding-top: 98px;
}
.bk-juesheng a {
  color: inherit;
}

.mobile .bk-zhibo .img-cover {
  display: block;
}
.mobile .bk-zhibo .play-live {
  display: block;
}

.bk-zhibo {
  padding-top: 30px;
  overflow: hidden;
  text-align: left;
}
.bk-zhibo a {
  color: inherit;
}
.bk-zhibo .zhibo-wrap {
  position: relative;
}
.bk-zhibo .img-cover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bk-zhibo .play-live {
  display: none;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8vw;
  height: 8vw;
  transform: translate(-50%, -50%);
  max-width: 110px;
  max-height: 110px;
  z-index: 1;
}
.bk-zhibo .swiper-zhibodate {
  width: 420px;
  height: 55px;
  overflow: hidden;
}
.bk-zhibo .swiper-zhibodate .swiper-slide {
  height: 36px;
  line-height: 0;
  opacity: 0.5;
  cursor: default;
}
.bk-zhibo .swiper-zhibodate .swiper-slide.can-click {
  opacity: 1;
  cursor: pointer;
}
.bk-zhibo .swiper-zhibodate .active span {
  background-color: #bb312b;
  color: #fff;
}
.bk-zhibo .date-zhibo-box {
  margin-left: 12px;
}
.bk-zhibo .date-zhibo-wrap {
  position: absolute;
  width: 480px;
  right: 45px;
  bottom: 10px;
  z-index: 2;
  font-size: 0;
  line-height: 0;
}
.bk-zhibo .date-zhibo-wrap .arrow-left-zhibo {
  position: absolute;
  left: 0;
  top: 20%;
  cursor: pointer;
}
.bk-zhibo .date-zhibo-wrap .arrow-right-zhibo {
  position: absolute;
  right: 0;
  top: 20%;
  cursor: pointer;
}
.bk-zhibo .date-zhibo-wrap span {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  color: #000;
  font-size: 18px;
  background-color: #f4f2f1;
  text-align: center;
  cursor: pointer;
}
.bk-zhibo .v-box {
  position: relative;
  width: 700px;
  height: 394px;
  overflow: hidden;
}
.bk-zhibo .v-box video {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bk-zhibo .v-box .btn-play-hf {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  cursor: pointer;
}
.bk-zhibo .swiper-video {
  height: 394px;
  background-color: #fff;
}
.bk-zhibo .swiper-content {
  height: 394px;
  overflow: hidden;
}
.bk-zhibo .left-wrap {
  position: relative;
  float: left;
  width: 700px;
  height: 394px;
}
.bk-zhibo .right-wrap {
  height: 340px;
  overflow: hidden;
  padding: 30px 30px 0;
  overflow-y: auto;
}
.bk-zhibo .right-wrap .huifang {
  font: bold 24px/1.4 "Microsoft YaHei";
  color: #bb312b;
  margin-bottom: 25px;
}
.bk-zhibo .right-wrap .zhaiyao {
  color: #000000;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 25px;
  text-indent: 2em;
}
.bk-zhibo .right-wrap ul li {
  position: relative;
  font-size: 16px;
  line-height: 2;
}
.bk-zhibo .right-wrap ul li:before {
  display: none;
  content: "";
  position: absolute;
  left: 6px;
  top: 40%;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #000;
}
.bk-zhibo .btn-play-video {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  cursor: pointer;
}
.bk-zhibo .right-wrap {
  margin-left: 700px;
}

.common-title {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.common-title .ggw {
  position: absolute;
  right: 3px;
  top: 0;
  z-index: 1;
}

.bk-juesheng {
  text-align: left;
}
.bk-juesheng a {
  color: inherit;
}
.bk-juesheng .swiper-juesheng-wrap {
  position: relative;
}
.bk-juesheng .swiper-juesheng-wrap .pagi-wrap {
  position: absolute;
  right: 30px;
  bottom: 40px;
  z-index: 2;
}
.bk-juesheng .swiper-juesheng-wrap .pagi-wrap .swiper-pagination-bullet {
  display: inline-block;
  width: 36px;
  height: 3px;
  background: #e8e7e7;
  opacity: 1;
  border-radius: 0;
  margin-right: 4px;
  border-radius: 4px;
}
.bk-juesheng .swiper-juesheng-wrap .pagi-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cb3123;
}
.bk-juesheng .swiper-juesheng-wrap .desc-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 487px;
  height: 348px;
  background: rgba(157, 33, 21, 0.62);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #ffffff;
  padding: 40px 20px 0;
  text-align: justify;
}
.bk-juesheng .swiper-juesheng-wrap .desc-wrap h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.bk-juesheng .swiper-juesheng-wrap .desc-wrap p {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
.bk-juesheng .swiper-juesheng-wrap {
  margin-bottom: 26px;
}
.bk-juesheng .list-juesheng {
  float: left;
  width: 630px;
  height: 218px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #d9d9d9;
  padding-left: 55px;
  padding-top: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.bk-juesheng .list-juesheng:first-child {
  margin-right: 15px;
}
.bk-juesheng .list-juesheng li {
  position: relative;
  color: #333333;
  font-size: 18px;
  margin-bottom: 24px;
  padding-left: 28px;
  line-height: 1.2;
}
.bk-juesheng .list-juesheng li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 9px;
  background-color: #cb3123;
  border-radius: 8px;
}
.bk-juesheng .list-juesheng li:last-child {
  margin-bottom: 0;
}

.module-reci {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border-top-left-radius: 13px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 0;
  padding: 20px 50px 20px 50px;
  box-shadow: 2px 8px 14px #b7d5ef;
  margin-bottom: 60px;min-height:550px;
}
.module-reci .content{width:420px;float:left;margin:10px auto;}
.module-reci .content p{margin-top:10px;font-size:16px;}
.module-reci .rc-pic span{float:left;margin:0 50px;}
.module-reci .rc-pic p{float:left;width:500px;font-size:18px;text-align:justify;line-height:1.8;}
.module-reci .tip-text {
  font-size: 24px;
  margin-bottom: 40px;margin-top:30px;
}
.module-reci.dis li {
  cursor: not-allowed;
}
.module-reci.dis .btn-subreci {
  display: none;
  background: #ccc;
  opacity: 0.4;
  cursor: not-allowed;
}
.module-reci ul li {
  position: relative;
  float: left;
  width: 268px;
  height: 70px;
  border-radius: 10px;
  padding-top: 20px;
  margin-bottom: 16px;
  margin-left: 36px;
  background: linear-gradient(to right, #e0f1fd, #fef6ff);
  background: url(../images/bg-reci-pc.png) center top/contain no-repeat;
  cursor: pointer;
}
.module-reci ul li:hover {
  background-image: url(../images/bg-reci-selected.png);
}
.module-reci ul li:nth-child(3n+1) {
  margin-left: 0;
}
.module-reci ul li.moretext span {
  left: 68px;
}
.module-reci ul li.moretext img {
  left: 21px;
}
.module-reci ul li img {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  margin-right: 10px;
}
.module-reci ul li span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 103px;
  font-size: 30px;
}

/* 移动端直播样式调整 */
.mobile .bk-zhibo .date-zhibo-box {
  margin-left: 0.36rem;
}

.mobile .bk-zhibo .zhibo-wrap {
  position: relative;
  background: #fff;
  padding-bottom: 0.5rem;
}

.mobile .bk-zhibo .swiper-video {
  height: 10.333333rem;
}

.mobile .bk-zhibo .swiper-content {
  height: 100%;
}

.mobile .bk-zhibo .right-wrap .huifang {
  font: bold 0.39rem/1.4 "Microsoft YaHei";
  text-align: justify;
}

.mobile .bk-zhibo .right-wrap .zhaiyao {
  font-size: 0.37rem;
  text-align: justify;
}

.mobile .bk-zhibo .right-wrap ul li {
  position: relative;
  font-size: 0.37rem;
  line-height: 2;
  text-align: justify;
}

.mobile .bk-zhibo .date-zhibo-wrap .arrow-right-zhibo {
  top: 89.5%;
  right: 0.2rem;
}

.mobile .bk-zhibo .date-zhibo-wrap .arrow-left-zhibo {
  top: 89.5%;
  left: 0.2rem;
}

.mobile .bk-zhibo .right-wrap {
  margin-left: 0;
}