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

html,
body {
  height: 100%;
}

body {
  font-family: "Microsoft YaHei", SimSun, "SourceHanSansCN", "PingFang SC";
  font-size: 12px;
}

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

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a,
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;
}

.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 !important;
}

.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;
}

.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: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0.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: 0.1s;
  animation-delay: 0.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);
  }
}

.g-w1000 {
  width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.g-w1200 {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

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

body {
  max-height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

html {
  overflow-x: hidden;
}

.bk-fixed-box {
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: 620px;
  z-index: 99999;
}

.bk-fixed-box .list-box li {
  position: relative;
  width: 50px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 2px;
  cursor: pointer;
}

.bk-fixed-box .list-box li:hover .tanchu {
  display: block;
}

.bk-fixed-box .list-box .tanchu {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 115px;
  height: 100px;
  font-size: 0;
  line-height: 0;
  padding: 7px 20px 7px 7px;
  margin-top: -50px;
  background: url(../images/y-bg-tanchu.png) left top/100% auto no-repeat;
}

.bk-fixed-box .list-box .tanchu .text-wrap {
  position: absolute;
  left: 43%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 86px;
}

.bk-fixed-box .list-box .tanchu p {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  color: #002f7b;
}

.bk {
  position: relative;
}

.bk1 {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.bk-big-title {
  padding-top: 40px;
}

.bk-big-title h1 {
  font: bold 40px/1 "Microsoft YaHei";
  margin-bottom: 20px;
  text-align: center;
  color: #cb1c1d;
}

.bk-big-title .list-subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.bk-big-title img {
  max-width: 100%;
}

.bk-big-title .list-subtitle li {
  display: inline-block;
  margin-left: 10px;
  color: #363636;
}

.bk-big-title .list-subtitle li:first-child {
  margin-left: 0;
}

.bk-big-title .list-subtitle li {
  margin-left: 15px;
}

.bk-big-title .list-subtitle li a {
  font-size: 14px;
}

.ymain {
  position: relative;
/*  20240928 09:32 update */
  max-width: auto;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

.ymain .mobile p {
  font-size: 28px;
}

.ymain .mobile div.container1200 {
  width: 100%;
}

.ymain .mobile .ymain {
  max-width: 100%;
  background: url(../images/bg-pc.jpg) top center/154vw auto no-repeat #23277b;
}

.bk-wrap1 {
  height: 675px;
  background: url(../images/bg-main.jpg) bottom center/1920px auto no-repeat;
}

.bk-main-news {
  line-height: 0;
  height: 514px;
}

.bk-main-news .left-wrap {
  position: relative;
  float: left;
  width: 786px;
}

.bk-main-news .left-wrap .swiper-slide {
  position: relative;
}

.bk-main-news .left-wrap .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bk-main-news .left-wrap .arrow-left {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}

.bk-main-news .left-wrap .arrow-right {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}

.bk-main-news .pagi1 {
  position: absolute;
  right: 10px;
  bottom: 16px;
  z-index: 2;
}

.bk-main-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #d80c14;
}

.bk-main-news .swiper-pagination-bullet {
  background: #e7e0d9;
  opacity: 1;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  margin-right: 4px;
  cursor: pointer;
}

.bk-main-news .right-wrap {
  position: relative;
  margin-left: 786px;
  height: 100%;
}

/*.bk-main-news .right-wrap .group-news:first-child {
  margin-bottom: 20px;
}

.bk-main-news .right-wrap .group-news:nth-child(2) {
  margin-bottom: 8px;
}*/
.bk-main-news .right-wrap .group-news{display:none;}
.bk-main-news .right-wrap .group-news h3 {
  position: relative;
  width: 375px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0ebe6;display:none;
}

.bk-main-news .right-wrap .group-news h3 span {
  color: #bc0000;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 34px;
  border-bottom: 2px solid;
}

.bk-main-news .right-wrap .group-news h3 a {
  float: right;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.bk-main-news .right-wrap .group-news .list-main-news li {
  position: relative;
  color: black;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  height: 47px;
  line-height: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0px 0 50px;
  text-align: justify;
}

.bk-main-news .right-wrap .group-news .list-main-news li:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 20px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #bc0000;
}

.bk-main-news .right-wrap .group-news .list-main-news li:hover {
  background-color: #b64d3a;
  color: #fff;
}

.bk-main-news .right-wrap .group-news .list-main-news li:hover:before {
  background-color: #ffffff;
}

.bk-main-news .right-wrap .right1-img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: right;
}

.bk-main-news .right-wrap .right1-img-wrap img {
  width: 398px;
}

.bk-main-news .colum-title {
  position: relative;
  color: #002f7b;
  font-size: 22px;
  height: 40px;
  padding-bottom: 4px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 2px solid #e4ebf0;
  margin-bottom: 10px;
}

.bk-main-news .colum-title span {
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #002f7b;
}

.bk-zt {
  padding-top: 30px;
  margin-bottom: 40px;
}

.bk-zt .pagi-zhuanti-wrap {
  position: absolute;
  top: 95%;
  right: 0px;
  width: 540px;
  height: 30px;
  text-align: center;
}

.bk-zt .pagi-zhuanti-wrap .swiper-pagination-bullet {
  background-color: #bc0000;
  margin-right: 4px;
  opacity: 1;
  width: 4px;
  height: 4px;
/*
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
*/
}

.bk-zt .pagi-zhuanti-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.bk-zt .right-zt {
  margin-left: 28px;
  font-size: 0;
}

.bk-zt .right-zt .img-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 540px;
  height: 130px;
}

.bk-zt .right-zt .img-wrap:first-child {
  margin-right: 22px;
}

.bk-zt .swiper-zhuantiwrap {
  position: relative;
}

.bk-zt .swiper-zhuantiwrap .arrow-zhuanti {
  position: absolute;
  top: 55px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
}

.bk-zt .swiper-zhuantiwrap .arrow-left-zhuanti {
  left: 1px;
}

.bk-zt .swiper-zhuantiwrap .arrow-right-zhuanti {
  right: 1px;
}

.g-column-title1 {
  position: relative;
  color: #002f7b;
  font-size: 22px;
  font-weight: bold;
}

.g-column-title2 {
  position: relative;
  color: #002f7b;
  font-size: 22px;
  font-weight: bold;
}

.bk-jigoudongtai {
  padding-bottom: 20px;
  color: #fff;
}

.bk-jigoudongtai .g-title {
  margin-bottom: 40px;
}

.bk-jigoudongtai .arrow-shipin {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  z-index: 2;
  background: url(../images/arrow-left2.png) left top no-repeat;
  background-size: contain;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

.bk-jigoudongtai .arrow-shipin-left {
  left: 0;
}

.bk-jigoudongtai .arrow-shipin-left:hover {
  background-image: url(../images/arrow-left2-active.png);
}

.bk-jigoudongtai .arrow-shipin-right {
  right: 0;
  background: url(../images/arrow-right2.png) left top no-repeat;
}

.bk-jigoudongtai .arrow-shipin-right:hover {
  background-image: url(../images/arrow-right2-active.png);
}

.bk-jigoudongtai .pagi {
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bk-jigoudongtai .pagi2 {
  position: absolute;
  left:0;
  right:0;
  text-align: center;
  bottom: 0;
  /*left: 50%;
	-webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);*/
  z-index: 4;height:10px;margin-bottom:20px;
}

.bk-jigoudongtai .swiper-pagination-bullet {
  background-color: #bc0000;
  margin-right: 18px;
  opacity: 1;
  width: 8px;
  height: 8px;
/*
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
*/
}

.bk-jigoudongtai .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bk-jigoudongtai .arrow-left {
  position: absolute;
  left: 41%;
  top: 53%;
  z-index: 3;
  margin-left: -400px;
  cursor: pointer;
}

.bk-jigoudongtai .arrow-right {
  position: absolute;
  right: 41%;
  top: 53%;
  z-index: 3;
  margin-right: -400px;
  cursor: pointer;
}

.bk-jigoudongtai .swiper-jigou-wrap {
  position: relative;
  height:320px;overflow:hidden;
}
.bk-jgdt{height:450px;}
.bk-jigoudongtai .swiper-jigou-wrap .swiper-container {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1260px;
  height:320px;
}

.bk-jigoudongtai .swiper-jigou-wrap .swiper-slide {
  width: 550px;
  height: 310px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.bk-jigoudongtai .swiper-jigou-wrap .swiper-slide.swiper-slide-active p {
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.bk-jigoudongtai .swiper-jigou-wrap .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 26px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.bk-lbt {
  background: url(../images/bg-lunbotu2.jpg) top center/cover no-repeat;
  padding: 80px 0 50px;
}

.bk-lbt .swiper3-wrap {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.bk-lbt .swiper-slide {
  text-align: center;
}

.bk-lbt .pagi3 {
  text-align: center;
}

.bk-lbt .arrow3 {
  position: absolute;
  top: 30%;
  width: 42px;
  height: 42px;
  z-index: 2;
  background: url(../images/arrow-left2.png) left top no-repeat;
  background-size: contain;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

.bk-lbt .arrow-left3 {
  left: -50px;
}

.bk-lbt .arrow-left3:hover {
  background-image: url(../images/arrow-left2-active.png);
}

.bk-lbt .arrow-right3 {
  right: -50px;
  background: url(../images/arrow-right2.png) left top no-repeat;
}

.bk-lbt .arrow-right3:hover {
  background-image: url(../images/arrow-right2-active.png);
}

.bk-lbt .swiper-pagination-bullet {
  background-color: #bc0000;
  margin-right: 18px;
  opacity: 1;
  width: 8px;
  height: 8px;
/*
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
*/
}

.bk-lbt .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.common-container {
  font-size: 0;
}

.right-box,
.left-box {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

.for-h5 {
  display: none;
}

.left-box {
  width:690px;
}

.left-box .left-news-wrap li {
  position: relative;
  padding-left: 20px;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.5;
}

.left-box .left-news-wrap li.img {
  height: 113px;
  white-space: wrap;
  padding-left: 0;
}

.left-box .left-news-wrap li.img a {
  position: absolute;
  top: 28px;
  left: 233px;
  line-height: 1.5;
}

.left-box .left-news-wrap li.img:before {
  top: 39px;
  left: 219px;
}

.left-box .left-news-wrap li a {
  color: black;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.left-box .left-news-wrap li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #bc0000;
}

.left-box .news-group-left {
  height:238px;
  overflow: hidden;
}

.right-box {
  width: 426px;
  margin-left:84px;
}

.box-wenjian {
  position: relative;
}

.box-wenjian h4 {
  background-color: #e60112;
  color: white;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.box-wenjian .bottom-wrap {
  height: 500px;
  padding: 68px 30px 0;
  background-color: #e5e5e5;
}

.box-wenjian li {
  height:auto;
  margin-bottom:20px;
  font-size: 0;
}

.box-wenjian li img {
  vertical-align:top;
}

.box-wenjian li a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
  width: 316px;
  line-height: 1.3;
  color: black;
  font-size: 18px;
} 

.box-wenjian .more,.group-news .more {
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.box-wenjian .more {
  position: absolute;
  right: 44px;
  bottom: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.group-news .more {
  position: absolute;
  right: 6px;
  bottom: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.bk-lilun {
  height: 450px;
  overflow: hidden;
}

.bk-lilun .g-title {
  margin-bottom: 35px;
}

.list-lilun li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 40px;
  line-height: 1.55;
}

.list-lilun li a {
  color: black;
  font-size: 18px;
  font-weight: 400;
}

.list-lilun li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #bc0000;
}

.bk-meiti .g-title {
  margin-bottom: 5px;
}

.bk-meiti .tab-wrap {
  position: relative;
  z-index: 2;
  font-size: 0;
  white-space: nowrap;
}

.bk-meiti .tab-wrap span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 11px;
  width: 33.3%;
  text-align: center;
}

.bk-meiti .tab-wrap span.active {
  background-color: #e60112;
  color: #fff;
}

.bk-meiti .tab-wrap span.active:after {
  content: "";
  position: absolute;
  left: 55%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../images/triangle1.png) left top no-repeat;
  background-size: contain;
  width: 16px;
  height: 10px;
}

.bk-meiti .bottom-paper {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #e5e5e5;
  padding-top: 10px;
  height: 249px;
}

.bk-meiti .bottom-paper .paper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 150px;
  height: auto;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.bk-meiti .bottom-paper .paper:first-child {
  display: inline-block;
}

/* 20240925 */
.top-content {
	height: 327px;
}

/*
.logo-wrap {
	background: url(../images/nav0927.jpg) no-repeat #bc0000;
}
*/

.logo-wrap {
	
}

.bk-big-title h1 {
	width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.top-links {
	margin-top: 21px;
}

.img-logo {
	margin-top: 60px;
}

.bk-jigoudongtai .swiper-jigou-wrap .swiper-slide p {
	font-size: 23px;
}

.bk-meiti .bottom-paper {
	background: none;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	height: 302px;
}

.bk-meiti .bottom-paper .paper {
	width: 204px;
}

.box-wenjian .bottom-wrap {
	background: none;
	border: 1px solid #b5b5b5;
}

.bk-meiti .bottom-paper a:first-child img {
	width: 390px;
	height: auto;
}

.box-wenjian li a {
	margin-left: 20px;
}

.zs-banner0925 {
	margin-top: 25px;
}
.bk-big-title {
	padding-top: 30px;
}
.bk-wrap1 {
	background: none;
	height: auto;
}
.common-container {
	margin-top: 30px;
}
.bk-main-news .right-wrap .group-news .list-main-news li {
	white-space: normal;
	height: auto;
	line-height: 1.8;
}
.bk-main-news .right-wrap .group-news .list-main-news li:before {
	top: 10px;
}

/* 20240926 */
.g-title0926 span {
	position: static;
	float: left;
	width: 50%;
	background: none;
	color: #bc0000;
	font-size: 30px;
	cursor: pointer;
}
.g-title0926 span.active {
	background: url(../images/bg-lanmu0925.png) top center no-repeat;
	color: #fff;
}

/*20240928*/
.bk-main-news .right-wrap h3.g-title0926 {
	margin-left: 23px;
}


.box-wenjian0926 .g-title0926 span.active {
	background-size: 100%;
}



.box-wenjian0926 .g-title {
	display: none;
}
.box-wenjian0926 .g-title0926 {
	display: block;
}
.list-lilun li {
	margin-bottom: 30px;
    line-height: 1;
}
.box-wenjian .bottom-wrap {
	padding:25px 30px 0;
}
.box-wenjian li a {
	/*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}