@import "base.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td,
figcaption {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
img {
  border: none;
}
input,
textarea,
button,
select {
  outline: 0 none;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  color: #333;
  text-align: center;
}
textarea {
  resize: vertical;
}
a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}
.clearfix:before,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  min-width: 1100px!important;
  font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #444;
  background: #44110e;
}
.pagehide {
  display: none;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.stage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}
.wrap {
  position: relative;
  width: 11rem;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.banner-box {
  width: 100%;
  height: 7.4rem;
  position: relative;
  background: url("../images/banner.jpg") no-repeat center top;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.banner-box .wrap {
  position: absolute;
  top: 0;
}
.banner-box .logo {
  position: absolute;
  left: 0;
  top: 0.49rem;
  width: 3.23rem;
  display: block;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .banTheme {
  position: absolute;
  top: 2rem;
  left: 0;
  display: block;
  width: 6.22rem;
}
.banner-box .banTheme img {
  width: 100%;
  display: block;
}
.banner-box .banPic {
  width: 1.34rem;
  display: block;
  position: absolute;
  top: 3.4rem;
  left: 6.64rem;
}
.banner-box .banPic img {
  width: 100%;
  display: block;
}
.sections {
  width: 100%;
  clear: both;
  overflow: hidden;
  font-family: "MiSans", sans-serif;
}
.sections .secTit {
  width: 100%;
  height: 0.88rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sections .secTit::before {
  content: '';
  width: 6.94rem;
  height: 0.06rem;
  display: block;
  background: url("../images/secTit-line01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.41rem;
  left: -4.38rem;
}
.sections .secTit::after {
  content: '';
  width: 6.94rem;
  height: 0.06rem;
  display: block;
  background: url("../images/secTit-line02.png") no-repeat center / 100%;
  position: absolute;
  top: 0.41rem;
  right: -4.38rem;
}
.sections .secTit span {
  width: 5.71rem;
  display: block;
  height: 0.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sections .secTit span img {
  width: 5.06rem;
  display: block;
}
.sec01 {
  height: 7.68rem;
  background: url("../images/s1-bg01.jpg") no-repeat center top / 20rem 100%;
}
.sec01 .s1-main {
  width: 11.23rem;
  height: 6.07rem;
  display: block;
  background: url("../images/s1-img01.png") no-repeat center top / 100%;
  margin-left: -0.11rem;
  margin-top: 0.17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec01 .s1-main .vidbox {
  width: 10.02rem;
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
}
.basePart {
  width: 100%;
  height: auto;
  min-height: 3rem;
  background: rgba(63, 3, 1, 0.3);
  border-radius: 0 0.3rem 0 0.3rem;
  border: solid 0.02rem #fec491;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.basePart::before {
  content: '';
  width: 7.75rem;
  height: 0.17rem;
  display: block;
  background: url("../images/s2-lin01.png") no-repeat center / 100%;
  position: absolute;
  top: -0.09rem;
  left: -0.13rem;
}
.basePart::after {
  content: '';
  width: 7.75rem;
  height: 0.17rem;
  display: block;
  background: url("../images/s2-lin01.png") no-repeat center / 100%;
  position: absolute;
  bottom: -0.1rem;
  right: 0;
}
.sec02 {
  height: 18.9rem;
  background: url("../images/s2-bg01.jpg") no-repeat center top / 20rem 100%;
}
.sec02 .s2-main {
  width: 100%;
  clear: both;
  margin-top: 0.38rem;
}
.sec02 .s2-main .part {
  width: 100%;
}
.sec02 .s2-main .part h3 {
  width: 100%;
  clear: both;
  height: 0.72rem;
  margin-top: -0.02rem;
  position: relative;
  z-index: 2;
  font-size: 0.36rem;
  line-height: 1;
  font-weight: 700;
  color: #9b0809;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec02 .s2-main .part h3::before {
  content: '';
  width: 0.29rem;
  height: 0.33rem;
  display: block;
  background: url("../images/s2-tit-icon01.png") no-repeat center / 100%;
  margin: auto 0.13rem;
}
.sec02 .s2-main .part h3::after {
  content: '';
  width: 0.29rem;
  height: 0.33rem;
  display: block;
  background: url("../images/s2-tit-icon02.png") no-repeat center / 100%;
  margin: auto 0.13rem;
}
.sec02 .s2-main .part .s2-tips {
  width: 10.17rem;
  clear: both;
}
.sec02 .s2-main .part .s2-tips .tips {
  width: 100%;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #b70505;
  margin-top: 0.52rem;
  position: relative;
  padding: 0.32rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec02 .s2-main .part .s2-tips .tips span {
  width: 1.53rem;
  height: 0.57rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: url("../images/s2-img01.png") no-repeat center / 100%;
  font-size: 0.28rem;
  line-height: 1;
  font-weight: 700;
  color: #700605;
  position: absolute;
  top: -0.35rem;
  left: -0.17rem;
}
.sec02 .s2-main .part .s2-tips .tips::before {
  content: '';
  width: 0.75rem;
  height: 0.25rem;
  display: block;
  background: url("../images/s2-img02.png") no-repeat center / 100%;
  position: absolute;
  top: -0.29rem;
  left: 1.44rem;
}
.sec02 .s2-main .part .s2-tips .tips p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: left;
  width: 94%;
  margin: auto;
}
.sec02 .s2-main .part .s2-status {
  width: 100%;
  height: 3.33rem;
  display: block;
  background: url("../images/s2-img03.png") no-repeat center / auto 100%;
  margin: 1.13rem auto 1.07rem;
  position: relative;
}
.sec02 .s2-main .part .s2-status .statBase {
  width: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: absolute;
  top: -0.34rem;
  left: 4.3rem;
  animation: scale2 0.8s linear infinite alternate;
  -o-animation: scale2 0.8s linear infinite alternate;
  -moz-animation: scale2 0.8s linear infinite alternate;
  -webkit-animation: scale2 0.8s linear infinite alternate;
}
.sec02 .s2-main .part .s2-status .statBase img {
  width: 1.57rem;
  display: block;
}
.sec02 .s2-main .part .s2-status .statBase span {
  font-size: 0.26rem;
  line-height: 1;
  font-weight: 700;
  color: #ffcb9c;
  padding-top: 0.11rem;
}
.sec02 .s2-main .part .s2-status .stat {
  width: 1.7rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec02 .s2-main .part .s2-status .stat img {
  width: 1.32rem;
  display: block;
}
.sec02 .s2-main .part .s2-status .stat span {
  font-size: 0.24rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.14rem;
}
.sec02 .s2-main .part .s2-status .stat.stat1 {
  left: 1.8rem;
  top: -0.79rem;
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.sec02 .s2-main .part .s2-status .stat.stat2 {
  left: 0.44rem;
  top: 0.58rem;
  animation: moveY4 0.8s linear infinite alternate;
  -o-animation: moveY4 0.8s linear infinite alternate;
  -moz-animation: moveY4 0.8s linear infinite alternate;
  -webkit-animation: moveY4 0.8s linear infinite alternate;
}
.sec02 .s2-main .part .s2-status .stat.stat3 {
  left: 1.8rem;
  top: 1.77rem;
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.sec02 .s2-main .part .s2-status .stat.stat4 {
  left: 4.63rem;
  top: 2.12rem;
  animation: moveY4 0.8s linear infinite alternate;
  -o-animation: moveY4 0.8s linear infinite alternate;
  -moz-animation: moveY4 0.8s linear infinite alternate;
  -webkit-animation: moveY4 0.8s linear infinite alternate;
}
.sec02 .s2-main .part .s2-status .stat.stat5 {
  right: 1.8rem;
  top: 1.77rem;
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.sec02 .s2-main .part .s2-status .stat.stat6 {
  right: 0.42rem;
  top: 0.58rem;
  animation: moveY4 0.8s linear infinite alternate;
  -o-animation: moveY4 0.8s linear infinite alternate;
  -moz-animation: moveY4 0.8s linear infinite alternate;
  -webkit-animation: moveY4 0.8s linear infinite alternate;
}
.sec02 .s2-main .part .s2-status .stat.stat7 {
  right: 1.8rem;
  top: -0.79rem;
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.sec02 .s2-main .part .s2-btn {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  width: 1.6rem;
  height: 0.46rem;
  display: block;
  background: #fec491;
  background: linear-gradient(-45deg, #fec491, #fff, #fec491);
  border-radius: 0.5rem 0 0 0.5rem;
  border: solid 0.01rem #f4f0e8;
  border-right: 0;
  font-size: 0.24rem;
  line-height: 0.46rem;
  color: #700605;
  font-weight: 700;
}
.sec02 .s2-main .part .s2-txt {
  width: 10.17rem;
  height: 1.26rem;
  clear: both;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #b70505;
  margin-top: 0.32rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec02 .s2-main .part .s2-txt p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: left;
  width: 95%;
  margin: auto;
}
.sec02 .s2-main .part .s2-videoAll {
  width: 100%;
  clear: both;
  margin-top: 0.28rem;
  margin-bottom: 0.17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec02 .s2-main .part .s2-videoAll .comp {
  width: 6.07rem;
  height: 3.78rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  background: url("../images/s2-img04.png") no-repeat center / 100%;
}
.sec02 .s2-main .part .s2-videoAll .comp .vidbox {
  width: 5.24rem;
  display: block;
  margin-top: 0.2rem;
}
.sec02 .s2-main .part .s2-videoAll .tab {
  width: 3.35rem;
  margin-left: 0.25rem;
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec02 .s2-main .part .s2-videoAll .tab div {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  background: url("../images/s2-img05.png") no-repeat center / 100%;
  border-radius: 50%;
  box-shadow: 0 0 0.3rem #ff0101;
  margin: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.sec02 .s2-main .part .s2-videoAll .tab div span {
  font-size: 0.24rem;
  line-height: 0.3rem;
  display: block;
  height: 0.6rem;
  background: linear-gradient(to right, #770200 0%, #aa0702 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
}
.sec02 .s2-main .part .s2-videoAll .tab div.on {
  background: url("../images/s2-img06.png") no-repeat center / 100%;
}
.sec02 .s2-main .part .s2-videoAll .tab div.on span {
  background: linear-gradient(-45deg, #fec491 0%, #fff 50%, #fec491 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec02 .s2-main .part.part1 {
  margin-bottom: 0.4rem;
}
.sec02 .s2-main .part.part1 h3 {
  background: url("../images/s2-tit01.png") no-repeat center top / auto 100%;
}
.sec02 .s2-main .part.part2 h3 {
  background: url("../images/s2-tit02.png") no-repeat center top / auto 100%;
}
.sec02 .s2-main .part.part2 h3::before,
.sec02 .s2-main .part.part2 h3::after {
  margin: 0 0.2rem;
}
.sec03 {
  height: 9.59rem;
  background: url("../images/s3-bg01.jpg") no-repeat center top / 20rem 100%;
}
.sec03 .s3-main {
  position: relative;
  margin-top: 0.3rem;
}
.sec03 .s3-main .s3-txt {
  width: 10.17rem;
  height: 1.26rem;
  clear: both;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #b70505;
  margin-top: 0.43rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .s3-main .s3-txt p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: left;
  width: 95%;
  margin: auto;
}
.sec03 .s3-main .s3-offline {
  width: 10.2rem;
  height: 2.22rem;
  clear: both;
  margin-top: 0.17rem;
}
.sec03 .s3-main .s3-offline .swiper {
  width: 100%;
  height: 2.22rem;
  margin-bottom: 0.1rem;
}
.sec03 .s3-main .s3-offline .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.sec03 .s3-main .s3-offline .swiper .swiper-slide {
  margin: auto;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  width: 3.32rem;
  display: block;
  height: 2.22rem;
  background: url("../images/s3-k01.png") no-repeat center / 100%;
}
.sec03 .s3-main .s3-offline .swiper .swiper-slide .pic {
  width: 3.1rem;
  display: block;
  margin: 0.1rem auto;
  border: solid 0.02rem #fedbd9;
  overflow: hidden;
}
.sec03 .s3-main .s3-offline .swiper .swiper-slide img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.sec03 .s3-main .s3-offline .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.sec03 .s3-main .s3-service {
  width: 10.2rem;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 0.39rem;
  margin-bottom: 0.57rem;
  position: relative;
}
.sec03 .s3-main .s3-service ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec03 .s3-main .s3-service ul li {
  width: 3.7rem;
  min-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec03 .s3-main .s3-service ul li.s1 {
  height: 1.01rem;
  margin-bottom: 0.5rem;
  background: url("../images/s3-k02.png") no-repeat center / 100%;
}
.sec03 .s3-main .s3-service ul li.s1 p {
  width: 2.02rem;
}
.sec03 .s3-main .s3-service ul li.s2 {
  height: 1.01rem;
  margin-bottom: 0.5rem;
  background: url("../images/s3-k03.png") no-repeat center / 100%;
}
.sec03 .s3-main .s3-service ul li.s2 p {
  width: 2.2rem;
}
.sec03 .s3-main .s3-service ul li.s3 {
  height: 1.21rem;
  background: url("../images/s3-k04.png") no-repeat center / 100%;
}
.sec03 .s3-main .s3-service ul li.s3 p {
  width: 2.3rem;
}
.sec03 .s3-main .s3-service ul li.s4 {
  height: 1.21rem;
  background: url("../images/s3-k05.png") no-repeat center / 100%;
}
.sec03 .s3-main .s3-service ul li.s4 p {
  width: 2.2rem;
}
.sec03 .s3-main .s3-service ul li:nth-child(odd) p {
  margin-left: 0.37rem;
}
.sec03 .s3-main .s3-service ul li:nth-child(even) p {
  margin-left: 1.25rem;
}
.sec03 .s3-main .s3-service ul li span {
  display: none;
}
.sec03 .s3-main .s3-service ul li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: left;
}
.sec03 .s3-main .s3-service img {
  position: absolute;
  top: -0.08rem;
  animation: moveY3 0.8s linear infinite alternate;
  -o-animation: moveY3 0.8s linear infinite alternate;
  -moz-animation: moveY3 0.8s linear infinite alternate;
  -webkit-animation: moveY3 0.8s linear infinite alternate;
}
.sec04 {
  background: url("../images/s4-bg01.jpg") no-repeat center top / 20rem 100%;
}
.sec04 .s4-main {
  position: relative;
  margin-top: 0.3rem;
  margin-bottom: 0.42rem;
}
.sec04 .s4-main .s4-txt {
  width: 100%;
  clear: both;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  padding: 0.24rem 0 0.21rem;
}
.sec04 .s4-main .s4-kuang {
  width: 10.19rem;
  height: auto;
  min-height: 4.4rem;
  background: url("../images/s4-k01.png") no-repeat center top / 100%;
}
.sec04 .s4-main .s4-txtList {
  width: 11rem;
  margin: 0.21rem -0.4rem 0.3rem;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec04 .s4-main .s4-txtList .swiper {
  width: 100%;
  height: 0.3rem;
  margin-bottom: 0.07rem;
}
.sec04 .s4-main .s4-txtList .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.sec04 .s4-main .s4-txtList .swiper .swiper-slide {
  margin: auto;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  white-space: nowrap;
}
.sec04 .s4-main .s4-city {
  width: 100%;
  clear: both;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec04 .s4-main .s4-city.astrict {
  height: 4.8rem;
  overflow: hidden;
}
.sec04 .s4-main .s4-city .city {
  width: 1.36rem;
  height: 1.35rem;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-end;
  position: relative;
  margin: 0 0.15rem 0.24rem;
  cursor: pointer;
}
.sec04 .s4-main .s4-city .city img {
  width: 1.12rem;
  display: block;
  transition: all 0.5s;
}
.sec04 .s4-main .s4-city .city img:hover {
  transform: scale(1.21);
  transform-origin: bottom;
}
.sec04 .s4-main .s4-city .city span {
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: #fff;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #fe090b;
  border-radius: 0.1rem 0.1rem 0.1rem 0;
  padding-left: 0.06rem;
  padding-right: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0.91rem;
}
.sec04 .s4-main .s4-city .city span::before {
  content: '';
  width: 0.11rem;
  height: 0.14rem;
  background: url("../images/s4-icon01.png") no-repeat center / 100%;
}
.sec04 .s4-main .s4-more {
  width: 100%;
  padding: 0 0 0.25rem;
  font-size: 0.18rem;
  line-height: 1.5;
  color: #fff;
}
.sec04 .s4-main .s4-more a {
  width: 1.7rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.sec04 .s4-main .s4-more a img {
  width: 0.15rem;
  display: block;
  margin-left: 0.1rem;
  transition: all 0.2s;
}
.sec04 .s4-main .s4-more a.change img {
  transform: rotate(180deg);
}
.sec05 {
  height: 7.43rem;
  background: url("../images/s5-bg01.jpg") no-repeat center top / 20rem 100%;
}
.sec05 .s5-main {
  position: relative;
  margin-top: 0.3rem;
}
.sec05 .s5-main .s5-txt {
  width: 10.17rem;
  height: 1rem;
  clear: both;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #b70505;
  margin-top: 0.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec05 .s5-main .s5-txt p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: left;
  width: 95%;
  margin: auto;
}
.sec05 .s5-main .s5-point {
  width: 10.17rem;
  clear: both;
  margin: 0.23rem auto 0.52rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec05 .s5-main .s5-point .item {
  width: 3.12rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: rgba(169, 6, 2, 0.5);
  background: -webkit-linear-gradient(#a90602, rgba(250, 25, 18, 0));
  background: -moz-linear-gradient(#a90602, rgba(250, 25, 18, 0));
  background: -o-linear-gradient(#a90602, rgba(250, 25, 18, 0));
  background: linear-gradient(#a90602, rgba(250, 25, 18, 0));
  border: solid 0.01rem #a50608;
  border-radius: 0 0.3rem 0 0.3rem;
  position: relative;
}
.sec05 .s5-main .s5-point .item::before {
  content: '';
  width: 0.72rem;
  height: 0.14rem;
  display: block;
  background: url("../images/s5-icon01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.23rem;
  left: -0.1rem;
}
.sec05 .s5-main .s5-point .item::after {
  content: '';
  width: 0.72rem;
  height: 0.14rem;
  display: block;
  background: url("../images/s5-icon01.png") no-repeat center / 100%;
  position: absolute;
  top: 1.82rem;
  right: -0.23rem;
}
.sec05 .s5-main .s5-point .item .pic {
  width: 100%;
  height: 1.85rem;
  clear: both;
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
.sec05 .s5-main .s5-point .item .pic img {
  width: 1.91rem;
  display: block;
}
.sec05 .s5-main .s5-point .item span {
  width: 100%;
  display: block;
  margin-top: -0.06rem;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.sec05 .s5-main .s5-point .item a {
  width: 1.6rem;
  height: 0.46rem;
  display: block;
  border: solid 0.01rem #f4f0e8;
  border-radius: 0.5rem;
  background: #fec491;
  background: linear-gradient(-45deg, #fec491, #fff, #fec491);
  font-size: 0.24rem;
  line-height: 0.46rem;
  color: #700605;
  font-weight: 500;
  transition: all 0.5s;
}
.sec05 .s5-main .s5-point .item a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0.2rem #f00;
}
.sec05 .s5-main .s5-point .item:nth-child(odd) .pic img {
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.sec05 .s5-main .s5-point .item:nth-child(even) .pic img {
  animation: moveY4 0.8s linear infinite alternate;
  -o-animation: moveY4 0.8s linear infinite alternate;
  -moz-animation: moveY4 0.8s linear infinite alternate;
  -webkit-animation: moveY4 0.8s linear infinite alternate;
}
.sec06 {
  height: 7.76rem;
  background: url("../images/s6-bg01.jpg") no-repeat center top / 20rem 100%;
}
.sec06 .s6-main {
  position: relative;
  margin-top: 0.3rem;
}
.sec06 .s6-main .s6-txt {
  width: 10.17rem;
  height: 1rem;
  clear: both;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #b70505;
  margin-top: 0.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec06 .s6-main .s6-txt p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: left;
  width: 95%;
  margin: auto;
}
.sec06 .s6-main .s6-tab {
  width: 10.17rem;
  clear: both;
  margin-top: 0.26rem;
  margin-bottom: 0.43rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec06 .s6-main .s6-tab .tabItem {
  width: 6.03rem;
  height: 3.81rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #e10809;
}
.sec06 .s6-main .s6-tab .tabItem .pic {
  width: 5.7rem;
  height: 3.48rem;
  display: block;
  border: solid 0.01rem #fedbd9;
  overflow: hidden;
}
.sec06 .s6-main .s6-tab .tabItem .pic img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.sec06 .s6-main .s6-tab .tabItem .pic img:hover {
  transform: scale(1.1);
}
.sec06 .s6-main .s6-tab .rightTab {
  width: 3.95rem;
  display: block;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.sec06 .s6-main .s6-tab .rightTab ul {
  width: 100%;
  clear: both;
  margin-bottom: 0.05rem;
}
.sec06 .s6-main .s6-tab .rightTab ul li {
  width: 100%;
  clear: both;
  margin-bottom: 0.18rem;
  height: 0.61rem;
  display: block;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #dd0103;
  box-sizing: border-box;
}
.sec06 .s6-main .s6-tab .rightTab ul li a {
  width: 100%;
  height: 0.61rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
  color: #fff;
  line-height: 1;
}
.sec06 .s6-main .s6-tab .rightTab ul li.on {
  border: solid 0.01rem #fff;
  background: #fee6d2;
  background: -webkit-linear-gradient(left, #fdf1e9, #ffdabb);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fdf1e9, #ffdabb);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fdf1e9, #ffdabb);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fdf1e9, #ffdabb);
  /* 标准的语法 */
}
.sec06 .s6-main .s6-tab .rightTab ul li.on a {
  background: linear-gradient(to right, #770200 0%, #aa0702 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sec06 .s6-main .s6-tab .rightTab .btn01 {
  width: 2rem;
  height: 0.46rem;
  display: block;
  border: solid 0.01rem #f4f0e8;
  border-radius: 0.5rem;
  background: #fec491;
  background: linear-gradient(-45deg, #fec491, #fff, #fec491);
  font-size: 0.24rem;
  line-height: 0.46rem;
  color: #700605;
  font-weight: 500;
  transition: all 0.5s;
}
.sec06 .s6-main .s6-tab .rightTab .btn01:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0.2rem #f00;
}
.sec07 {
  height: 8.19rem;
  background: url("../images/s7-bg01.jpg") no-repeat center top / 20rem 100%;
}
.sec07 .s7-main {
  position: relative;
  margin-top: 0.3rem;
}
.sec07 .s7-main .s7-txt {
  width: 10.17rem;
  height: 1.26rem;
  clear: both;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #b70505;
  margin-top: 0.43rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec07 .s7-main .s7-txt p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: left;
  width: 95%;
  margin: auto;
}
.sec07 .s7-main .s7-honor {
  width: 10.2rem;
  height: 3.3rem;
  clear: both;
  margin-top: 0.35rem;
}
.sec07 .s7-main .s7-honor .swiper {
  width: 100%;
  height: 3.3rem;
  margin-bottom: 0.1rem;
}
.sec07 .s7-main .s7-honor .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.sec07 .s7-main .s7-honor .swiper .swiper-slide {
  margin: auto;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  width: 2.36rem;
  display: block;
  height: 3.3rem;
}
.sec07 .s7-main .s7-honor .swiper .swiper-slide .pic {
  width: 100%;
  display: block;
  margin: auto;
  height: 3.09rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
.sec07 .s7-main .s7-honor .swiper .swiper-slide img {
  width: 2.36rem;
  display: block;
  margin: 0 auto;
}
.sec07 .s7-main .s7-honor .swiper .swiper-slide span {
  width: 100%;
  height: 0.52rem;
  background: url("../images/s7-icon01.png") no-repeat center / auto 0.29rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -0.31rem;
}
.sec07 .s7-main .s7-btn {
  width: 100%;
  clear: both;
  margin: 0.18rem auto 0.28rem;
}
.sec07 .s7-main .s7-btn a {
  width: 2rem;
  height: 0.46rem;
  display: block;
  margin: auto;
  border: solid 0.01rem #f4f0e8;
  border-radius: 0.5rem;
  background: #fec491;
  background: linear-gradient(-45deg, #fec491, #fff, #fec491);
  font-size: 0.24rem;
  line-height: 0.46rem;
  color: #700605;
  font-weight: 500;
  transition: all 0.5s;
}
.sec07 .s7-main .s7-btn a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0.2rem #f00;
}
.sec08 {
  height: auto;
  padding-bottom: 1.4rem;
  background: url("../images/s8-bg01.jpg") no-repeat center top / 20rem;
}
.sec08 .s8-main {
  position: relative;
  margin-top: 0.3rem;
}
.sec08 .s8-main .s8-txt {
  width: 10.17rem;
  height: auto;
  clear: both;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #b70505;
  margin-top: 0.43rem;
  margin-bottom: 0.28rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec08 .s8-main .s8-txt p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: left;
  width: 95%;
  margin: 0.18rem auto;
}
.sec08 .s8-main .s8-txt .heartPart {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -0.2rem;
}
.sec08 .s8-main .s8-txt .heartPart .heart {
  width: 2.9rem;
  height: 2.71rem;
  display: block;
  background: url("../images/s8-img01.png") no-repeat center / 100%;
  margin: auto -0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec08 .s8-main .s8-txt .heartPart .heart span {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #fff;
  font-weight: 500;
}
.sec08 .s8-main .s8-txt .heartPart .heart.heart1,
.sec08 .s8-main .s8-txt .heartPart .heart.heart3 {
  animation: moveY1 0.8s linear infinite alternate;
  -o-animation: moveY1 0.8s linear infinite alternate;
  -moz-animation: moveY1 0.8s linear infinite alternate;
  -webkit-animation: moveY1 0.8s linear infinite alternate;
}
.sec08 .s8-main .s8-txt .heartPart .heart.heart2 {
  animation: moveY4 0.8s linear infinite alternate;
  -o-animation: moveY4 0.8s linear infinite alternate;
  -moz-animation: moveY4 0.8s linear infinite alternate;
  -webkit-animation: moveY4 0.8s linear infinite alternate;
}
.sec08 .s8-main .s8-comment {
  width: 10.17rem;
  height: auto;
  clear: both;
  background: #910501;
  background: -webkit-linear-gradient(left, #aa0702, #770200);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #aa0702, #770200);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #aa0702, #770200);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #aa0702, #770200);
  /* 标准的语法 */
  border: solid 0.01rem #b70505;
  margin-bottom: 0.44rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec08 .s8-main .s8-comment .commentbox {
  width: 9.84rem;
  height: 1.62rem;
  display: block;
  background: #fff2e6;
  background: -webkit-linear-gradient(#ffe5cc, #fff);
  background: -moz-linear-gradient(#ffe5cc, #fff);
  background: -o-linear-gradient(#ffe5cc, #fff);
  background: linear-gradient(#ffe5cc, #fff);
  border: solid 0.02rem #fff;
  box-sizing: border-box;
  margin: 0.2rem auto;
  position: relative;
}
.sec08 .s8-main .s8-comment .commentbox textarea {
  width: 95%;
  height: 1.4rem;
  display: block;
  margin: auto;
  border: none;
  resize: none;
  padding: 0.1rem 2.5%;
  background: rgba(255, 255, 255, 0);
  font-size: 0.2rem;
  line-height: 1.5;
  color: #333;
  font-family: "MiSans", sans-serif;
}
.sec08 .s8-main .s8-comment .commentbox a {
  width: 2rem;
  height: 0.46rem;
  display: block;
  background: #bb0401;
  background: -webkit-linear-gradient(left, #cc0000, #aa0702);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #cc0000, #aa0702);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #cc0000, #aa0702);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #cc0000, #aa0702);
  /* 标准的语法 */
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.46rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 0.27rem;
  bottom: 0.18rem;
}
.sec08 .s8-main .s8-comment .discussList {
  width: 9.84rem;
  height: auto;
  display: block;
  background: #fff2e6;
  background: -webkit-linear-gradient(#ffe5cc, #fff);
  background: -moz-linear-gradient(#ffe5cc, #fff);
  background: -o-linear-gradient(#ffe5cc, #fff);
  background: linear-gradient(#ffe5cc, #fff);
  border: solid 0.02rem #fff;
  box-sizing: border-box;
  margin: 0 auto 0.2rem;
  position: relative;
  padding-bottom: 0.4rem;
}
.sec08 .s8-main .s8-comment .discussList .discussTit {
  width: 100%;
  clear: both;
}
.sec08 .s8-main .s8-comment .discussList .discussTit img {
  height: 0.72rem;
  display: block;
  margin: 0 auto 0.1rem;
}
.sec08 .s8-main .s8-comment .discussList .cont-list {
  width: 8.8rem;
  clear: both;
  margin: auto;
}
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item {
  width: 100%;
  clear: both;
  border-bottom: dashed 0.02rem #fed9b8;
  padding: 0.22rem 0 0.12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item:last-child {
  border-bottom: 0;
}
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .list-txt {
  width: 8.1rem;
  text-align: left;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #333;
}
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .list-txt .li-p {
  color: #d01920;
}
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .list-txt .li-p span {
  margin-right: 0.2rem;
  font-weight: 700;
}
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .operate {
  width: 0.47rem;
  display: block;
}
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .operate a.zan {
  width: 100%;
  height: 0.47rem;
  display: block;
  background: url("../images/s8-zan01.png") no-repeat center / 100%;
  cursor: pointer;
  border-radius: 50%;
}
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .operate a.zan:hover,
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .operate a.zan.active {
  background: url("../images/s8-zan02.png") no-repeat center / 100%;
}
.sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .operate i {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #333;
  display: block;
}
.sec08 .s8-main .s8-comment .discussList .noData {
  width: 100%;
  margin-top: 0.5rem;
  padding-bottom: 0.25rem;
  display: none;
}
.sec08 .s8-main .s8-comment .discussList .noData img {
  width: 3.84rem;
  display: block;
  margin: 0 auto ;
}
.sec08 .s8-main .s8-comment .discussList .noData p {
  font-size: 0.24rem;
  line-height: 1.5;
  color: #666;
}
.sec08 .s8-main .s8-comment .discussList #pagination2 {
  width: 100%;
  clear: both;
  margin-top: 0.24rem;
  font-size: 0.16rem;
}
.sec08 .s8-main .s8-comment .discussList #pagination2 .ui-pagination-container .ui-pagination-page-item.active {
  background: #d01920;
  border-color: #d01920;
}
.sec08 .s8-main .s8-comment .discussList #pagination2 .ui-pagination-container .ui-pagination-page-item:hover {
  background: #d01920;
  border-color: #d01920;
}
.lfNav {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 1.52rem;
  height: 5.07rem;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  border-radius: 1rem;
  background: url("../images/fixNavbg.png") no-repeat center / 100%;
}
.lfNav .close {
  position: absolute;
  top: 0;
  right: -0.15rem;
  height: 30px;
  width: 30px;
}
.lfNav .close img {
  width: 100%;
  display: block;
}
.lfNav .nav-bg {
  width: 1.36rem;
  height: 0.34rem;
  display: block;
  background: #fff;
  border-radius: 0.06rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #444;
  text-align: center;
  margin-bottom: 0.04rem;
}
.lfNav .nav-bg.first {
  margin-top: 1.36rem;
}
.lfNav .nav-bg a {
  width: 100%;
  height: 0.34rem;
  display: block;
}
.lfNav .nav-bg:hover {
  background: #fec491;
  background: linear-gradient(90deg, #fec491, #fff, #fec491);
  color: #a90702;
  font-weight: bold;
}
.lfNav .fixTop {
  width: 0.62rem;
  display: block;
}
.lfNav .fixTop a {
  width: 100%;
  height: 0.62rem;
  display: block;
  border-radius: 50%;
}
.lfNav .fixTop a img {
  width: 100%;
  display: block;
}
@keyframes enter {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1500px, 0);
    animation-timing-function: linear;
  }
  50% {
    opacity: 0.5;
    transform: scale3d(0.75, 0.75, 0.75) translate3d(0, -60px, 0);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    animation-timing-function: linear;
  }
}
@media screen and (min-width: 800px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  body {
    width: 100%;
    min-width: 7.5rem !important;
  }
  .m-hide {
    display: none;
  }
  .lfNav {
    display: none;
  }
  .wrap {
    width: 7rem;
  }
  .banner-box {
    background-size: 15rem;
    height: 5.55rem;
  }
  .banner-box .wrap {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .banner-box .logo {
    left: 0.3rem;
    width: 2.8rem;
  }
  .banner-box .banTheme {
    width: 5rem;
    left: 0.3rem;
    top: 1.3rem;
  }
  .banner-box .banPic {
    width: 1rem;
    top: 2rem;
    left: 5rem;
  }
  .sections {
    padding-bottom: 0.35rem;
  }
  .sections .secTit::before,
  .sections .secTit::after {
    display: none;
  }
  .sec01 {
    background-size: 15rem 100%;
    height: auto;
  }
  .sec01 .s1-main {
    width: 7.5rem;
    margin-left: -0.25rem;
    height: 4.1rem;
  }
  .sec01 .s1-main .vidbox {
    width: 6.7rem;
  }
  .basePart::before {
    width: 5.7rem;
  }
  .basePart::after {
    width: 5.7rem;
  }
  .sec02 {
    height: auto;
  }
  .sec02 .s2-main {
    margin-top: 0.25rem;
  }
  .sec02 .s2-main .part .s2-tips {
    width: 90%;
  }
  .sec02 .s2-main .part .s2-tips .tips {
    height: auto;
    padding: 0.25rem 0;
  }
  .sec02 .s2-main .part .s2-tips .tips p {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec02 .s2-main .part .s2-status {
    background: none;
    height: auto;
    margin: 0.25rem auto 1rem;
  }
  .sec02 .s2-main .part .s2-status img.baseAll {
    width: 90%;
    display: block;
    margin: auto;
  }
  .sec02 .s2-main .part .s2-status .statBase,
  .sec02 .s2-main .part .s2-status .stat {
    display: none;
  }
  .sec02 .s2-main .part .s2-txt {
    width: 94%;
    height: auto;
    padding: 0.25rem 0;
  }
  .sec02 .s2-main .part .s2-txt p {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec02 .s2-main .part .s2-videoAll {
    width: 100%;
  }
  .sec02 .s2-main .part .s2-videoAll .tab {
    width: 100%;
    margin: auto;
  }
  .sec03 {
    height: auto;
  }
  .sec03 .s3-main {
    margin-top: 0.25rem;
  }
  .sec03 .s3-main .s3-txt {
    width: 94%;
    height: auto;
    padding: 0.25rem 0;
  }
  .sec03 .s3-main .s3-txt p {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec03 .s3-main .s3-offline {
    width: 94%;
  }
  .sec03 .s3-main .s3-service {
    width: 94%;
  }
  .sec03 .s3-main .s3-service img {
    position: relative;
    top: 0;
    width: 90%;
  }
  .sec03 .s3-main .s3-service ul {
    width: 100%;
    clear: both;
  }
  .sec03 .s3-main .s3-service ul li {
    width: 48%;
  }
  .sec03 .s3-main .s3-service ul li p {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec03 .s3-main .s3-service ul li:nth-child(odd) p {
    margin-left: 0.2rem;
  }
  .sec03 .s3-main .s3-service ul li:nth-child(even) p {
    margin-left: 0.2rem;
  }
  .sec03 .s3-main .s3-service ul li.s1 p {
    width: 2.8rem;
  }
  .sec03 .s3-main .s3-service ul li.s2 p {
    width: 2.8rem;
  }
  .sec03 .s3-main .s3-service ul li.s3 p {
    width: 2.8rem;
  }
  .sec03 .s3-main .s3-service ul li.s4 p {
    width: 2.8rem;
  }
  .sec04 {
    height: auto;
  }
  .sec04 .s4-main {
    margin: 0.25rem auto 0.4rem;
  }
  .sec04 .s4-main .s4-txt {
    width: 94%;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec04 .s4-main .s4-kuang {
    width: 94%;
  }
  .sec04 .s4-main .s4-txtList {
    width: 7rem;
    margin-left: -3%;
  }
  .sec04 .s4-main .s4-txtList .swiper .swiper-slide {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .sec05 {
    height: auto;
  }
  .sec05 .s5-main {
    margin: 0.25rem auto 0.4rem;
  }
  .sec05 .s5-main .s5-txt {
    width: 94%;
    padding: 0.25rem 0;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec05 .s5-main .s5-txt p {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec05 .s5-main .s5-point {
    width: 94%;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  .sec05 .s5-main .s5-point .item {
    width: 2.4rem;
    margin: 0 0.2rem 0.25rem;
  }
  .sec06 {
    height: auto;
  }
  .sec06 .s6-main {
    margin: 0.25rem auto 0.4rem;
  }
  .sec06 .s6-main .s6-txt {
    width: 94%;
    padding: 0.25rem 0;
    height: auto;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec06 .s6-main .s6-txt p {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec06 .s6-main .s6-tab {
    width: 94%;
    justify-content: center;
  }
  .sec06 .s6-main .s6-tab .tabItem {
    margin-bottom: 0.25rem;
  }
  .sec07 {
    height: auto;
  }
  .sec07 .s7-main {
    margin: 0.25rem auto 0.4rem;
  }
  .sec07 .s7-main .s7-txt {
    width: 94%;
    padding: 0.25rem 0;
    height: auto;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec07 .s7-main .s7-txt p {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec07 .s7-main .s7-honor {
    width: 94%;
  }
  .sec08 {
    height: auto;
  }
  .sec08 .s8-main {
    margin: 0.25rem auto 0.4rem;
  }
  .sec08 .s8-main .s8-txt {
    width: 94%;
    padding: 0.25rem 0;
    height: auto;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec08 .s8-main .s8-txt p {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .sec08 .s8-main .s8-comment {
    width: 94%;
    padding: 0.25rem 0;
    height: auto;
  }
  .sec08 .s8-main .s8-comment .commentbox {
    margin: 0 auto 0.25rem;
    width: 94%;
    height: 2.6rem;
  }
  .sec08 .s8-main .s8-comment .commentbox textarea {
    height: 2.4rem;
    font-size: 0.24rem;
  }
  .sec08 .s8-main .s8-comment .discussList {
    width: 94%;
  }
  .sec08 .s8-main .s8-comment .discussList .discussTit img {
    height: 0.62rem;
  }
  .sec08 .s8-main .s8-comment .discussList .cont-list {
    width: 94%;
  }
  .sec08 .s8-main .s8-comment .discussList .cont-list .cont-item {
    padding: 0.22rem 0 0.2rem;
  }
  .sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .list-txt {
    width: 4.9rem;
    font-size: 0.24rem;
  }
  .sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .list-txt .li-p {
    margin-bottom: 0.1rem;
  }
  .sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .list-txt .li-p span {
    font-weight: 700;
  }
  .sec08 .s8-main .s8-comment .discussList .cont-list .cont-item .operate i {
    font-size: 0.24rem;
  }
  .sec08 .s8-main .s8-comment .discussList #pagination2 {
    font-size: 0.22rem;
  }
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.tcbox {
  width: 6rem;
  height: auto;
  display: block;
  position: absolute;
  background: #0dbfb3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin-top: 0.8rem;
}
.freebox {
  width: 6rem;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0.16em;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
}
.tipSure {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin: -0.22rem auto 0;
}
.tipSure a {
  width: 3.26rem;
  height: 0.94rem;
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.88rem;
  color: #93420c;
  font-weight: bold;
  background: url("../images/tc-btn01.png") no-repeat center;
  background-size: 100%;
  position: relative;
}
.close {
  position: absolute;
  top: -1.9rem;
  right: 0;
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  z-index: 99;
}
.close02 {
  top: -0.2rem;
}
.close a {
  width: 100%;
  display: block;
}
.close a img {
  width: 100%;
  display: block;
}
/* 温馨提示 */
.noteTxt {
  width: 100%;
  clear: both;
  float: left;
  margin: 0.53rem auto 0.35rem;
  text-align: center;
}
.noteTxt img {
  display: inline-block;
  margin: 0 auto 0.2rem;
  width: 3.84rem;
}
.noteTxt p {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333;
}
/*# sourceMappingURL=style.css.map */