@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 {
  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 {
  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 !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}*/
@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;
}

@keyframes aniShare {
  to {
    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%;
  transform: translate3d(-50%, -50%, 0);
}

body {
  max-height: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-size: 20px;
  text-align: justify;
}

html {
  overflow-x: hidden;
}

.g-tit {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.g-tit .more {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #a52221;
  font-size: 18px;
}

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

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

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

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

.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;
  max-width: auto;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  background: url(../images/bg1.jpg) center top no-repeat #fbe7d5;
  background-size: 1920px auto;
}
.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 {
  width: 1240px;
  padding: 20px 20px 0 20px;
  background: linear-gradient(to bottom, #ebd3a8, #f9ead7);
  margin-bottom: 25px;
}

.bk-main-news {
  line-height: 0;
}
.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%;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 1.1;
  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;
  border-radius: 9px;
  margin-right: 6px;
  cursor: pointer;
}
.bk-main-news .right-wrap {
  position: relative;
  margin-left: 808px;
  height: 100%;
  min-height: 514px;
}
.bk-main-news .right-wrap .more1 {
  position: absolute;
  right: 6px;
  bottom: 1px;
  z-index: 2;
  color: #a52221;
  font-size: 18px;
}
.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 h3 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.3;
  color: #a52221;
  text-align: justify;
}
.bk-main-news .right-wrap .group-news .desc-wrap {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 1.7;
  text-indent: 2em;
  margin-bottom: 20px;
}
.bk-main-news .right-wrap .group-news .list-main-news li {
  position: relative;
  color: #000;
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
  padding: 12px 0;
  padding-left: 30px;
  border-bottom: 1px solid #eadabc;
}
.bk-main-news .right-wrap .group-news .list-main-news li:last-child {
  border: 0;
}
.bk-main-news .right-wrap .group-news .list-main-news li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #d80c14;
}
.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-top {
  height: 768px;
}

.bk-zyls1 {
  margin-bottom: 25px;
}
.bk-zyls1 .lunshu-wrap {
  background-color: #a21f1e;
  padding: 0 40px;
  border-radius: 6px;
  margin-top: 80px;
}
.bk-zyls1 .lunshu-wrap .lunshu-inner {
  position: relative;
  top: -50px;
  background-color: #ebd3a8;
  border-radius: 6px;
  min-height: 394px;
  padding: 18px 18px 0;
  overflow: hidden;
}
.bk-zyls1 .lunshu-wrap .lunshu-inner li {
  position: relative;
  float: left;
  width: 502px;
  height: 130px;
  padding: 20px 0;
  border-bottom: 1px solid #dac69a;
  color: #1a1a1a;
  line-height: 1.4;
  text-align: justify;
  font-size: 24px;
  padding-left: 20px;
  padding-top: 15px;
}
.bk-zyls1 .lunshu-wrap .lunshu-inner li:nth-child(even) {
  margin-left: 68px;
}
.bk-zyls1 .lunshu-wrap .lunshu-inner li .detail {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 16px;
  color: #c94335;
}
.bk-zyls1 .lunshu-wrap .lunshu-inner li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #d80c14;
}

.bk-xxgc {
  margin-bottom: 25px;
  height: 480px;
  background: url(../images/bg-xuexiguanche.png) left top no-repeat;
}
.bk-xxgc .guanche-wrap {
  overflow: hidden;
  padding-top: 50px;
}
.bk-xxgc .guanche-wrap ul {
  margin-left: 60px;
}
.bk-xxgc .guanche-wrap li {
  position: relative;
  float: left;
  width: 502px;
  height: 130px;
  padding: 20px 0;
  border-bottom: 1px solid #dac69a;
  color: #1a1a1a;
  line-height: 1.4;
  text-align: justify;
  font-size: 24px;
  padding-left: 20px;
  padding-top: 15px;
}
.bk-xxgc .guanche-wrap li:nth-child(even) {
  margin-left: 68px;
}
.bk-xxgc .guanche-wrap li .detail {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 16px;
  color: #c94335;
}
.bk-xxgc .guanche-wrap li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #d80c14;
}

.bk-tssj {
  margin-bottom: 25px;
  height: 480px;
  margin-top: -60px;
}
.bk-tssj .tansuo-wrap {
  overflow: hidden;
  padding-top: 50px;
}
.bk-tssj .tansuo-wrap ul {
  margin-left: 60px;
}
.bk-tssj .tansuo-wrap li {
  position: relative;
  float: left;
  width: 502px;
  height: 130px;
  padding: 20px 0;
  border-bottom: 1px solid #dac69a;
  color: #1a1a1a;
  line-height: 1.4;
  text-align: justify;
  font-size: 24px;
  padding-left: 20px;
  padding-top: 15px;
}
.bk-tssj .tansuo-wrap li:nth-child(even) {
  margin-left: 68px;
}
.bk-tssj .tansuo-wrap li .detail {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 16px;
  color: #c94335;
}
.bk-tssj .tansuo-wrap li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #d80c14;
}

.bk-zj {
  margin-bottom: 25px;
  height: 582px;
  background: url(../images/bg-zj.png) left top no-repeat;
  background-size: 100% 100%;
}
.bk-zj .zj-wrap {
  overflow: hidden;
  padding-top: 90px;
}
.bk-zj .zj-wrap ul {
  margin-left: 100px;
}
.bk-zj .zj-wrap li {
  position: relative;
  float: left;
  width: 475px;
  height: 130px;
  padding: 20px 0;
  border-bottom: 1px solid #dac69a;
  color: #1a1a1a;
  line-height: 1.4;
  text-align: justify;
  font-size: 24px;
  padding-left: 20px;
  padding-top: 15px;
}
.bk-zj .zj-wrap li:nth-child(even) {
  margin-left: 45px;
}
.bk-zj .zj-wrap li .detail {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 16px;
  color: #c94335;
}
.bk-zj .zj-wrap li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #d80c14;
}

.bk-xxdt {
  margin-bottom: 25px;
}
.bk-xxdt .dongtai-wrap {
  overflow: hidden;
}
.bk-xxdt .dongtai-wrap ul {
  margin-left: 60px;
}
.bk-xxdt .dongtai-wrap li {
  position: relative;
  float: left;
  width: 502px;
  height: 150px;
  padding: 20px 0;
  color: #1a1a1a;
  line-height: 1.4;
  text-align: justify;
  font-size: 24px;
  padding-left: 20px;
  padding-top: 15px;
  margin-bottom: 30px;
  color: #a52221;
}
.bk-xxdt .dongtai-wrap li .right {
  margin-left: 60px;
}
.bk-xxdt .dongtai-wrap li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  min-height: 130px;
  background-color: #ebd3a8;
  text-align: center;
}
.bk-xxdt .dongtai-wrap li span i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.1;
}
.bk-xxdt .dongtai-wrap li:nth-child(even) {
  margin-left: 68px;
}
.bk-xxdt .dongtai-wrap li .detail {
  position: absolute;
  right: 0;
  bottom: 18px;
  font-size: 16px;
  color: #c94335;
}
.bk-xxdt .dongtai-wrap li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #d80c14;
}

.bk-xjjy {
  overflow: hidden;
  margin-bottom: 25px;
}
.bk-xjjy .left-list-wrap {
  float: left;
  width: 640px;
}
.bk-xjjy .left-list-wrap ul li {
  font-size: 30px;
  margin-bottom: 20px;
}
.bk-xjjy .left-list-wrap ul li h3 {
  line-height: 1.3;
}
.bk-xjjy .left-list-wrap ul li p {
  font-size: 20px;
  color: #4c4c4c;
}
.bk-xjjy .right-img-wrap {
  margin-left: 666px;
}

.content-mtjj {
  position: relative;
  height: 465px;
}
.content-mtjj .left-video-wrap {
  position: absolute;
  left: 0;
  top: 20px;
  float: left;
  width: 739px;
  height: 415px;
}
.content-mtjj .left-video-wrap .btn-play-mtjj {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.content-mtjj .shadow {
  position: absolute;
  left: 739px;
  top: -5px;
}
.content-mtjj .right-video-wrap {
  position: absolute;
  right: 2px;
  top: -5px;
  width: 422px;
  height: 464px;
  background-color: #a4271d;
  color: #fff;
}
.content-mtjj .right-video-wrap .video-title-wrap {
  position: relative;
  width: 390px;
  margin: 0 auto;
  margin-bottom: 12px;
  margin-top: 15px;
}
.content-mtjj .right-video-wrap .video-title-wrap img {
  vertical-align: middle;
}
.content-mtjj .right-video-wrap .video-title-wrap .text {
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  font-size: 26px;
  line-height: 1.2;
  text-align: justify;
  font-weight: bold;
}
.content-mtjj .right-video-wrap ul {
  width: 390px;
  margin: 0 auto;
}
.content-mtjj .right-video-wrap ul li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
}
.content-mtjj .right-video-wrap ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
}

.bk-daibiaofangtan {
  margin-bottom: 25px;
}
.bk-daibiaofangtan .arrow-wrap {
  padding-left: 30px;
}
.bk-daibiaofangtan .arrow-wrap img {
  cursor: pointer;
}
.bk-daibiaofangtan .arrow-left-daibiao {
  margin-right: 20px;
}
.bk-daibiaofangtan .g-tit {
  margin-bottom: 80px;
}
.bk-daibiaofangtan .daibiao-wrap {
  background-color: #a52221;
  padding-bottom: 20px;
}
.bk-daibiaofangtan .btn-playvideo-daibiao {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.bk-daibiaofangtan .text-wrap {
  position: relative;
  width: 434px;
  height: 410px;
  background: url(../images/bg-daibiao-left.jpg) left top no-repeat;
  padding: 80px 25px 0;
}
.bk-daibiaofangtan .text-wrap .sanjiao {
  position: absolute;
  right: -10px;
  top: 3px;
  z-index: 1;
}
.bk-daibiaofangtan .text-wrap h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.bk-daibiaofangtan .text-wrap p {
  font-size: 18px;
  line-height: 2;
  text-indent: 2em;
  color: #4c4c4c;
  text-align: justify;
}
.bk-daibiaofangtan .content-inner {
  position: relative;
  width: 1132px;
  height: 412px;
  margin: 0 auto;
  top: -38px;
}
.bk-daibiaofangtan .swiper-daibiao {
  position: absolute;
  right: 2px;
  top: 19px;
  width: 697px;
  height: 393px;
  z-index: 3;
}

.bk-zyls2 {
  margin-bottom: 25px;
}
.bk-zyls2 .list-ls2 {
  position: relative;
  width: 1200px;
  height: 680px;
  overflow: hidden;
  font-size: 0;
  text-align: left;
}
.bk-zyls2 li {
  position: relative;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
}
.bk-zyls2 li p {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 200px;
  height: 100%;
  text-align: center;
  background-color: #a52221;
  color: #fff;
  border-right: 4px solid #fff;
}
.bk-zyls2 li p span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 36px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
}
.bk-zyls2 li.active .img-bg {
  border-right: 4px solid #fff;
  width: 399px;
  overflow: hidden;
}
.bk-zyls2 li .img-bg {
  display: inline-block;
  width: 0;
  border: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-size: auto 100%;
  background-position: center;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.bk-zyls2 li .img-bg img {
  width: 100%;
}