@import "base.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  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;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
body {
  font-family: "SiYuanHei","HarmonyOS","HarmonyOS Sans SC", "HarmonyOS Sans";
}
.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;
}
@media screen and (max-width: 800px) {
  body {
    background: #fff9f6;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  width: 100%;
  margin: 0 auto!important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff9f6;
}
.wrap {
  width: 12rem;
  margin: auto;
  text-align: center;
  position: relative;
}

.banner-box {
  width: 100%;
  clear: both;
  height: 7.8rem;
  background: url("../images/banner.jpg") no-repeat center top;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow: hidden;
}

.banner-box .banTit {
  width: 8.07rem;
  display: block;
  clear: both;
  margin-top: .7rem;
  float: left;
  margin-left: .06rem;
}
.banner-box .banTit img {
  width: 100%;
  display: block;
}
.ban-logo{
  display: none;
}
.banimg2{
  width: 1.52rem;
  position: absolute;
  right: 3.35rem;
  top: 1.4rem;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 2s linear infinite alternate;
}
.banimg3{
  width: 6.25rem;
  position: absolute;
  left: .74rem;
  top: 4.9rem;
}
.banimg4{
  width: 5.44rem;
  position: absolute;
  right: -.55rem;
  top: 2.4rem;
  /* 添加动画效果 */
  /*animation: float 3s ease-in-out infinite;*/
}
.banD{
  width: 9.99rem;
  height: .97rem;
  border: .01rem solid #db3507;
  border-radius: .1rem;
  background: rgba(110,13,1,0.7);
  margin: 6.37rem auto 0;
}
.banD>span{
  display: inline-block;
  float: left;
}
.banD .sp1{
  font-size: .2rem;
  font-weight: bold;
  color: #520c01;
  width: .7rem;
  height: .62rem;
  border-radius: .1rem;
  background: #ffd7c2;
  background: -webkit-linear-gradient(top, #ffd7c2, #ffb992);
  background: -o-linear-gradient(bottom, #ffd7c2, #ffb992);
  background: -moz-linear-gradient(bottom, #ffd7c2, #ffb992);
  background: linear-gradient(to bottom, #ffd7c2, #ffb992);
  line-height: .25rem;
  padding-top: .08rem;
  margin-top: .12rem;
  margin-left: .2rem;
}
.banD .sp2 p{
  width: 8.7rem;
  font-size: .17rem;
  color: #ffeada;
  text-align: left;
  letter-spacing: -0.2px;
  line-height: .28rem;
  margin-left: .2rem;
  margin-top: .16rem;
}

.sections {
  width: 100%;
  clear: both;
  display: block;
}
.sections .tit h2 {
  display: inline-block;
  font-size: .48rem;
  font-weight: bold;
  color: #000000;
  position: relative;
}
.sections .tit h2::before{
  display: inline-block;
  content: '';
  width: 10.58rem;
  height: .35rem;
  background: url(../images/titbg1.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: .22rem;
}
.main{
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .pc-hide {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .m-hide {
    display: none !important;
  }
}
/*侧边悬停*/
.lfNav {
  position: fixed;
  width: 1.33rem;
  height: 4.86rem;
  display: block;
  background: url("../images/fixedNav.png") no-repeat center / 100%;
  top: 45%;
  left: 20px;
  z-index: 9;
  transform: translateY(-50%);
}
.lfNav .close{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -30px;
  left: 45%;
}
.lfNav .closefix {
  position: absolute;
  top: -30px;
  right: -20px;
  height: 30px;
  width: 30px;
}
.lfNav .closefix img {
  width: 100%;
}
.navPic {
  width: 2.67rem;
  display: block;
  margin-top: -0.72rem;
  margin-left: -0.35rem;
}
.navPic img {
  width: 100%;
  display: block;
}
.nav-bg {
  width: 78px;
  height: 48px;
  display: block;
  margin: 0 auto;
  border-bottom: 1px dashed rgba(225,22,3,0.4);
}
.nav-bg:nth-of-type(7){
  border-bottom: 0;
}
.nav-bg a {
  width: 100%;
  height: 48px;
  display: block;
  margin: auto;
  line-height: 48px;
  color: #292929;
  font-size: 18px;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
.mt185 {
  margin-top: 68px;
}
.nav-bg a.on,
.nav-bg a:hover {
  font-weight: bold;
}
.left_top {
  width: 100%;
  height: 68px;
  display: block;
  float: left;
  margin-top: 12px;
}
.left_top img {
  width: 100%;
}
.tit{
  display: inline-block;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
/*sec1*/
.sec1{
  height: 7.45rem;
  background: url("../images/s1Bg.jpg") no-repeat center bottom;
  background-size: auto 7.45rem;
  position: relative;
}
.sec1 .tit{
  margin-top: .64rem;
}
.s1main{
  display: inline-block;
  width: 100%;
  height: 4.04rem;
  background: url("../images/s1X.png") no-repeat center .28rem;
  background-size: auto 4.04rem;
  position: relative;
}
.ren{
  width: .6rem;
  position: absolute;
  left: 3.2rem;
  top: .7rem;
}
.s1main>div{
  display: inline-block;
  float: left;
  width: 2.3rem;
  min-height: 1.3rem;
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0 .08rem .32rem rgba(237,187,170,0.28);
}
.s1xq>h2{
  display: inline-block;
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  border-radius: .1rem;
  background: #ab2902;
  background: -webkit-linear-gradient(left, #ab2902, #cf461d);
  background: -o-linear-gradient(right, #ab2902, #cf461d);
  background: -moz-linear-gradient(right, #ab2902, #cf461d);
  background: linear-gradient(to right, #ab2902, #cf461d);
  font-size: .3rem;
  font-weight: bold;
  color: #ffebcb;
  box-shadow: 0 .07rem .03rem rgba(237,187,170,0.28);
}
.s1xq>p{
  font-size: .2rem;
  color: #000;
  line-height: .65rem;
}
.s1xq1>p{
  line-height: .3rem;
  margin: .18rem auto .31rem;
}
.s1xq1{
  margin-top: 2.28rem;
  margin-left: .6rem;
}
.s1xq2{
  margin-top: 2.23rem;
  margin-left: .6rem;
}
.s1xq3{
  margin-top: 2.28rem;
  margin-left: .5rem;
}
.s1xq4{
  margin-top: 1.28rem;
  margin-left: .6rem;
}
.s1main>p{
  font-size: .18rem;
  color: #000;
  display: inline-block;
  width: 100%;
  margin: .48rem auto .5rem;
}
.s1main>a{
  display: inline-block;
  width: 5.6rem;
  height: .8rem;
  line-height: .8rem;
  border-radius: 1rem;
  box-shadow: 0 .12rem .21rem rgba(32,151,238,0.4);
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
  background: #3263d9;
  background: -webkit-linear-gradient(left, #3263d9, #2195ed);
  background: -o-linear-gradient(right, #3263d9, #2195ed);
  background: -moz-linear-gradient(right, #3263d9, #2195ed);
  background: linear-gradient(to right, #3263d9, #2195ed);
}
/*sec2*/
.sec2{
  height: 7.13rem;
  background: url("../images/s2Bg.jpg") no-repeat center top;
  background-size: auto 7.13rem;
}
.tit2{
  margin-top: .55rem;
}
.s2main{
  margin-top: .62rem;
}
.s2main>div{
  display: inline-block;
  width: 3.86rem;
  height: 4.9rem;
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0 .08rem .32rem rgba(237,187,170,0.28);
  float: left;
  margin-right: .2rem;
}
.s2main>div:last-child{
  margin-right: 0;
}
.s2d2 a{
  display: inline-block;
  width: 2.58rem;
  height: .48rem;
  line-height: .48rem;
  border: .01rem solid #d22909;
  font-size: .2rem;
  color: #d22909;
  border-radius: 1rem;
  cursor: pointer;
}
.s2xq .s2d1{
  display: inline-block;
  width: 100%;
  height: 2.5rem;
}
.s2xq1 .s2d1{
  background: url("../images/s2img1.png") no-repeat center top;
  background-size: 100%;
}
.s2xq2 .s2d1{
  background: url("../images/s2img2.png") no-repeat center top;
  background-size: 100%;
}
.s2xq3 .s2d1{
  background: url("../images/s2img3.png") no-repeat center top;
  background-size: 100%;
}
.s2d1 h2{
  display: inline-block;
  width: 100%;
  height: .58rem;
  line-height: .57rem;
  font-size: .26rem;
  font-weight: bold;
  color: #fff;
  background: url("../images/s2img4.png") no-repeat center top;
  background-size: 100%;
  margin-top: 1.91rem;
}
.s2d2 p{
  font-size: .18rem;
  color: #000;
  text-align: center;
  line-height: .33rem;
  margin: .2rem auto .22rem;
  letter-spacing: -.5px;
}
.sec3{
  display: inline-block;
  width: 100%;
  height: 3rem;
  background: url("../images/s3Bg.jpg") no-repeat center top;
  background-size: auto 100%;
}
.s3main{
  margin-top: .39rem;
}
.s3main>div{
  display: inline-block;
  width: 3.86rem;
  height: 1rem;
  background: url("../images/s3img2.png") no-repeat left top;
  background-size: auto 100%;
  float: left;
  margin-right: .2rem;
  margin-bottom: .2rem;
}
.s3main>div:nth-of-type(3n){
  margin-right: 0;
}
.s3xq .sp1{
  display: inline-block;
  width: .62rem;
  float: left;
  margin-top: .23rem;
  margin-left: .22rem;
}
.s3xq .sp2{
  display: inline-block;
  font-size: .24rem;
  font-weight: bold;
  color: #380e01;
  text-align: left;
  float: left;
  line-height: .3rem;
  margin-top: .18rem;
  margin-left: .23rem;
}
.s3xq>a{
  display: inline-block;
  width: 1.01rem;
  height: 1.01rem;
  background: url("../images/s3Btn.png") no-repeat center top;
  background-size: 100% 100%;
  float: right;
  border-radius: 1rem;
}
.s3xq>a>label{
  display: inline-block;
  width: 100%;
  font-size: .2rem;
  color: #fff;
  line-height: .25rem;
  margin-top: .25rem;
  cursor: pointer;
}
/*sec4*/
.tit4{
  margin: .56rem auto .28rem
}
.s4main>div{
  display: inline-block;
  width: 5.9rem;
  height: 2rem;
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0 .08rem .32rem rgba(237,187,170,0.28);
  float: left;
  margin-right: .2rem;
  margin-bottom: .2rem;
}
.s4main>div:nth-of-type(2n){
  margin-right: 0;
}
.s4xq .s4L{
  display: inline-block;
  width: 1.54rem;
  height: 2rem;
  background: url("../images/s4img5.png") no-repeat center top;
  background-size: 100%;
  float: left;
}
.s4L>img{
  margin-top: .31rem;
}
.s4L>p{
  font-size: .26rem;
  font-weight: bold;
  color: #fff;
  line-height: .34rem;
}
.s4xq .s4R{
  width: 3.6rem;
  display: inline-block;
  float: left;
  margin-left: .4rem;
  margin-top: .22rem;
}
.s4R p{
  display: inline-block;
  width: 100%;
  font-size: .2rem;
  color: #000;
  text-align: left;
  line-height: .29rem;
}
.s4R>a{
  display: inline-block;
  width: 1.58rem;
  height: .36rem;
  line-height: .36rem;
  border: .01rem solid #b7342e;
  border-radius: 1rem;
  font-size: .18rem;
  color: #b32f08;
  margin-top: .18rem;
  float: right;
  cursor: pointer;
}
/*sec5*/
.s5main>div{
  display: inline-block;
  width: 2.8rem;
  height: 4.64rem;
  background: url(../images/s5img1.png) no-repeat center top;
  background-size: 100%;
  float: left;
  margin-left: -.37rem;
}
.s5main .s5xq1{
  margin-left: -.28rem;
}
.s5main .s5xq5{
  margin-left: -.37rem;
  margin-right: -.24rem;
}
.s5xq img{
  width: .4rem;
  margin-top: .52rem;
}
.s5xq h2{
  font-size: .28rem;
  font-weight: bold;
  color: #801e00;
  background: url(../images/s5img2.png) no-repeat center bottom;
  background-size: 1.61rem;
  padding-bottom: .13rem;
  margin-top: .11rem;
}
.s5xq>p{
  font-size: .2rem;
  color: #000;
  line-height: .29rem;
  margin-top: .12rem;
  height: 1.82rem;
}
.s5xq>a{
  display: inline-block;
  width: 1.46rem;
  height: .4rem;
  line-height: .39rem;
  background: #d22909;
  border-radius: 1rem;
  font-size: .18rem;
  color: #fff;
  cursor: pointer;
}
/*sec6*/
.sec6{
  min-height: 13.01rem;
  background: url("../images/s6Bg.jpg") no-repeat center top;
  background-size: auto 13.01rem;
}
.tit6{
  margin-top: .44rem;
}
.sec6 .tit h2{
  color: #fff;
}
.sec6 .tit h2::before {
  background: url(../images/titbg2.png) no-repeat center top;
  background-size: 100%;
}
.s6U{
  display: inline-block;
  width: 4.6rem;
  height: .64rem;
  border: .01rem solid #ff7901;
  border-radius: .1rem;
  padding: 0 .04rem;
  margin: .34rem auto .28rem;
}
.s6U li{
  font-size: .3rem;
  font-weight: bold;
  color: #ffcfa6;
  width: 2.22rem;
  height: .54rem;
  line-height: .52rem;
  border-radius: .1rem;
  display: inline-block;
  float: left;
  margin-top: .05rem;
  cursor: pointer;
}
.s6U li.cur{
  width: 2.38rem;
  color: #fff;
  background: #f57301;
  background: -webkit-linear-gradient(left, #f57301, #f9a005);
  background: -o-linear-gradient(right, #f57301, #f9a005);
  background: -moz-linear-gradient(right, #f57301, #f9a005);
  background: linear-gradient(to right, #f57301, #f9a005);
}
/*11111111111*/
.jianzhang .jzbm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.jianzhang .jzbm span {
  display: flex;
  align-items: center;
  width: 260px;
  height: 60px;
  margin: 30px 32px 40px;
  border-radius: 0.5rem;
  font-size: 24px;
  color: #982e11;
  font-weight: 600;
  background: rgba(255, 232, 195, 0.5);
  background: -webkit-linear-gradient(right, rgba(252, 253, 252, 0), #ffe8c3);
  background: linear-gradient(to right, rgba(252, 253, 252, 0), #ffe8c3);
}
.jianzhang .jzbm span img {
  width: 88px;
  margin: 0 20px 0 -27px;
}
.jianzhang .hengban {
  border-radius: 0.1rem;
  background: #fff;
  padding-top: 0;
  padding-bottom: 20px;
}
.jianzhang .hengban.show {
  display: block;
}
.jianzhang .hengban .leimu {
  width: 100%;
  height: .7rem;
  background: url("../images/s6Tbg.png") no-repeat center top;
  background-size: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.jianzhang .hengban .leimu.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 1200px;
}
.jianzhang .hengban .leimu span {
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #ffbe82;
  letter-spacing: 2px;
}
.jianzhang .hengban .leimu span:nth-of-type(1) {
  width: .95rem;
}
.jianzhang .hengban .leimu span:nth-of-type(2) {
  width: 2.2rem;
}
.jianzhang .hengban .leimu span:nth-of-type(3) {
  width: 2.38rem;
}
.jianzhang .hengban .leimu span:nth-of-type(4) {
  width: 4.19rem;
}
.jianzhang .hengban .leimu span:nth-of-type(5) {
  flex: 1;
  border-right: 0;
}
.jianzhang .hengban .banxing {
  display: flex;
  align-items: center;
  border-radius: 0.12rem;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  margin: 10px 18px 0;
  border: 1px solid #e3e3e3;
  background: #ffffff;
}
.jianzhang .hengban .banxing .red {
  color: #f32a17;
}
.jianzhang .hengban .banxing .banx {
  width: .38rem;
  height: 2.5rem;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  line-height: 33px;
  padding: 0 .2rem;
}
.jianzhang .hengban .banxing .mokuai {
  width: 2.19rem;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.jianzhang .hengban .banxing .mokuai p {
  width: 100%;
  text-align: center;
}
.jianzhang .hengban .banxing .mokuai p b {
  color: #000;
  font-weight: 600;
}
.jianzhang .hengban .banxing .ptziliao {
  width: 2.38rem;
  height: 100%;
  border-left: 1px solid #d4dde8;
  border-right: 1px solid #d4dde8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jianzhang .hengban .banxing .ptziliao b {
  display: block;
  font-weight: 600;
  color: #000;
}
.jianzhang .hengban .banxing .bjfuwu {
  width: 4.19rem;
  height: 100%;
  border-right: 1px solid #d4dde8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jianzhang .hengban .banxing .bjfuwu b {
  display: block;
  font-weight: 600;
  color: #000000;
  text-align: left;
  margin-left: .24rem;
}
.jianzhang .hengban .banxing .bjfuwu p {
  text-align: left;
  margin-left: .24rem;
}
.jianzhang .hengban .banxing .jiage {
  flex: 1;
  text-align: center;
}
.jianzhang .hengban .banxing .jiage p{
  font-weight: bold;
  color: #d22909;
}
.jianzhang .hengban .banxing .jiage i {
  display: block;
  margin-left: -40px;
  text-align: center;
  font-weight: 600;
  color: #000000;
}
.jianzhang .hengban .banxing .jiage a {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 0.1rem;
  background: #e2c090;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 15px auto 0;
  background: #2d71de;
  background: -webkit-linear-gradient(left, #2d71de, #258ae8);
  background: -o-linear-gradient(right, #2d71de, #258ae8);
  background: -moz-linear-gradient(right, #2d71de, #258ae8);
  background: linear-gradient(to right, #2d71de, #258ae8);
  box-shadow: 0 .04rem .1rem rgba(50,100,217,0.4);
  cursor: pointer;
}
.jianzhang .hengban .banxing .jiage a:hover {
  opacity: 0.85;
}
.jianzhang .hengban .banxing1 {
  height: 250px;
  background: #f6fcf4;
}
.jianzhang .hengban .banxing1 .banx {
  position: relative;
  background: url(../images/s6img3.png) center center no-repeat;
  background-size: 100% 100%;
}
.jianzhang .hengban .banxing1 .banx::after {
  position: absolute;
  top: -5px;
  left: -21px;
  content: '';
  width: 53px;
  height: 53px;
  background: url("../images/huo1.png") center center no-repeat;
  background-size: 100% 100%;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.jianzhang .hengban .banxing2 {
  height: 250px;
  background: #f8fbff;
}
.jianzhang .hengban .banxing2 .banx {
  position: relative;
  background: url("../images/s6img2.png") center center no-repeat;
  background-size: 100% 100%;
}
.jianzhang .hengban .banxing2 .banx::after {
  position: absolute;
  top: -12px;
  left: -22px;
  content: '';
  width: 53px;
  height: 53px;
  background: url("../images/sell1.png") center center no-repeat;
  background-size: 100% 100%;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.jianzhang .hengban .banxing2 .ptziliao {
  border-color: #ffcec6;
}
.jianzhang .hengban .banxing2 .bjfuwu {
  border-color: #ffcec6;
}
.jianzhang .hengban .banxing3 {
  height: 250px;
  background: #fff9f5;
  margin-top: 20px;
}
.jianzhang .hengban .banxing3.cur{
  margin-top: 70px;
}
.jianzhang .hengban .banxing3 .banx {
  position: relative;
  background: url("../images/s6img1.png") center center no-repeat;
  background-size: 100% 100%;
}
.jianzhang .hengban .banxing3 .banx::after {
  position: absolute;
  top: -10px;
  left: -25px;
  content: '';
  width: 53px;
  height: 53px;
  background: url("../images/hot1.png") center center no-repeat;
  background-size: 100% 100%;
  animation: scale1 1s linear infinite alternate;
  -webkit-animation: scale1 1s linear infinite alternate;
}
.jianzhang .hengban .banxing .bjfuwu p i{display: inline-block;}
.jianzhang .hengban .banxing .bjfuwu p .i1{width: 0.12rem;}
.jianzhang .hengban .banxing .bjfuwu p .i2{width: 0.3rem;}
.jianzhang .hengban .banxing .bjfuwu p .i3{width: 0.48rem;}
.jianzhang .hengban .banxing .bjfuwu p .i4{width: 0.48rem;}
.jianzhang .hengban .banxing .bjfuwu p .i5{width: 0;}
.s6T .s6tb{
  display: none;
}
.s6T>.cur{
  display: inline-block;
}
.s6Btn{
  display: inline-block;
  width: 5.6rem;
  height: .8rem;
  line-height: .8rem;
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
  border-radius: 1rem;
  background: #3263d9;
  background: -webkit-linear-gradient(left, #3263d9, #2195ed);
  background: -o-linear-gradient(right, #3263d9, #2195ed);
  background: -moz-linear-gradient(right, #3263d9, #2195ed);
  background: linear-gradient(to right, #3263d9, #2195ed);
  cursor: pointer;
  margin-top: .42rem;
}
/*sec7*/
.sec7{
  margin-top: .4rem;
}
.s7main>div{
  display: inline-block;
  float: left;
  width: 3.8rem;
  height: 1.04rem;
  border: .03rem solid #fde7dd;
  margin-right: .18rem;
  margin-bottom: .2rem;
}
.s7main>div:nth-of-type(3n){
  margin-right: 0;
}
.s7xq>div{
  display: inline-block;
  float: left;
}
.s7R{
  width: .8rem;
  height: .8rem;
  border-radius: .1rem;
  box-shadow: 0 .04rem .16rem rgba(182,39,0,0.32);
  margin-top: .12rem;
}
.s7R a{
  display: inline-block;
  width: 100%;
  height: 85%;
  font-size: .2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  line-height: .26rem;
  padding-top: .12rem;
  background: #ad2a03;
  background: -webkit-linear-gradient(50deg, #ad2a03, #cc2908);
  background: -o-linear-gradient(50deg, #ad2a03, #cc2908);
  background: -moz-linear-gradient(50deg, #ad2a03, #cc2908);
  background: linear-gradient(60deg, #ad2a03, #cb2908);
  border-radius: .1rem;
  cursor: pointer;
}
.s7L>p{
  text-align: left;
  line-height: .3rem;
  margin-left: .27rem;
  width: 2.5rem;
}
.s7L .p1{
  font-size: .22rem;
  font-weight: bold;
  color: #801e01;
  margin-top: .2rem;
}
.s7L .p2{
  font-size: .18rem;
  color: #000;
}
/*sec8*/
.sec8{
  margin-top: .35rem;
}
.s8main{
  width: 100%;
  margin-top: .63rem;
}
.s8main::before{
  display: inline-block;
  content: '';
  width: 100%;
  height: 3.63rem;
  background: url(../images/s8img3.png) no-repeat center top;
  background-size: 3.63rem;
  position: absolute;
  top: 1.12rem;
  left: 0;
  animation: scale 2.2s linear infinite alternate;
}
.s8xq>p{
  display: block;
}
.s8xq .p1{
  width: 2.85rem;
  height: .6rem;
  line-height: .6rem;
  background: url(../images/s8img4.png) no-repeat center top;
  background-size: 100%;
  border-radius: 1rem;
  box-shadow: 0 .08rem .04rem rgba(237, 187, 170, 0.28);
  float: left;
  font-size: .26rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: .23rem;
}
.s8xq .p1::after{
  position: absolute;
  top: .24rem;
  right: -2.25rem;
  content: '';
  width: 2.12rem;
  height: .12rem;
  background: url(../images/s8img1.png) no-repeat center top;
  background-size: 100%;
}
.s8xq .p2{
  font-size: .18rem;
  color: #000;
  text-align: left;
  width: 3rem;
  line-height: .28rem;
  margin-left: .45rem;
  clear: both;
}
.s8main>div{
  display: inline-block;
  float: left;
  width: 50%;
  height: 2.35rem;
}
.s8main>div:nth-of-type(2n){
  float: right;
}
.s8main>div:nth-of-type(2n)>p{
  float: right;
  clear: both;
}
.s8main>div:nth-of-type(2n) .p1::after{
  position: absolute;
  top: .24rem;
  left: -2.25rem;
  content: '';
  width: 2.12rem;
  height: .12rem;
  background: url(../images/s8img2.png) no-repeat center top;
  background-size: 100%;
}
.s8main>div:nth-of-type(2n) .p2{
  margin-left: 0;
  margin-right: .31rem;
}
.s8Btn{
  display: inline-block;
  width: 5.6rem;
  height: .8rem;
  line-height: .8rem;
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
  border-radius: 1rem;
  background: #3263d9;
  background: -webkit-linear-gradient(left, #3263d9, #2195ed);
  background: -o-linear-gradient(right, #3263d9, #2195ed);
  background: -moz-linear-gradient(right, #3263d9, #2195ed);
  background: linear-gradient(to right, #3263d9, #2195ed);
  cursor: pointer;
  box-shadow: 0 .12rem .21rem rgba(32, 151, 238, 0.4);
  margin: -.2rem auto .7rem;
}
/*sec9*/
.sec9{
  height: 4.8rem;
  background: url("../images/s10Bg.jpg") no-repeat center top;
  background-size: auto 4.8rem;
}
.tit9{
  margin-top: .36rem;
}
.sections .tit9 h2{
  color: #fff;
}
.s9main{
  margin-top: .33rem;
}
.s9main>div{
  display: inline-block;
  width: 2.2rem;
  height: 2.8rem;
  background: #ffe8d3;
  border-radius: .1rem;
  margin: 0 .14rem;
}
.s9xq>img{
  margin-top: .16rem;
  margin-bottom: .15rem;
}
.s9xq>p{
  font-size: .24rem;
  color: #801e01;
}


@keyframes scale{
  0%{transform: scale(1);}
  50%{transform: scale(1.05);}
  100%{transform: scale(1);}
}
/* 在style.css中添加自定义动画 */
@keyframes slideInRightGrow {
  0% {
    opacity: 0;
    transform: translateX(100%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* 添加动画类定义 */
.slideInRightGrow {
  animation-name: slideInRightGrow;
}

/* 添加动画定义 */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-700%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 修改run-animation类 */
.run-animation {
  animation: slideInFromLeft 2s ease-out forwards;
  opacity: 0; /* 初始状态设为透明 */
}
.enterprise-honor_box{
  padding-top: .3rem;
}