@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';
  font-size: 12px;
}

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

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

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

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

.opacity0 {
  opacity: 0 !important;
}

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

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

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

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

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

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

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

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

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

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

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

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.test-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

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

body {
  max-height: 100%;
}

.test-logo {
  position: absolute;
  left: 554px;
  top: 40px;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: url(../images/logo.png) center/contain no-repeat;
}

.main {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/bg-pc.jpg) top center/1920px auto no-repeat;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}

.top {
  height: 824px;
}

.toutiao {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.toutiao a {
  color: #fff;
}

.toutiao img {
  width: 100%;
  height: auto;
}

.bk-chanye {
/*  background: url(../images/bg-shizhang.jpg) center top/1920px auto no-repeat;*/
}

div.container1200 {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.default-video-box {
  opacity: 0;
  visibility: inherit;
}

.video-wrap {
  position: relative;
  width: 1200px;
  height: 755px;
  padding-top: 40px;
  overflow: hidden;
}

.video-wrap .video-cover {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 10px;
  width: 1180px;
  height: auto;
}

.video-wrap .video-mask {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -35px;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.video-wrap .video1 {
  display: block;
  width: 1100px;
  height: 620px;
  margin: 0 auto;
}

.play1 {
  position: absolute;
  left: 4%;
  bottom: 130px;
  cursor: pointer;
}

.container2 {
  height: 105vw;
}

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

.ctitle {
  text-align: center;
  padding-top: 50px;
}

.bk {
  padding-top: 20px;
}

.swiper-container {
  height: 100%;
}

body {
  overflow-x: hidden;
}

.swiper1-wrap {
  position: relative;
  font-size: 0;
  height: 450px;
}

.swiper1-wrap:after {
  position: absolute;
  left: 600px;
  top: 85%;
  width: 813px;
  height: 91px;
  background: url(../images/bg-rect1.png) left top/contain no-repeat;
  content: "";
}

.swiper1-wrap .img-left {
  width: 100%;
  border: 10px solid #4c5bb7;
}

.swiper1-wrap .left-wrap {
  border: 10px solid #a0553b;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.swiper1-wrap .img-inner {
  -webkit-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

.swiper1-wrap .img-inner:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.swiper1-wrap .right-wrap {
  width: 450px;
  height: 450px;
  display: inline-block;
  vertical-align: middle;
  border: 10px solid #ffe9b3;
  padding: 20px;
  overflow: hidden;
}

.swiper1-wrap .right-wrap h3 {
  position: relative;
  font-size: 23px;
  color: #fff;
  line-height: 1.5;
  min-height: 78px;
  text-indent: 0;
  text-align: justify;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.swiper1-wrap .right-wrap h3:after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 173px;
  height: 10px;
  background: url(../images/icon-line.png) center/contain no-repeat;
  content: "";
}

.swiper1-wrap .right-wrap p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  text-indent: 2em;
  text-align: justify;
}

.swiper1-wrap .right-wrap p.detail {
  text-align: right;
  color: #ffe9b3;
  padding-top: 10px;
}

.swiper1-wrap .right-wrap p.detail img,
.swiper1-wrap .right-wrap p.detail span {
  vertical-align: middle;
}

.swiper1-wrap .arrow1 {
  position: absolute;
  left: -50px;
  top: 45%;
  cursor: pointer;
  -webkit-transform: translate(0, -2%);
  -ms-transform: translate(0, -2%);
  transform: translate(0, -2%);
}

.swiper1-wrap .arrow1.arrow1-right {
  right: -50px;
  left: auto;
}

.bk-zzyj {
  padding-bottom: 50px;
}

.swiper2-wrap {
  position: relative;
  font-size: 0;
  height: 695px;
  width: 100%;
  font-size: 0;
}

.swiper2-wrap .split-item {
  position: relative;
  display: inline-block;
  width: 588px;
  height: 690px;
  vertical-align: middle;
  margin-right: 15px;
}

.swiper2-wrap .split-item:last-child {
  margin-right: 0;
}

.swiper2-wrap .split-item:last-child .top-wrap {
  top: 0;
}

.swiper2-wrap .split-item:last-child .bottom-wrap {
  top: 356px;
}

.swiper2-wrap .img-left {
  width: 100%;
}

.swiper2-wrap .top-wrap {
  position: absolute;
  left: 0;
  top: 356px;
  width: 588px;
  height: 335px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.swiper2-wrap .top-wrap:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper2-wrap .top-wrap img {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-box-shadow: 7px 10px 18px 0px rgba(16, 10, 101, 0.39);
  box-shadow: 7px 10px 18px 0px rgba(16, 10, 101, 0.39);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.swiper2-wrap .bottom-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 588px;
  height: 335px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 36px;
  border: 2px solid #ffe9b3;
}

.swiper2-wrap .bottom-wrap h3 {
  position: relative;
  font-size: 23px;
  color: #fff;
  line-height: 1.5;
  min-height: 78px;
  text-indent: 0;
  text-align: justify;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.swiper2-wrap .bottom-wrap h3:after {
  position: absolute;
  right: 0;
  top: 70%;
  width: 160px;
  height: 27px;
  background: url(../images/bg-title2.png) center/contain no-repeat;
  content: "";
}

.swiper2-wrap .bottom-wrap p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  text-indent: 2em;
  text-align: justify;
}

.swiper2-wrap .bottom-wrap p.detail {
  text-align: right;
  color: #ffe9b3;
  padding-top: 10px;
}

.swiper2-wrap .bottom-wrap p.detail img,
.swiper2-wrap .bottom-wrap p.detail span {
  vertical-align: middle;
}

.swiper2-wrap .arrow1 {
  position: absolute;
  left: -50px;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translate(0, -2%);
  -ms-transform: translate(0, -2%);
  transform: translate(0, -2%);
}

.swiper2-wrap .arrow1.arrow1-right {
  right: -50px;
  left: auto;
}

.swiper2-wrap .arrow2-wrap {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
}

.swiper2-wrap .arrow2-wrap img:first-child {
  margin-right: 30px;
}

.swiper3-wrap {
  position: relative;
  font-size: 0;
  height: 780px;
}

.swiper3-wrap:after {
  position: absolute;
  left: 600px;
  top: 85%;
  width: 813px;
  height: 91px;
}

.swiper3-wrap .swiper-slide .img-outer {
  -webkit-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
}

.swiper3-wrap .swiper-slide.swiper-slide-active .img-outer {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper3-wrap .img-left {
  width: 100%;
}

.swiper3-wrap .img-outer {
  position: relative;
}

.swiper3-wrap .img-outer .btn-play3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper3-wrap .img-outer p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 95.2%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(30, 33, 135, 0.6);
}

.swiper3-wrap .arrow2 {
  position: absolute;
  left: -50px;
  top: 40%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.swiper3-wrap .arrow2.arrow2-right {
  right: -50px;
  left: auto;
}

.img-outer {
  -webkit-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

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

.bk-qiehuan {
  position: relative;
  height: 695px;
  padding-top: 150px;
}

.bk-qiehuan .right-avtars {
  position: absolute;
  left: 848px;
  top: 150px;
  z-index: 2;
  overflow-y: auto;
}

.bk-qiehuan .right-avtars li {
  float: left;
  margin-bottom: 20px;
  font-size: 0;
  border: 2px solid transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.bk-qiehuan .right-avtars li img {
  width: 110px;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bk-qiehuan .right-avtars li:nth-child(even) {
  margin-left: 30px;
}

.bk-qiehuan .right-avtars li.active {
  border: 2px solid #9653f1;
  -webkit-box-shadow: 7px 10px 18px 0px rgba(16, 10, 101, 0.39);
  box-shadow: 7px 10px 18px 0px rgba(16, 10, 101, 0.39);
}

.bk-qiehuan .right-avtars li:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.bk-qiehuan .user-list-wrap {
  position: relative;
  z-index: 2;
}

.bk-qiehuan .user-list-wrap {
  position: relative;
  width: 800px;
  height: 530px;
  overflow: hidden;
}

.bk-qiehuan .photo {
  float: left;
}

.bk-qiehuan .right-userinfo {
  position: relative;
  margin-left: 370px;
  padding-left: 30px;
}

.bk-qiehuan .right-userinfo:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 140px;
  background: url(../images/bg-userline.png) left top/contain no-repeat;
  content: "";
}

.bk-qiehuan .right-userinfo h3 {
  font-size: 35px;
  font-weight: bold;
}

.bk-qiehuan .right-userinfo .user-title {
  font-size: 23px;
  height: 82px;
  margin-bottom: 40px;
}

.bk-qiehuan .right-userinfo .theme {
  position: relative;
  color: #27d883;
  margin-bottom: 50px;
}

.bk-qiehuan .right-userinfo .theme:after {
  position: absolute;
  left: 0;
  top: 130%;
  width: 117px;
  height: 4px;
  background-color: #27d883;
  content: "";
}

.bk-qiehuan .right-userinfo .theme a {
  color: #27d883;
}

.bk-qiehuan .right-userinfo .desc {
  text-indent: 2em;
  font-size: 16px;
}

.bk-qiehuan .list-user {
  height: 100%;
}

.bk-qiehuan .list-user li {
  display: none;
  overflow: hidden;
}

.bk-qiehuan .list-user li:first-child {
  display: block;
}

.bk-qiehuan:after {
  position: absolute;
  left: 0;
  top: 50px;
  width: 1521px;
  height: 721px;
  background: url(../images/bg-rect2.png) left top/contain no-repeat;
  content: "";
}

.swiper4-wrap {
  position: relative;
  background-color: #d14334;
  padding: 20px;
  overflow: hidden;
  font-size: 0;
}

.swiper4-wrap .left-img {
  float: left;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 560px;
  height: 390px;
  overflow: hidden;
}

.swiper4-wrap .left-img img {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.swiper4-wrap .left-img:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.swiper4-wrap .right-desc {
  margin-left: 600px;
}

.swiper4-wrap .right-desc h4 {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.swiper4-wrap p {
  text-indent: 2em;
  font-size: 16px;
  margin-bottom: 12px;
}

.bk-zuotan .content5-wrap {
  position: relative;
}

.bk-zuotan .content5-wrap .left-wrap {
  float: left;
}

.bk-zuotan .content5-wrap .left-wrap .zhuti {
  font-size: 30px;
  padding-left: 60px;
  height: 84px;
  padding-top: 10px;
  margin-bottom: 28px;
  background: url(../images/bg-zhuti1.png) left top/auto 100% no-repeat;
}

.bk-zuotan .content5-wrap .img-box {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 682px;
  height: 400px;
  line-height: 0;
  font-size: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.bk-zuotan .content5-wrap .img-box p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 20px;
	color:#fff;
  text-align: center;
  background-color: rgba(10, 11, 83, 0.6);
}

.bk-zuotan .content5-wrap .right-wrap {
  position: relative;
  margin-left: 718px;
  padding-top: 130px;
}

.bk-zuotan .content5-wrap .right-wrap .content-wrap {
  position: relative;
  z-index: 2;
}

.bk-zuotan .content5-wrap .right-wrap:after {
  position: absolute;
  left: -30px;
  top: 100px;
  width: 872px;
  height: 449px;
  background: url(../images/bg-rect5.png) left top/auto 100% no-repeat;
  content: "";
}
.bk-zuotan .wrap1 .right-wrap:after {
  position: absolute;
  right: -30px;
  left:auto;
  top: 0px;
  width: 872px;
  height: 449px;
  background: url(../images/bg-rect51.png) left top/auto 100% no-repeat;
  content: "";
}
.bk-zuotan .wrap1 .left-wrap {
  position: absolute;
  top:142px;
  right:0px;
}
.mobile .bk-zuotan .wrap1 .left-wrap{
	 position: static;
}
.bk-zuotan .content5-wrap .right-wrap .desc {
  position: relative;
  padding-bottom: 30px;
}

.bk-zuotan .content5-wrap .right-wrap .desc:after {
  position: absolute;
  right: -30px;
  top: 90%;
  width: 187px;
  height: 44px;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  background: url(../images/bg-zhuangshi5.png) left top/contain no-repeat;
  content: "";
	display:none;
}
.bk-zuotan .wrap1 .right-wrap .desc:after {
  position: absolute;
  left: -30px;
  righty:auto;
  top: 90%;
	display: none;
  width: 187px;
  height: 44px;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  background: url(../images/bg-zhuangshi5.png) left top/contain no-repeat;
  content: "";
}

.bk-zuotan .swiper5-wrap {
  position: relative;
  padding-left: 30px;
  height: 228px;
  overflow: hidden;
}

.bk-zuotan .swiper5-wrap .swiper-slide {
  width: 120px;
}

.bk-zuotan .swiper5-wrap .swiper-slide .desc {
  width: 120px;
  text-align: center;
}

.bk-zuotan .swiper5-wrap .swiper-slide .desc p {
  font-size: 14px;
  white-space: nowrap;
}

.bk-zuotan .swiper5-wrap .swiper-slide .desc p.name {
  font-size: 20px;
}

.bk-zuotan .swiper5-wrap .arrow5 {
  position: absolute;
  left: 0px;
  top: 28%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.bk-zuotan .swiper5-wrap .arrow5.arrow5-right {
  left: auto;
  right: 0;
}
.bk-zuotan .swiper5-wrap1 {
  position: relative;
  padding-left: 30px;
  height: 228px;
  overflow: hidden;
}

.bk-zuotan .swiper5-wrap1 .swiper-slide {
  width: 120px;
}

.bk-zuotan .swiper5-wrap1 .swiper-slide .desc {
  width: 120px;
  text-align: center;
}

.bk-zuotan .swiper5-wrap1 .swiper-slide .desc p {
  font-size: 14px;
  white-space: nowrap;
}

.bk-zuotan .swiper5-wrap1 .swiper-slide .desc p.name {
  font-size: 20px;
}

.bk-zuotan .swiper5-wrap1 .arrow5 {
  position: absolute;
  left: 0px;
  top: 28%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.bk-zuotan .swiper5-wrap1 .arrow5.arrow5-right {
  left: auto;
  right: 0;
}
.bk-zuotan .swiper5-wrap2 {
  position: relative;
  padding-left: 30px;
  height: 228px;
  overflow: hidden;
}

.bk-zuotan .swiper5-wrap2 .swiper-slide {
  width: 120px;
}

.bk-zuotan .swiper5-wrap2 .swiper-slide .desc {
  width: 120px;
  text-align: center;
}

.bk-zuotan .swiper5-wrap2 .swiper-slide .desc p {
  font-size: 14px;
  white-space: nowrap;
}

.bk-zuotan .swiper5-wrap2 .swiper-slide .desc p.name {
  font-size: 20px;
}

.bk-zuotan .swiper5-wrap2 .arrow5 {
  position: absolute;
  left: 0px;
  top: 28%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.bk-zuotan .swiper5-wrap2 .arrow5.arrow5-right {
  left: auto;
  right: 0;
}

.bk-rmzy .content5-wrap {
  position: relative;
}

.bk-rmzy .content5-wrap .right-wrap {
  margin-left: 510px;
  height: 434px;
}

.bk-rmzy .content5-wrap .img-box {
  position: relative;
  height: auto;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.bk-rmzy .content5-wrap .img-box p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 20px;
  text-align: center;
  background-color: rgba(10, 11, 83, 0.6);
}

.bk-rmzy .content5-wrap .left-wrap {
  float: left;
  position: relative;
  width: 498px;
  height: 431px;
  padding: 24px;
}

.bk-rmzy .content5-wrap .left-wrap .content-wrap {
  position: relative;
  z-index: 2;
}

.bk-rmzy .content5-wrap .left-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-rect6.png) left top/auto 100% no-repeat;
  content: "";
}

.bk-rmzy .content5-wrap .left-wrap .desc {
  position: relative;
  padding-bottom: 30px;
}

.bk-rmzy .swiper6-wrap {
  position: relative;
  padding-left: 30px;
  height: 228px;
}

.bk-rmzy .swiper6-wrap .swiper-slide {
  width: 120px;
}

.bk-rmzy .swiper6-wrap .swiper-slide .desc {
  width: 120px;
  text-align: center;
}

.bk-rmzy .swiper6-wrap .swiper-slide .desc p {
  font-size: 14px;
  white-space: nowrap;
}

.bk-rmzy .swiper6-wrap .swiper-slide .desc p.name {
  font-size: 20px;
}

.bk-rmzy .swiper6-wrap .arrow5 {
  position: absolute;
  left: 0px;
  top: 31%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.bk-rmzy .swiper6-wrap .arrow5.arrow5-right {
  left: auto;
  right: -10px;
}

.swiper7-wrap {
  position: relative;
}

.swiper7-wrap .swiper-slide {
  width: 56vw;
  height: 28vw;
}

.swiper7-wrap .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper7-wrap .desc {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  background-color: rgba(30, 33, 136, 0.5);
  color: #fff;
  text-align: center;
}

.swiper7-wrap .arrow5 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -430px;
  z-index: 2;
  cursor: pointer;
}

.swiper7-wrap .arrow5.arrow5-right {
  left: auto;
  right: 50%;
  margin-right: -480px;
}

.bk-footer {
  background-color: #76110c;
  opacity: 0.9;
  padding: 40px 0;
  text-align: center;
  margin-top: 50px;
}

.bk-damoxing .ctitle {
  padding-top: 0;
}

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

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

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

.mobile .top {
  height: 65vw;
}

.mobile .video-wrap {
  width: 100%;
  height: 65vw;
}

.mobile .video-wrap .video-cover {
  top: 10px;
  width: 96%;
  height: auto;
}

.mobile .play1 {
  bottom: 19%;
}

.mobile .video-wrap .video1 {
  display: block;
  width: 87%;
  height: auto;
  margin: 0 auto;
}

.mobile .video-wrap .video-mask {
  top: -2%;
}

.mobile .toutiao {
  font-size: 40px;
  padding: 0 20px;
}

.mobile .bk-zzyj {
  margin-bottom: 10vw;
}

.mobile .swiper1-wrap {
  height: 184vw;
}

.mobile .swiper1-wrap .left-wrap {
  display: block;
  margin-right: 0;
}

.mobile .swiper1-wrap .right-wrap {
  width: 100%;
  height: 113vw;
  display: block;
  border: 10px solid #ffe9b3;
  padding: 20px;
  overflow: hidden;
}

.mobile .swiper1-wrap .right-wrap h3 {
  position: relative;
  font-size: 36px;
}

.mobile .swiper1-wrap .right-wrap p {
  font-size: 28px;
  color: #fff;
}

.mobile .swiper1-wrap .arrow1 {
  position: absolute;
  left: 190px;
  top: 95%;
  width: 20px;
  z-index: 2;
}

.mobile .swiper1-wrap .arrow1.arrow1-right {
  right: 195px;
  left: auto;
}

.mobile .swiper2-wrap {
  height: 314vw;
}

.mobile .swiper2-wrap .split-item {
  display: block;
  width: auto;
  margin-right: 0;
}

.mobile .swiper2-wrap .top-wrap {
  position: absolute;
  left: 1vw;
  top: 100vw;
  width: 98vw;
  height: 335px;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.mobile .swiper2-wrap .top-wrap {
  display: block;
  width: 100%;
}

.mobile .swiper2-wrap .top-wrap img {
  width: 98%;
}

.mobile .swiper2-wrap .bottom-wrap {
  width: 98vw;
  height: 100vw;
  left: 1vw;
}

.mobile .swiper2-wrap .bottom-wrap h3 {
  position: relative;
  font-size: 33px;
  color: #fff;
  line-height: 1.5;
  min-height: 79px;
  text-indent: 0;
  text-align: justify;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.mobile .swiper2-wrap .split-item:last-child .top-wrap {
  top: 52vw;
}

.mobile .swiper2-wrap .split-item:last-child .bottom-wrap {
  top: 104vw;
}

.mobile .swiper2-wrap .bottom-wrap p {
  font-size: 28px;
  color: #fff;
}

.mobile .bk-qiehuan {
  background-color: #2130c2;
  height: 149vw;
  padding-top: 20vw;
}

.mobile .bk-qiehuan .right-userinfo .theme {
  position: relative;
  color: #27d883;
  margin-bottom: 50px;
  font-size: 26px;
}

.mobile .bk-qiehuan .right-userinfo .desc {
  text-indent: 2em;
  font-size: 28px;
}

.mobile .bk-qiehuan:after {
  display: none;
}

.mobile .bk-qiehuan .photo {
  float: left;
  width: 22vw;
  height: auto;
  margin-left: 1vw;
}

.mobile .bk-qiehuan .right-userinfo {
  position: relative;
  margin-left: 24vw;
  padding-left: 30px;
}

.mobile .bk-qiehuan .right-avtars li.active {
  border: 2px solid #ff0;
}

.mobile .bk-qiehuan .user-list-wrap {
  position: relative;
  width: 98vw;
  height: 200vw;
  overflow: hidden;
}

.mobile .bk-qiehuan .right-avtars {
  position: absolute;
  left: 2vw;
  top: 1vw;
  z-index: 2;
  overflow-y: auto;
}

.mobile .bk-qiehuan .right-avtars li img {
  width: 10vw;
  height: auto;
}

.mobile .bk-qiehuan .right-avtars li {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  width: 10vw;
  margin-right: 1vw;
  vertical-align: middle;
  font-size: 0;
  border: 2px solid transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.mobile .bk-qiehuan .right-avtars li:nth-child(even) {
  margin-left: 1vw;
}

.mobile .bk-chanye .left-wrap {
  width: 100%;
}

.mobile .bk-chanye .left-wrap .left-img {
  width: 100%;
  height: auto;
}

.mobile .bk-chanye .swiper3-wrap {
  position: relative;
  font-size: 0;
  width: 82vw;
  margin: 0 auto;
  height: 136vw;
}

.mobile .bk-chanye .swiper3-wrap .arrow2 {
  top: 48%;
}

.mobile .bk-chanye .swiper3-wrap .img-outer p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background-color: rgba(30, 33, 135, 0.6);
}

.mobile .swiper4-wrap .left-img {
  float: none;
  width: 93vw;
  margin: 0 auto;
}

.mobile .swiper4-wrap .left-img img {
  width: 100%;
  height: auto;
}

.mobile .swiper4-wrap .right-desc {
  margin-left: 0;
  margin-top: 4vw;
}

.mobile .swiper4-wrap .right-desc h4 {
  font-size: 39px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.mobile .bk-zuotan .content5-wrap .left-wrap {
  float: none;
}

.mobile .bk-zuotan .content5-wrap .img-box {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 94vw;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.mobile .bk-zuotan .content5-wrap .img-box img{
	width:100%;
	height: auto;
}
.mobile .bk-zuotan .content5-wrap .left-wrap .zhuti{
	font-size:24px;
	line-height: 54px;
}
.mobile .bk-zuotan .wrap1 .zhuti{
	font-size:24px;
	line-height: 54px;
}

.mobile .bk-zuotan .right-wrap {
  background-color: #da533d;
}

.mobile .bk-zuotan .content5-wrap .right-wrap {
  position: relative;
  margin-left: 0;
  padding-top: 5vw;
  width: 94vw;
  margin: 0 auto;
  padding: 2vw;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.mobile .bk-zuotan .wrap1 .right-wrap {
  position: relative;
	float:none;
  margin-left: 0;
  padding-top: 5vw;
  width: 94vw;
  margin: 0 auto;
  padding: 2vw;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.mobile .bk-zuotan .wrap1 .left-wrap {
  margin:30px auto;
}
.mobile .bk-zuotan .wrap1 .zhuti {
  margin:20px auto;
}
#newSwiper{
	width:1200px;
	overflow: hidden;
	margin:0 auto;
}
.mobile #newSwiper{
	width:100%;
}
.mobile .bk-zuotan .content5-wrap .right-wrap:after {
  position: absolute;
  left: -30px;
  top: 100px;
  width: 872px;
  height: 449px;
  background: url(../images/bg-rect5.png) left top/auto 100% no-repeat;
  content: "";
  display: none;
}

.mobile .bk-zuotan .swiper5-wrap {
/*  height: 67vw;*/
  padding-left: 40px;
}

.mobile .bk-zuotan .swiper5-wrap .swiper-slide .desc p {
/*  font-size: 22px;*/
  white-space: normal;
}

.mobile .bk-zuotan .swiper5-wrap .arrow5 {
  position: absolute;
  top: 15%;
}

.mobile .bk-rmzy .content5-wrap .left-wrap {
  float: none;
  position: relative;
  width: 94vw;
  margin: 0 auto;
  height: 133vw;
  padding: 24px;
  background-color: #3b70f6;
}

.mobile .bk-rmzy .content5-wrap .left-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-rect6.png) left top/auto 100% no-repeat;
  content: "";
  display: none;
}

.mobile .bk-rmzy .swiper6-wrap {
  position: relative;
  padding-left: 48px;
  height: 63vw;
}

.mobile .bk-rmzy .swiper6-wrap .swiper-slide .desc p {
  font-size: 24px;
  white-space: normal;
}

.mobile .bk-rmzy .content5-wrap .right-wrap {
  margin-left: 0;
  height: 60vw;
  width: 94vw;
  margin: 0 auto;
  margin-top: 10px;
}

.mobile .bk-footer {
  background-color: #76110c;
  opacity: 0.9;
  padding: 40px 0;
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
}

.mobile .swiper7-wrap .swiper-slide {
  height: auto;
}

.mobile .swiper7-wrap {
  height: 63vw;
}

.mobile .swiper7-wrap .swiper-slide img {
  width: 100vw;
  height: auto;
}

.mobile .swiper7-wrap .desc {
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 100%;
  height: 80px;
  line-height: 880px;
  font-size: 22px;
  background:none;
  color: #fff;
  text-align: center;
}
