@charset "utf-8";
@import 'talent-moblie.css';
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-pagination.pager {
  text-align: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2;
}

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

.swiper-pagination {
  position: absolute;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: none;
  justify-content: center;
  width: 200px;
  bottom: 8%;
  left: 50%;
  margin-left: -100px;
}

.pager .swiper-pagination-bullet {
  background: #e62413;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.slidePage {
  font-size: 1.8rem;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
}

.slidePage,
.slidePage .bn-img {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slidePage .bn-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.slidePage.on .bn-img {
  -webkit-animation: 10s ease 0s normal 1 scaleIna;
  animation: 10s ease 0s normal 1 scaleIna;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* .swiper-pagination.banner-nav {
    padding-left: 5px
} */

.swiper-container {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 9;
}

.swiper-container.on {
  -webkit-transform: translateX(-180px);
  transform: translateX(-180px);
  box-shadow: -2px 0 10px rgba(20, 123, 166, 0.8);
}

.mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s, visibility 0.5s;
  transition: all 0.5s, visibility 0.5s;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mask.active {
  visibility: visible;
  opacity: 1;
}

body.open .mask {
  -webkit-transform: translateX(-180px);
  transform: translateX(-180px);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: cover;
  transition: all 0.3s ease 0s;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-next.png);
  right: 0;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-prev.png);
  left: 0;
  right: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .slidePage,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.about .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: inherit;
}

.caifu .swiper-button-next,
.caifu .swiper-button-prev,
.caifu .swiper-container-rtl .swiper-button-next,
.caifu .swiper-container-rtl .swiper-button-prev {
  /*opacity: .2;*/
  transition: all 0.5s ease 0s;
}

.caifu .swiper-button-next,
.caifu .swiper-container-rtl .swiper-button-prev {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-next.png);
}

.caifu .swiper-button-prev,
.caifu .swiper-container-rtl .swiper-button-next {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-prev.png);
}

.caifu .swiper-button-next.swiper-button-disabled,
.caifu .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.page4-caifu .swiper-button-next,
.page4-caifu .swiper-button-prev,
.page4-caifu .swiper-container-rtl .swiper-button-next,
.page4-caifu .swiper-container-rtl .swiper-button-prev {
  /*opacity: .2;*/
  transition: all 0.5s ease 0s;
}

.page4-caifu .swiper-button-next,
.page4-caifu .swiper-container-rtl .swiper-button-prev {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-next.png);
}

.page4-caifu .swiper-button-prev,
.page4-caifu .swiper-container-rtl .swiper-button-next {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-prev.png);
}

.page4-caifu .swiper-button-next.swiper-button-disabled,
.page4-caifu .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.licheng .swiper-button-next,
.licheng .swiper-button-prev,
.licheng .swiper-container-rtl .swiper-button-next,
.licheng .swiper-container-rtl .swiper-button-prev {
  /*opacity: .2;*/
  transition: all 0.5s ease 0s;
}

.licheng .swiper-button-next,
.licheng .swiper-container-rtl .swiper-button-prev {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-next-a.png);
}

.licheng .swiper-button-prev,
.licheng .swiper-container-rtl .swiper-button-next {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-prev-a.png);
}

.licheng .swiper-button-next.swiper-button-disabled,
.licheng .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  min-height: 3pc;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header.hdshow {
  -webkit-transform: translateX(-180px);
  transform: translateX(-180px);
}

.header li {
  font-size: 18px;
  height: 3pc;
  line-height: 3pc;
  text-align: center;
  color: #e62413;
  display: none;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.header li.nav1 {
  background: none;
  box-shadow: 0 0 5px transparent;
}

.header li.active {
  display: block;
}

.header li span {
  display: none;
}

.header li img {
  width: 110px;
  height: auto;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.leftNav {
  width: 180px;
  height: 100%;
  position: fixed;
  right: 0;
  z-index: 8;
  background: #e62413;
  -webkit-transform: translateX(180px);
  transform: translateX(180px);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  padding-top: 0;
  overflow: hidden;
}

.leftNav.menu-open {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.leftNav li {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  text-align: center;
  font-size: 1pc;
  color: #ffffff;
  font-weight: 300;
  cursor: pointer;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.leftNav li.active {
  color: #fff;
  background: hsla(0, 0%, 100%, 0.2);
}

.leftNav li img {
  display: none;
}

.header.white .meun .bar {
  background-color: #fff;
}

.meun {
  top: 50%;
  margin-top: -17px;
  right: 9pt;
  -webkit-transition: 0s;
  transition: 0s;
  cursor: pointer;
  position: absolute;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0 5px;
}

.meun .bar {
  height: 1px;
  width: 25px;
  display: block;
  margin: 8px auto;
  position: relative;
  background-color: #e62413;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.meun.open {
  right: 10px;
}

.meun.open .bar:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.meun.open .bar:nth-of-type(2) {
  opacity: 0;
}

.meun.open .bar:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.bar:nth-of-type(1) {
  -webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.bar:nth-of-type(2) {
  -webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
  animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}

.bar:nth-of-type(3) {
  -webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.font-box {
  display: none;
  text-align: center;
  width: 100%;
  /* margin-top: 20%; */
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 2;
  transition: all 0.5s ease 0s;
}

.font-box .btn-one {
  width: 100%;
}

.font-box .btn-one img {
  margin: 0 auto;
  margin-top: 50px;
  display: block;
  width: auto;
  height: 35px;
}

.slidePage.on .font-box {
  display: block;
}

.fonts1 {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 9pt;
  font-weight: 300;
}

.fonts2 {
  font-size: 0;
  margin-bottom: 8px;
}

.fonts2 span {
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  text-align: left;
}

.fonts2 span img {
  width: auto;
  height: 110px;
}

.fonts2 span .slideOp2 {
  width: 317px;
  height: auto;
}

.slidePage .fonts2 span i {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #e62413;
  display: inline-block;
  position: relative;
  top: 0;
  margin-top: 10px;
}

/*.slidePage.on .fonts2 span i {*/
/*-webkit-animation: line 2s linear 1s 1;*/
/*animation: line 2s linear 1s 1;*/
/*-webkit-animation-fill-mode: forwards;*/
/*animation-fill-mode: forwards*/
/*}*/

/*.slidePage.on .fonts2.f2 span i {*/
/*-webkit-animation: line 2s linear 3.2s 1;*/
/*animation: line 2s linear 3.2s 1;*/
/*-webkit-animation-fill-mode: forwards;*/
/*animation-fill-mode: forwards;*/
/*top: -3px*/
/*}*/

.slidePage.on .slideOp {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.slidePage.on .f2 .slideOp,
.slidePage.on .slideOp {
  animation-name: slideOp;
  -webkit-animation-name: slideOp;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.slidePage.on .f2 .slideOp {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* .slidePage.on .fonts1.f1.slideOp {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.slidePage.on .fonts1.slideOp {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
} */

.group {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent
    url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/banner/group.png)
    no-repeat center bottom;
  z-index: 1;
  background-size: 100%;
}

.slidePage.on .group {
  display: block;
}

.page2 {
  background: #fff url(../images/wap/banner/caifure.png) no-repeat center center;
  background-size: cover;
}

.caifu .box {
  width: 310px;
  height: 410px;
  margin: 0 auto;
  display: block;
  background: #e62413;
  position: relative;
  top: 50%;
  margin-top: -196px;
  box-shadow: 0 5px 18px rgba(30, 166, 233, 0.2);
  -webkit-transition: all 0.3s ease 0s, both;
  transition: all 0.3s ease 0s, both;
  overflow: hidden;
}

.page4-caifu .box {
  width: 280px;
  height: 410px;
  margin: 0 auto;
  display: block;
  background: #e62413;
  position: relative;
  top: 50%;
  margin-top: -196px;
  box-shadow: 0 5px 18px rgba(30, 166, 233, 0.2);
  -webkit-transition: all 0.3s ease 0s, both;
  transition: all 0.3s ease 0s, both;
  overflow: hidden;
}

.page2 .caifu .box.img1 {
  background: #e62413
    url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/img/page2-1.png)
    no-repeat center 0;
  background-size: 100%;
}

.page2 .caifu .box.img2 {
  background: #e62413
    url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/img/page2-2.png)
    no-repeat center 0;
  background-size: 100%;
}

.page4 .page4-caifu .box.img1 {
  background: #e62413 url(/static/images/wap/img/xhf.png) no-repeat center 0;
  background-size: 100%;
}

.page4 .page4-caifu .box.img2 {
  background: #e62413 url(/static/images/wap/img/xhd-moblie.png) no-repeat
    center 0;
  background-size: 100%;
}

.page4 .page4-caifu .box.img3 {
  background: #e62413 url(/static/images/wap/img/suanpan-moblie.png) no-repeat
    center 0;
  background-size: 100%;
}

.caifu .s-text {
  width: 100%;
  padding: 250px 22px 0 27px;
  text-align: left;
  position: absolute;
  z-index: 3;
  color: #fff;
}

.page4-caifu .s-text {
  width: 100%;
  padding: 250px 22px 0 27px;
  text-align: left;
  position: absolute;
  z-index: 3;
  color: #fff;
}

.caifu .s-text .title2 {
  color: #fff;
  transition: all 0.3s ease-out 0s;
  text-align: center;
}

.page4-caifu .s-text .title2 {
  color: #fff;
  transition: all 0.3s ease-out 0s;
  text-align: center;
}

.caifu .s-text .title2 h2 {
  font-size: 26px;
  display: inline;
}
.page4-caifu .s-text .title2 h2 {
  font-size: 26px;
  display: inline;
}

.caifu .s-text .title2 h2 i {
  font-size: 3pc;
  font-weight: 500;
  font-family: PingFang SC, Microsoft YaHei;
  margin: 0 5px;
}
.page4-caifu .s-text .title2 h2 i {
  font-size: 3pc;
  font-weight: 500;
  font-family: PingFang SC, Microsoft YaHei;
  margin: 0 5px;
}

.caifu .s-text .title2 span {
  font-size: 1pc;
  padding-left: 0;
  color: #fff;
}
.page4-caifu .s-text .title2 span {
  font-size: 1pc;
  padding-left: 0;
  color: #fff;
}

.caifu .s-text .text {
  margin-top: 5px;
}

.page4-caifu .s-text .text {
  margin-top: 5px;
}

.caifu .s-text .text p {
  font-size: 9pt;
  line-height: 22px;
  text-align: center;
}

.page4-caifu .s-text .text p {
  font-size: 9pt;
  line-height: 22px;
  text-align: center;
}
.caifu .s-text .text p.tisp {
  padding-top: 8px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  opacity: 0.8;
}
.page4-caifu .s-text .text p.tisp {
  padding-top: 8px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  opacity: 0.8;
}

.caifu .s-text .text p em,
.caifu .s-text .text p span {
  color: #fff;
  transition: all 0.1s ease-out 0.18s;
}

.page4-caifu .s-text .text p em,
.page4-caifu .s-text .text p span {
  color: #fff;
  transition: all 0.1s ease-out 0.18s;
}

.caifu .s-text .text p span {
  font-size: 14px;
}

.page4-caifu .s-text .text p span {
  font-size: 14px;
}

.caifu .s-text .text p i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50px;
  vertical-align: 0;
  text-align: left;
}

.page4-caifu .s-text .text p i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50px;
  vertical-align: 0;
  text-align: left;
}

.caifu .s-text .text.t2 p {
  line-height: 20px;
}
.page4-caifu .s-text .text.t2 p {
  line-height: 20px;
}

.caifu .s-text .text.t2 p span {
  margin: 0 5px;
  font-size: 9pt;
}
.page4-caifu .s-text .text.t2 p span {
  margin: 0 5px;
  font-size: 9pt;
}
.look-more {
  position: absolute;
  bottom: 22px;
  left: calc(50% - 54px);
  width: 108px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 14.5px;
}
.look-more img {
  width: 100%;
  height: 100%;
}
.look-more2 {
  position: absolute;
  left: calc(50% - 54px);
  width: 108px;
  height: 29px;
  bottom: 10px;
  font-size: 14px;
  line-height: 29px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 14px;
}
.look-more2 img {
  width: 100%;
  height: 100%;
}

.mgb-55 {
  position: relative;
  width: 100%;
  margin-top: 220px;
}

.page3 {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/banner/page3-bg.png);
  background-size: 150%;
  background-position: center 0;
}

.page3 .warp {
  width: 310px;
  height: auto;
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-left: -155px;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 17px 15px;
}

.page3 .warp .title2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 3px;
  text-align: center;
}

.page3 .warp .title2 h3 {
  font-size: 18px;
  display: inline-block;
}

.page3 .warp .title2 p {
  font-size: 14px;
  color: #666;
  display: inline-block;
}

.page3 .warp .icon-text li {
  width: 45%;
  margin: 0 2.5%;
  height: 80px;
  line-height: 1pc;
  float: left;
  text-align: center;
  font-size: 9pt;
  padding-top: 60px;
  color: #666;
}

.page3 .warp .icon-text li em {
  font-size: 10px;
}

.page3 .warp .icon-text li.icon-1 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon3-1.png)
    no-repeat center 17px;
  background-size: 35px 35px;
  color: #58c4db;
}

.page3 .warp .icon-text li.icon-2 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon3-2.png)
    no-repeat center 17px;
  background-size: 35px 35px;
  color: #fd7d7d;
}

.page3 .warp .icon-text li.icon-3 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon3-3.png)
    no-repeat center 17px;
  background-size: 35px 35px;
  color: #fcb88a;
}

.page3 .warp .icon-text li.icon-4 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon3-4.png)
    no-repeat center 17px;
  background-size: 35px 35px;
  color: #b8d38c;
}

.page3 .warp .text {
  font-size: 11px;
  color: #666;
  line-height: 17px;
}

.page3 .warp .text em {
  font-weight: 700;
}

.page4 {
  background: #fff url(../images/wap/banner/nongye-bgre.png) no-repeat center
    center;
  background-size: cover;
  text-align: right;
}

.page4 .slidePage {
  width: 58%;
}

.page4 .warp {
  width: 324px;
  font-size: 0;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -2in;
  cursor: pointer;
  text-align: center;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page4 .warp .box li {
  width: 142px;
  height: 195px;
  background: #fff;
  float: left;
  box-shadow: 0 0 10px hsla(0, 0%, 59%, 0.2);
  margin: 10px;
  padding-top: 98px;
  text-align: center;
}

.page4 .warp h3 {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 8px;
}

.page4 .warp p {
  font-size: 9pt;
  color: #666;
  line-height: 18px;
  margin: 0;
}

.page4 .warp .more {
  font-size: 9pt;
  color: #008ad5;
  padding-top: 5px;
  line-height: 30px;
}

.color-3 {
  background-color: #52c1d9;
}

.color-4 {
  background-color: #52c1d9;
}

.page5 {
  background-image: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/banner/page5-bg.png);
  background-size: 115%;
  background-position: center -25px;
}

.page5 .warp {
  width: 310px;
  height: auto;
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-left: -155px;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 17px 15px;
}

.page5 .warp .title2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 3px;
  text-align: center;
}

.page5 .warp .title2 h3 {
  font-size: 18px;
  display: inline-block;
}

.page5 .warp .title2 p {
  font-size: 14px;
  color: #666;
  display: inline-block;
}

.page5 .warp .icon-text li {
  width: 45%;
  margin: 0 2.5%;
  height: 80px;
  line-height: 1pc;
  float: left;
  text-align: center;
  font-size: 9pt;
  padding-top: 60px;
  color: #666;
}

.page5 .warp .icon-text li em {
  font-size: 10px;
}

.page5 .warp .icon-text li.icon-1 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon5-1.png)
    no-repeat center 17px;
  background-size: 35px 35px;
  color: #fba06b;
}

.page5 .warp .icon-text li.icon-2 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon5-2.png)
    no-repeat center 17px;
  background-size: 35px 35px;
  color: #a6c674;
}

.page5 .warp .icon-text li.icon-3 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon5-3.png)
    no-repeat center 17px;
  background-size: 35px 35px;
  color: #f63434;
}

.page5 .warp .icon-text li.icon-4 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon5-4.png)
    no-repeat center 17px;
  background-size: 35px 35px;
  color: #4abcd6;
}

.page5 .warp .text {
  font-size: 11px;
  color: #666;
  line-height: 17px;
}

.page5 .warp .text em {
  font-weight: 700;
}

.more i {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: 0;
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-arrow-l.png)
    no-repeat center center;
  background-size: cover;
  opacity: 0.6;
  margin-left: 2px;
}

.more i.blue-l {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-blue-l.png)
    no-repeat center center;
  background-size: cover;
}

.page6 {
  background: url(../images/wap/banner/page6-bgre.png) no-repeat center center;
  background-size: cover;
}

.page6 .warp {
  width: 310px;
  height: 460px;
  margin: 0 auto;
  position: relative;
  top: 20%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 15px 18px 20px;
  box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

.page6 .warp p {
  font-size: 13px;
  line-height: 22px;
}

.page6 .warp p.tit {
  margin: 5px 0;
}

.page6 .warp p em {
  font-size: 20px;
  color: #e62413;
}

.page6 .warp p.red {
  margin-top: 5px;
}

.page6 .warp p.red,
.page6 .warp p.red em {
  color: #e94619;
  font-size: 13px;
}

.page6 .warp p.red em {
  font-weight: 700;
}

.page6 .warp p.line {
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

.about-box {
  text-align: justify;
  text-justify: inter-word;
}

.page5 {
  background: url(../images/wap/banner/lcre.png) no-repeat center center;
  background-size: cover;
}

.page5 .line1 {
  width: 3000%;
  height: 1px;
  background: #e94619;
  float: left;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  bottom: -22px;
  z-index: 0;
}

.page5 .slidePage.r .line1 {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page5 .slidePage {
  width: 292px;
  overflow: inherit;
  z-index: 1;
}

.page5 .slidePage.on {
  z-index: 2;
}

.page5 .box {
  width: 100%;
  height: 390px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -190px;
  padding: 0;
  box-shadow: 0 0 10px hsla(0, 0%, 59%, 0.2);
  text-align: center;
}

.page5 .box img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.page5 .box .title {
  padding: 0 10px;
  text-align: left;
  font-size: 1pc;
  color: #e62413;
}
.page5 .box .text {
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.page5 .box.bg4 .text {
  text-align: left;
}

.page5 .box .time {
  width: 146px;
  height: 36px;
  line-height: 36px;
  background: #e62413;
  color: #fff;
  font-size: 20px;
  bottom: -5px;
  margin-left: -73px;
}

.page5 .box .time,
.page5 .box .y {
  display: inline-block;
  position: absolute;
  left: 50%;
}

.page5 .box .y {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  margin-left: -7px;
  bottom: -28px;
  border: 3px solid #e62413;
  background: #fff;
  z-index: 1;
}

.page7 {
  background: url(../images/wap/banner/lcre.png) no-repeat center center;
  background-size: cover;
}

.page7 .line1 {
  width: 3000%;
  height: 1px;
  background: #e62413;
  float: left;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  bottom: -22px;
  z-index: 0;
}

.page7 .slidePage.r .line1 {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page7 .slidePage {
  width: 292px;
  overflow: inherit;
  z-index: 1;
}

.page7 .slidePage.on {
  z-index: 2;
}

.page7 .box {
  width: 100%;
  height: 390px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -190px;
  padding: 0;
  box-shadow: 0 0 10px hsla(0, 0%, 59%, 0.2);
  text-align: center;
}

.page7 .box img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.page7 .box .title {
  padding: 0 10px;
  text-align: left;
  font-size: 1pc;
  color: #e62413;
}
.page7 .box .text {
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.page7 .box.bg4 .text {
  text-align: left;
}

.page7 .box .time {
  width: 146px;
  height: 36px;
  line-height: 36px;
  background: #e62413;
  color: #fff;
  font-size: 20px;
  bottom: -5px;
  margin-left: -73px;
}

.page7 .box .time,
.page7 .box .y {
  display: inline-block;
  position: absolute;
  left: 50%;
}

.page7 .box .y {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  margin-left: -7px;
  bottom: -28px;
  border: 3px solid #e62413;
  background: #fff;
  z-index: 1;
}

.swiper-container.news {
  padding-top: 3pc;
}

.news-pager {
  position: absolute;
  width: 100%;
  height: 3pc;
  line-height: 3pc;
  display: block;
  z-index: 10;
  background: #fff;
}

.news-pager li {
  width: 33.3%;
  float: left;
  font-size: 1pc;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  cursor: pointer;
  position: relative;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent;
}

.news-pager li:before {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  background-color: #008ad5;
  content: '';
  transition: all 0.5s;
  z-index: 50;
}

.news-pager li.active:before {
  width: 100%;
  left: 0;
}

.news-pager li.active {
  color: #008ad5;
}

.page10 .news-pager,
.page10.active .news-pager {
  top: 3pc;
}

.page10 .list {
  padding-top: 0pc;
}

.page10 .list li {
  font-size: 1pc;
  position: relative;
  padding: 15px 15px 16px 15px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.page10 .list li .img {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 19px;
  left: 15px;
  background-size: cover;
}

.page10 .list li .text {
  padding-left: 70pt;
}

.page10 .list li .text h3 {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}

.page10 .list li .time {
  font-size: 9pt;
  color: #acacac;
}

.page10 .list li .info {
  font-size: 14px;
  color: #acacac;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page10 .more {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding: 20px 0;
}

.page10 .more em {
  margin: 0 5px;
}

.page8 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/banner/page8-bg.png)
    no-repeat center center;
  background-size: cover;
}

.page8 img {
  position: absolute;
  width: 350px;
  height: 350px;
  top: calc(50% - 175px);
  left: calc(50% - 175px);
}

.page11 {
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/banner/page10-bg.png)
    no-repeat center center;
  background-size: cover;
}

.page11 .warp {
  width: 310px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  /*top: 50%;*/
  font-size: 0;
  text-align: center;
}

.page11 .warp img {
  width: 159px;
  height: auto;
  margin-top: 20px;
}
.page11 .warp .page11-wx {
  width: 100%;
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
  text-align: center;
}
.page11 .warp .link {
  font-size: 1pc;
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  bottom: 3px;
  color: #fff;
  font-family: arial;
}

.page11 .warp .link.tel {
  bottom: 35px;
}

.page11 .warp span {
  font-size: 10px;
  color: #ffffff;
  bottom: 90px;
}

.page11 span.back-one {
  width: 52px;
  height: 50px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -26px;
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-top.png)
    no-repeat center center;
  background-size: 2pc 2pc;
  cursor: pointer;
  font-size: 9pt;
  padding-top: 45px;
  text-align: center;
}

.page11 span.back-one em {
  color: #999;
}

.bxemail {
  display: block;
  width: 100%;
  /*height: 67px;*/
  bottom: 42px;
  font-size: 14px;
  text-align: left;
  padding: 15px 10px 8px 10px;
  line-height: 20px;
  color: #fff;
  margin-top: 19px;
  background-color: #e62413;
}
.page11-div {
  color: #8a8a8a;
  font-size: 9pt;
  text-align: left;
  padding: 5px;
  margin-top: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.copyright {
  display: block;
  width: 100%;
  font-family: arial;
}

.copyright {
  margin-top:20px;
  height: 60px;
  bottom: -90px;
  font-size: 15px;
  color: #8a8a8a;
}
.page10-wx,.page10-div{
  font-size:14px;
}
.page10-div{
  margin-top:15px;
}

.btn-box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #e62413;
}

.btn-box span a {
  display: block;
  color: #fff;
}

.and #app .pup-box span.and-down,
.and .and-down,
.ios #app .pup-box span.ios-down,
.ios .ios-down,
.pc #app .pup-box span.and-down,
.pc .and-down {
  display: block;
}

.page3 .btn-box {
  background: #e62413;
  color: #fff;
}

.page3 .tisp {
  font-size: 9pt;
  color: #999;
  text-align: center;
  padding-top: 13px;
}

.page2 .btn-box span a {
  color: #e62413;
}

#frameless.tinner {
  background: none;
  margin-top: 3%;
}

#frameless .icon-close {
  top: 3px;
}

.pup-box {
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
}

.icon-down {
  width: 26px;
  height: 26px;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -13px;
  bottom: -18px;
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-down.png)
    no-repeat center top;
  background-size: 26px 26px;
}

.pup.article {
  background: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.pup .info-box {
  padding: 0 10px 0;
  text-align: left;
  line-height: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 95.4%;
  margin: 10px 0 1pc;
  background: #fff;
}

.pup .info-box img {
  width: 100%;
  height: auto;
  font-size: 0;
  display: block;
  padding: 0;
}

.pup .info-box .title {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
  line-height: 22px;
  padding-right: 0;
}

.pup .info-box .title span {
  color: #999;
  font-size: 9pt;
  padding-top: 3px;
}

.pup .info-box .info-text {
  color: #666;
  text-align: justify;
}

#frameless.tinner {
  margin-top: -6px;
}

.pup .info-box .list {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
  line-height: 22px;
}

.pup .info-box .list li {
  padding: 13px 0 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 20px;
  position: relative;
}

.pup .info-box .list li.first {
  padding: 0 0 8px;
}

.pup .info-box .list span {
  color: #999;
  font-size: 9pt;
  padding-top: 3px;
  line-height: 1pc;
}

.pup .info-box .list .list-info {
  width: 300px;
  max-height: 40px;
  overflow: hidden;
  color: #666;
  font-size: 9pt;
  line-height: 1pc;
  padding-top: 3px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pup .info-box .list h3 {
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -webkit-white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.pup .info-box .list a.link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#app.tinner {
  background: none;
  width: 310px;
  height: 415px;
  margin-top: -10%;
}

#app .pup-home {
  background: #fff url(../images/wap/home-pup.png) no-repeat center 20px;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: inline-block;
}

#app .icon-down {
  bottom: 2px;
}

#app .pup-box span {
  height: 46px;
  line-height: 46px;
  position: absolute;
  bottom: 55px;
  right: 40px;
  display: none;
  background: #22a8e9;
  color: #fff;
  text-align: center;
  font-size: 1pc;
  box-shadow: 0 6px 15px -2px rgba(30, 166, 233, 0.3);
  width: 255px;
  left: 50%;
  margin-left: -127px;
}

#app .pup-box span a {
  display: block;
  color: #fff;
}

#app .pup-box .logo img {
  width: 220px;
  padding: 60px 0 52px;
}

#app .pup-box .logoc {
  width: 72px;
  height: 72px;
  display: inline-block;
  border-radius: 18px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#app .pup-box .logoc img {
  width: 100%;
  height: auto;
  margin-top: -2px;
}

#app .pup-box .ft {
  color: #666;
  font-size: 1pc;
}

#app .pup-box .ft1 {
  color: #333;
  font-size: 1pc;
  margin-top: 3px;
}

#app .tbox {
  margin-top: 5%;
}

#app .icon-close {
  top: 5px;
}

#app .pup-box .logo img.code {
  padding: 55px 0 40px;
}

#app .pup-home .ewm {
  margin-bottom: 25px;
}

#app .pup-home .ewm img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 150px;
  height: 150px;
}

[id*='fw'].tinner {
  width: 310px;
  height: 435px;
}

#news.tinner {
  background: none;
  margin-top: -8%;
}

#news iframe {
  width: 335px;
  height: 430px;
  overflow: hidden;
}

#news .icon-close {
  top: 3px;
}

#video.tinner {
  background: none;
  margin-top: -8%;
}

#video iframe {
  width: 335px;
  height: 280px;
  overflow: hidden;
}

#video .icon-close {
  top: 3px;
}

.pup-box .icon-down {
  bottom: 2px;
}

.page8 a.btn {
  height: 42px;
  line-height: 42px;
  background: #e62413;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 95px;
  font-size: 1pc;
  text-align: center;
  font-family: 微软雅黑;
  font-weight: 300;
  padding: 0 10px 0 10px;
}

.page8 a.btn.xyzp {
  left: 150px;
}

.page8 a.btn i {
  width: 9pt;
  height: 9pt;
  display: inline-block;
  vertical-align: -1px;
  background: url(https://jrcdn.yonghui.cn/yhjr/yonghui/static/images/wap/icon-arrow-la.png)
    center center no-repeat;
  position: relative;
  margin-left: 5px;
  background-size: 22px 22px;
}

.page8 a.btn:hover i {
  -webkit-animation: 1.5s updown infinite;
  animation: 1.5s updown infinite;
}

.soshm-pop {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 20px;
  height: 44%;
  width: 100%;
  opacity: 0;
  z-index: 9999;
  background: hsla(0, 0%, 100%, 0.95);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.soshm-pop-show {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.soshm-item-icon {
  box-sizing: content-box;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0;
  vertical-align: middle;
  border-radius: 50%;
  padding: 10px;
}

.soshm-group {
  padding: 9pt 20px;
  display: inline-block;
  width: 100%;
}

.soshm-group .soshm-item {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: center;
  width: 25%;
}

.soshm-item-text {
  display: block;
  font-size: 9pt;
  color: #666;
  margin-top: 4px;
}

.soshm-pop-show .t-mask {
  width: 100%;
  height: 118%;
  position: absolute;
  top: -118%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.weixinShareBtn {
  width: 100%;
}

#shareBtn {
  position: absolute;
  bottom: -4px;
  right: 20px;
  width: 34px;
  height: 34px;
  background: #e62413 url(../images/wap/icon-share.png) center 8px no-repeat;
  background-size: 22px 22px;
  border-top-left-radius: 10em;
  border-top-right-radius: 10em;
}

.spBox {
  width: 292px;
  height: 164px;
  overflow: hidden;
}

.spBtn {
  text-align: left;
  padding: 10px 0 3px 0;
  width: 100%;
  font-size: 10px;
  display: flex;
}

.spBtn .sbtn {
  width: 50%;
  display: inline-block;
  overflow: hidden;
}

.spBtn span {
  width: 100%;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background: rgba(30, 166, 233, 0.5);
  font-size: 11px;
  color: #fff;
  cursor: pointer;
  padding: 0 0;
  text-align: center;
}

.spBtn .sbtn.bt1 {
  text-align: left;
}

.spBtn .sbtn.bt2 {
  text-align: right;
}

.spBtn .sbtn.bt1 span {
  width: 136px;
}

.spBtn .sbtn.bt2 span {
  width: 125px;
}

@media screen and (max-width: 480px) {
  .logo img {
    width: 200px;
  }
  .page10 .list li .text h3 {
    width: 260px;
  }
  .page3 {
    background-size: 110%;
    background-position: center -25px;
  }
  .page4 .img-box {
    width: 420px;
    height: 321px;
  }
}

@media screen and (max-width: 420px) {
  .page10 .list li .text h3 {
    width: 15pc;
  }
  .page3 {
    background-size: 115%;
    background-position: center -25px;
  }
  .page4 .img-box {
    width: 390px;
    height: 298px;
  }
}

@media screen and (max-width: 375px) {
  .page4 .img-box {
    width: 360px;
    height: 275px;
  }
  .page7 .slidePage {
    width: 300px;
  }
  .page3 {
    background-size: 115%;
    background-position: center -15px;
  }
  .spBtn {
    padding-bottom: 3px;
  }
  /*.spBtn span{font-size:11px; padding:0 9px;}.spBtn span.s1{ margin-right:8px;}*/
}

@media screen and (max-width: 360px) {
  .caifu .box {
    width: 250px;
    height: 350px;
    margin-top: -170px;
  }
  .caifu .s-text {
    padding: 200px 18px 0 22px;
  }

  .page4-caifu .box {
    width: 250px;
    height: 350px;
    margin-top: -170px;
  }
  .page4-caifu .s-text {
    padding: 200px 18px 0 22px;
  }
  .page3 .warp {
    width: 300px;
    padding: 10px 9pt 9pt;
    margin-left: -150px;
  }
  .page8 img {
    position: absolute;
    width: 250px;
    height: 250px;
    top: calc(50% - 125px);
    left: calc(50% - 125px);
  }
  .page8 a.btn {
    bottom: 85px;
  }
  .page6 .warp {
    width: 280px;
    height: 407px;
  }
  .page7 .slidePage {
    width: 280px;
  }
  .page7 .box {
    height: 360px;
    margin-top: -177px;
  }
  .page7 .box .title {
    padding: 0 10px;
    text-align: left;
    font-size: 16px;
    color: #e62413;
  }
  .spBtn {
    padding-bottom: 0px;
  }
  .spBtn span {
    font-size: 10px;
  }
  .spBtn .sbtn.bt1 span {
    width: 124px;
  }
  .spBtn .sbtn.bt2 span {
    width: 116px;
  }
  .fonts1 {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 320px) {
  .header.h5 .t5 img,
  .logo img {
    width: 150px;
  }
  .header.h5 .t5 {
    padding-top: 9pt;
  }
  .page10 .list li .text h3 {
    width: 220px;
    padding-right: 0;
  }
  .page4 .img-box {
    width: 300px;
    height: 229px;
  }
  .page8 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .page8 img {
    width: 230px;
    height: 230px;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -115px;
  }
  .caifu .box {
    width: 270px;
    height: 360px;
    margin-top: -11pc;
  }
  .caifu .box.img1,
  .caifu .box.img2,
  .caifu .box.img3 {
    background-position: center 0;
  }
  .caifu .s-text {
    padding: 220px 18px 0 22px;
  }
  .caifu .s-text .text p {
    line-height: 20px;
  }
  .caifu .s-text .text p.tisp {
    padding-top: 5px;
  }
  .page4-caifu .box {
    width: 270px;
    height: 360px;
    margin-top: -11pc;
  }
  .page4-caifu .box.img1,
  .page4-caifu .box.img2,
  .page4-caifu .box.img3 {
    background-position: center 0;
  }
  .page4-caifu .s-text {
    padding: 200px 22px 0 27px;
  }
  .page4-caifu .s-text .text p {
    line-height: 20px;
  }
  .page4-caifu .s-text .text p.tisp {
    padding-top: 5px;
  }

  .spBtn {
    justify-content: center;
    flex-wrap: wrap;
  }
  .spBtn .sbtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .spBtn .sbtn.bt1 {
    margin-bottom: 10px;
  }
  .spBtn .sbtn.bt1 span {
    width: 154px;
  }
  .spBtn .sbtn.bt2 span {
    width: 146px;
  }
  .btn-box {
    height: 42px;
    line-height: 42px;
    font-size: 1pc;
  }
  .page4 .warp {
    width: 280px;
    margin-top: -185px;
  }
  .page4 .warp .box li {
    margin: 6px;
    width: 8pc;
    height: 185px;
    padding-top: 86px;
  }
  .page6 .warp {
    width: 268px;
    height: 380px;
    top: 14%;
  }
  .page6 .warp p {
    line-height: 20px;
    font-size: 9pt;
  }
  .page6 .warp p em {
    font-size: 18px;
  }
  .page6 .warp p.tit {
    margin-top: 2px;
  }
  .page7 .box {
    height: 360px;
    margin-top: -177px;
  }
  .page7 .box .title {
    padding: 0 10px;
    text-align: left;
    font-size: 16px;
    color: #e62413;
  }
  .page7 .box .text {
    font-size: 12px;
    padding: 10px;
  }
  .page7 .slidePage {
    width: 230px;
  }
  #app.tinner {
    background: none;
    width: 280px;
    height: 380px;
  }
  #app .pup-home .ewm {
    margin-bottom: 24px;
  }
  #app .pup-home .ewm img {
    width: 130px;
    height: 130px;
  }
  #app .pup-box .logo img {
    padding-bottom: 37px;
  }
  #app .pup-box .logo img.code {
    padding: 52px 0 33px;
  }
  #app .pup-box span {
    bottom: 46px;
    width: 230px;
    margin-left: -115px;
  }
  #app .pup-box .logoc {
    margin-bottom: 23px;
  }
  #app .pup-box .btn-app {
    height: 42px;
    line-height: 42px;
  }
  [id*='fw'].tinner {
    width: 300px;
    height: 420px;
    margin-top: -15%;
  }
  .tbox .pup .tit {
    padding: 15px;
  }
  .tbox .pup .text {
    padding: 8px 10px;
  }
  .tbox .pup .text p {
    line-height: 22px;
    margin: 15px 0;
  }
  .tcontent .tisp {
    font-size: 9pt;
    bottom: 72px;
  }
  .tcontent .tisp.ft2 {
    font-size: 1pc;
    bottom: 35px;
    color: #333;
  }
  .tcontent .tisp.pc {
    bottom: 30px;
  }
  .tcontent .pc-img {
    width: 178px;
    height: 87pt;
    bottom: 62px;
  }
  .tbox .pup .tit p em {
    letter-spacing: -1px;
  }
  #news iframe {
    width: 290px;
    height: 390px;
  }
  #video iframe {
    width: 290px;
    height: 260px;
  }
  .pup .info-box {
    height: 87%;
  }
  .pup .info-box .list .list-info,
  .pup .info-box .list h3 {
    width: 233px;
    max-height: inherit;
  }
  .soshm-pop {
    height: 48%;
  }
  .soshm-pop-show .t-mask {
    height: 109%;
    top: -109%;
  }
  .soshm-group {
    padding: 6px 13px;
  }
  .soshm-group .soshm-item {
    margin: 0;
  }
  .font-box {
    top: 20%;
  }
  .fonts1 {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 9pt;
    font-weight: 300;
  }
  .font-box .btn-one img {
    margin-top: 20px;
  }
  .fonts2 span img {
    width: auto;
    height: 110px;
  }
  .copyright {
    bottom: -5pc;
  }
  .page11 .warp {
    width: 250px;
  }
  .page .warp {
    margin-top: -85px;
  }
  .bxemail {
    bottom: 51px;
    font-size: 10px;
  }
  .page11-div {
    color: #8a8a8a;
    font-size: 9pt;
    text-align: left;
    padding: 5px;
    margin-top: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .page11 .warp .link {
    bottom: 15px;
  }
  .copyright {
    font-size: 5pt;
    bottom: -66px;
  }
  .alink {
    width: 290px;
    margin-left: -145px;
  }
  .spBox {
    width: 248px;
    height: 140px;
    margin-top: -3px;
  }
}

@media screen and (max-height: 600px) {
  .page3 {
    background-size: 110%;
    background-position: center -20px;
  }
  .page6 .warp {
    height: 4in;
    top: 14%;
  }
  .page10 .list li .img {
    width: 75px;
    height: 75px;
  }
  .page10 .list li .text {
    padding-left: 88px;
  }
  .page10 .list li .info {
    max-height: 42px;
    overflow: hidden;
  }
  .page8 .warp {
    margin-top: -200px;
    width: 260px;
    height: 430px;
  }
  .page8 .warp img {
    width: 93%;
  }
  .page8 a.btn {
    bottom: 76px;
  }
  .font-box {
    top: 20%;
  }
  font-box .btn-one img {
    margin-top: 30px;
  }
}

@media screen and (max-height: 480px) {
  .page6 .warp {
    height: 308px;
    top: 15%;
  }
  .page7 .box {
    height: 330px;
    margin-top: -162px;
  }
  .page7 .box .title {
    padding: 0 10px;
    text-align: left;
    font-size: 16px;
    color: #e62413;
  }
  .page7 .box .text {
    font-size: 12px;
    padding: 10px;
  }
  .page7 .slidePage {
    width: 230px;
  }
  .page10 .list li .text h3 {
    font-size: 14px;
  }
  .page10 .list li .info {
    font-size: 9pt;
  }
  .page10 .list li .img {
    width: 66px;
    height: 66px;
  }
  .page10 .list li .text {
    padding-left: 5pc;
  }
  .page10 .list li .info {
    max-height: 34px;
    overflow: hidden;
    line-height: 1pc;
    margin-top: 2px;
  }
  [id*='fw'].tinner {
    width: 294px;
    height: 390px;
    margin-top: -18%;
  }
  .tbox .pup .tit {
    padding: 10px 15px;
  }
  .tbox .pup .text p {
    line-height: 20px;
    margin: 5px 0;
  }
  .tcontent .tisp {
    font-size: 11px;
  }
  .tcontent .pc-img {
    width: 178px;
    height: 87pt;
    bottom: 56px;
  }
  .font-box {
    top: 20%;
  }
}

.page9 {
  margin-top: 48px;
}
