@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: 0.16rem;
}

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);
  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: 13.333333rem;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 0.16rem !important;
}

.g-font14 {
  font-size: 0.186667rem !important;
}

.g-font16 {
  font-size: 0.213333rem !important;
}

.g-font18 {
  font-size: 0.24rem !important;
}

.g-font20 {
  font-size: 0.266667rem !important;
}

.g-font22 {
  font-size: 0.293333rem !important;
}

.g-font24 {
  font-size: 0.32rem !important;
}

.g-font28 {
  font-size: 0.373333rem !important;
}

.g-font30 {
  font-size: 0.4rem !important;
}

.g-font32 {
  font-size: 0.426667rem !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 0.48rem !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 0.533333rem !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 0.64rem !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 0.066667rem;
}

.g-mb-10 {
  margin-bottom: 0.133333rem;
}

.g-mb-15 {
  margin-bottom: 0.2rem;
}

.g-mb-20 {
  margin-bottom: 0.266667rem;
}

.g-mb-25 {
  margin-bottom: 0.333333rem;
}

.g-mb-30 {
  margin-bottom: 0.4rem;
}

.g-mb-40 {
  margin-bottom: 0.533333rem;
}

.g-mb-50 {
  margin-bottom: 0.666667rem;
}

.g-mb-60 {
  margin-bottom: 0.8rem;
}

.g-mb-80 {
  margin-bottom: 1.066667rem;
}

.g-mr-5 {
  margin-right: 0.066667rem;
}

.g-mr-10 {
  margin-right: 0.133333rem;
}

.g-mr-15 {
  margin-right: 0.2rem;
}

.g-mr-20 {
  margin-right: 0.266667rem;
}

.g-mr-25 {
  margin-right: 0.333333rem;
}

.g-mr-30 {
  margin-right: 0.4rem;
}

.g-mr-40 {
  margin-right: 0.533333rem;
}

.g-mr-50 {
  margin-right: 0.666667rem;
}

.g-mr-60 {
  margin-right: 0.8rem;
}

.g-mr-80 {
  margin-right: 1.066667rem;
}

.g-ml-5 {
  margin-left: 0.066667rem;
}

.g-ml-10 {
  margin-left: 0.133333rem;
}

.g-ml-15 {
  margin-left: 0.2rem;
}

.g-ml-20 {
  margin-left: 0.266667rem;
}

.g-ml-25 {
  margin-left: 0.333333rem;
}

.g-ml-30 {
  margin-left: 0.4rem;
}

.g-ml-40 {
  margin-left: 0.533333rem;
}

.g-ml-50 {
  margin-left: 0.666667rem;
}

.g-ml-60 {
  margin-left: 0.8rem;
}

.g-ml-80 {
  margin-left: 1.066667rem;
}

.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: 0.08rem;
}

.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, -0.346667rem, 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(0.266667rem, -0.266667rem, 0);
  }
}

.g-w1000 {
  width: 13.333333rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.g-w1200 {
  width: 16rem;
  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;
}

html {
  overflow-x: hidden;
}

.mobile * {
  max-width: 100%;
}

.bk {
  position: relative;
}

.bk1 {
  width: 14.933333rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.bk12 {
  width: 16rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.ymain {
  background: url(../images/bg-mobile.png) center top no-repeat #fff;
  background-size: 100% auto;
}

.height-banner {
  height: 5.066667rem;
}

.img-cover {
  cursor: pointer;
}

.bk-video {
  width: 9.333333rem;
  margin-bottom: 0;
  font-size: 0;
}

.bk-video .img-cover {
  width: 100%;
  height: auto;
}

.bk-video video {
  display: none;
  width: 100%;
  height: auto;
}

.bk-video .btn-play {
  width: 1.333333rem;
}

.bg-toutiao {
  width: 9.333333rem;
  margin: 0 auto;
  background-color: rgb(229, 236, 255);
  padding: 0.4rem;
  padding-top: 0.666667rem;
  padding-bottom: 0.133333rem;
}

.bk-big-title {
  color: #3e559e;
  margin-bottom: 0.133333rem;
}

.bk-big-title h1 {
  font: bold 0.613333rem/0.626667rem "Microsoft YaHei";
  margin-bottom: 0.266667rem;
}

.bk-big-title h1 a {
  display: block;
  text-align: left;
  margin-bottom: 0.133333rem;
}

.bk-big-title h1 .sub-title {
  font-size: 0.506667rem;
}

.bk-bza {
  font-size: 0.373333rem;
  color: #3e559e;
  text-align: justify;
  line-height: 0.426667rem;
  line-height: 1.5;
  margin-bottom: 0.533333rem;
}

.bk-bza .yw-wrap {
  padding-top: 0.133333rem;
}

.bk-jiabin {
  position: relative;
  background: url(../images/bg-zhujiangjiabin2.png) center top no-repeat;
  background-size: auto 6.586667rem;
  height: 10.933333rem;
  margin-top: 0.266667rem;
}

.bk-jiabin .lmt-zhujiangjiabin {
  position: absolute;
  left: 0.4rem;
  top: -0.8rem;
  width: 4.333333rem;
  height: 1.026667rem;
  background: url(../images/icon-zhujiangjiabin2.png) left top no-repeat;
  background-size: contain;
  margin-bottom: 0.4rem;
}

.bk-jiabin .img-jiabin {
  position: absolute;
  left: 0.933333rem;
  top: 0;
  z-index: 2;
  float: left;
  width: 8rem;
  height: auto;
  transform: translate(0, -1.84rem);
}

.bk-jiabin .right-text-bg {
  position: relative;
  width: 100%;
  height: 5.333333rem;
  background: linear-gradient(180deg, #4a74f3 0%, #6c94fe 100%);
  background-size: 100%;
  padding-top: 0.026667rem;
  padding-left: 0;
  transform: translate(0, 7.2rem);
}

.bk-jiabin .right-text-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.2rem;
  width: 100%;
  height: 100%;
  background: url(../images/bg-rect2.png) left top no-repeat;
  background-size: 100%;
}

.bk-jiabin .right-text-bg .text-content {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 0.48rem;
  line-height: 2;
  color: #fff;
	height: 3.2rem;
	overflow-y: auto;
	font-size: 0.4rem;
        width: 90vw;
        margin: 0 auto;
}

.bk-jiabin .right-text-bg .text-content img {
  width: 100%;
  height: auto;
}

.bk-jiabin .right-text-bg .text-content p {
  margin-bottom: 0.4rem;
  text-shadow: 0 0.026667rem 0.053333rem rgba(0, 0, 0, 0.5);
  font-size: 0.42rem;
}

.bk-swiper1 {
  margin-bottom: 0;
  padding: 0.666667rem 0;
  background: linear-gradient(to bottom, #dae5fd, #b7d0ff);
}

.bk-swiper1 .bk1 {
  width: 12rem;
  max-width: 12rem;
  margin-right: 0;
  margin-left: 0.4rem;
}

.bk-swiper1 .img-swiper1 {
  width: 100%;
  height: auto;
  margin-bottom: 0.266667rem;
}

.bk-swiper1 .swiper-container {
  width: 100%;
}

.bk-swiper1 .swiper-slide p {
  text-align: center;
  overflow: hidden;
  font-size: 0.373333rem;
  height: 1.066667rem;
  line-height: 1.6;
  color: rgb(68, 71, 79);
}

.bk-paper {
  height: 9.333333rem;
  padding-top: 1.333333rem;
  background: linear-gradient(180deg, #ffffff 0%, #ffedd7 45.77%, #fffaf1 85.43%);
  text-align: center;
}

.bk-paper .lmt-qwbd {
  display: inline-block;
  position: static;
  left: 0;
  top: 6%;
  width: 4.333333rem;
  height: 1.026667rem;
  background: url(../images/icon-quanweibaodao2.png) left top no-repeat;
  background-size: contain;
  margin-bottom: 0.4rem;
}

.bk-paper .paper-wrap {
  position: relative;
  width: 11.466667rem;
  height: 4.96rem;
  margin: 0 auto;
  padding-top: 0.266667rem;
}

.bk-paper .paper-wrap:after {
  display: none;
  position: absolute;
  left: 0.733333rem;
  top: 0;
  width: 3.48rem;
  height: 4.96rem;
  background-color: #fff;
  content: "";
  box-shadow: 0.053333rem 0.04rem 0.053333rem rgba(0, 0, 0, 0.15);
}

.bk-paper .bg-paper-right {
  position: absolute;
  right: 0.266667rem;
  top: 0.533333rem;
  width: 5.853333rem;
  height: 4.12rem;
  background: url(../images/bg-paper2.png) left top no-repeat;
  background-size: contain;
  padding-top: 0.533333rem;
  padding-left: 0.266667rem;
}

.bk-paper .paper {
  position: relative;
  z-index: 2;
  display: block;
  width: 2.88rem;
  height: 4.12rem;
  margin-left: 0.533333rem;
  transform: translate(0, 0.266667rem);
  box-shadow: 0 0.026667rem 0.053333rem rgba(0, 0, 0, 0.5);
}

.bk-paper .bm {
  width: 5.2rem;
  font-size: 0.266667rem;
  line-height: 0.32rem;
  border-bottom: 0.013333rem solid transparent;
  padding-bottom: 0.266667rem;
  margin-bottom: 0.266667rem;
  color: rgb(69, 69, 69);
}

.bk-paper .paper-text {
  line-height: 0.546667rem;
  font-family: Microsoft YaHei;
  color: rgb(69, 69, 69);
  font-size: 0.373333rem;
  height: 1.6rem;
  letter-spacing: 0.020667rem;
  width: 90%;
  text-align: justify;
}

.bk-paper .chakanyuanwen {
  font-family: Microsoft YaHei;
  color: #7d7d7d;
  font-size: 0.293333rem;
}

.bk-gushi {
  padding: 0.8rem 0;
  padding-bottom: 0;
  text-align: center;
}

.bk-gushi .swiper-2-wrap {
  position: relative;
  width: 9.333333rem;
  margin: 0 auto;
}

.bk-gushi .swiper-wrapper {
  display: block;
}

.bk-gushi .img-swiper1 {
  width: 100%;
  height: auto;
}

.bk-gushi .swiper2 {
  height: auto;
}

.bk-gushi .swiper2 .swiper-slide {
  margin-bottom: 0.266667rem;
}

.bk-gushi .swiper2 .swiper-slide-active {
  opacity: 1;
}

.bk-gushi .lmt-anligushi {
  display: inline-block;
  position: static;
  left: 0;
  top: 6%;
  width: 4.333333rem;
  height: 1.026667rem;
  background: url(../images/icon-anligushi2.png) left top no-repeat;
  background-size: contain;
  margin-bottom: 0.4rem;
}

.bk-lbt {
  padding: 0.8rem;
  padding-top: 0.533333rem;
  overflow: hidden;
  padding-bottom: 0.133333rem;
}

.bk-lbt .bk1 {
  width: 10.666667rem;
  max-width: 10.666667rem;
  margin-left: -0.4rem;
}

.bk-lbt .img-poster {
  width: 100%;
  height: auto;
}

.bk-lbt .arrow3 {
  position: absolute;
  top: 50%;
  margin-top: -0.48rem;
  width: 0.24rem;
  height: 0.96rem;
  background: url(../images/arl.png) center no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}

.bk-lbt .arrow-left3 {
  display: none;
  left: 0.133333rem;
}

.bk-lbt .arrow-right3 {
  display: none;
  background-image: url(../images/arr.png);
  right: 0.133333rem;
}

.bk-lbt .swiper-pagination-bullets {
  display: none;
}

.bk-footer-wrap {
  text-align: center;
  padding: 0.666667rem 0;
  color: #fff;
  font-size: 0.186667rem;
  line-height: 0.346667rem;
}

.swiper-pagination-bullets {
  text-align: center;
  opacity: 1;
  padding-top: 0.133333rem;
}

.swiper-pagination-bullets.pagi2 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e6e6e6;
  border-radius: 0;
  margin-right: 0.066667rem;
  height: 0.026667rem;
  width: 0.266667rem;
  opacity: 1;
}

.swiper-pagination-bullets.pagi2 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullets.pagi2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4d88f7;
  opacity: 1;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e6e6e6;
  border-radius: 0;
  margin-right: 0.066667rem;
  height: 0.026667rem;
  width: 0.266667rem;
  opacity: 0.3;
}

.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.bottom-bk {
  margin-top: -0.013333rem;
  background: linear-gradient(180deg, #eff4ff 0%, #2f6ee5 100%);
}