body {
  margin: 0;
  padding: 0;
}
.banner {
  width: 100%;
  position: relative;

}
.banner img {
  width: 100%;
  height: 37.5rem;
  top: 0!important
}
.banner .bb {
  width: 75rem;
  height: 14.375rem;
  position: absolute;
  left: 22rem;
  background-image: url("../images/bb.png");
  background-repeat: round;
  background-size: 100%;
  /* bottom: -7.5rem; */
  bottom: -11.5rem;

  display: flex;
  align-items: center;
  padding-right: 6.875rem;
  box-sizing: border-box;
  color: #fff;
}
.banner .bb .left {
  margin-left: 6rem;
  width: 22.5rem;
  font-size: 1.875rem;
}
.banner .bb .left span {
  font-size: 2.875rem;
  margin-bottom: 1.25rem;
}
.banner .bb .right {
  width: 35rem;
  margin-left: 3.75rem;
  font-size: 1.125rem;
  line-height: 2;
  text-indent: 2em;

  

}
 .bbb {
  width: 75rem;
  /* height: 14.375rem; */
  margin: 0 auto;
  background-image: url("../images/bb.png");
  background-repeat: round;
  background-size: 100%;
  display: none;
  align-items: center;
  padding-right: 4.875rem;
  box-sizing: border-box;
  color: #fff;
}
 .bbb .left {
  margin-left: 4rem;
  width: 26.5rem;
  font-size: 1.875rem;
}
 .bbb .left span {
  font-size: 2.875rem;
  margin-bottom: 1.25rem;
}
.bbb .right {
  width: 35rem;
  margin-left: 3.75rem;
  font-size: 1.125rem;
  /* text-indent: 2em; */
}
.switch {
  display: flex;
  margin: 17.25rem auto 3.125rem;
  justify-content: center;
  width: 75rem;
}
.switch .switch1 {
  width: 20%;
  height: 5.25rem;
  background: #1651B9;
  line-height: 5.25rem;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
}
.switch .active {
  background: #052C73;
}
.switch .switch1:hover{
  background: #052C73;

}
.pf-slider-slide img:hover {
  transition: all .5s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);

}
.pf-slider-slide{
  overflow: hidden;

}
.pf-slider-slide img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
.pf-slider-slide:hover .mask{
  color: #7ab916!important;

}
.culture {
  width: 100%;
  height: 43.75rem;
  background-image: url("../images/culture.png");
  background-repeat: round;
  background-size: 100%;
  margin: 5rem 0 16.25rem;
  position: relative;
}
.culture .title {
  padding-top: 5rem;
  color: #222222;
}
.culture .title1 {
  /* color: #fff; */
  color: #7A7A7A;
}
.culture .bot {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 32.8125rem;
  left: 9.6875rem;

}
.culture .bot .culture1 {
  width: 33.125rem;
  height: 22.0625rem;
  margin-right: 0.625rem;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.culture .bot .culture1 img{
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
.culture .bot .culture1:hover img{
  transform: scale(1.1);
  transition: all .5s;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.culture .bot .culture1:hover .title{
  color:#7ab916!important;
}
.culture .bot .culture1 .mask {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 4.75rem;
  line-height: 4.75rem;
  text-align: center;
  background: #0000008c;
  font-size: 1rem;
  padding: 0 7.5px;
    box-sizing: border-box;
}
.culture .bot .culture1 .title {
  position: absolute;
  top: 4.625rem;
  left: 14.25rem;
  font-size: 2rem;
  color: #fff;
}
.fazhan {
  width: 100%;
  /* height: 63.8125rem; */
  /* background-image: url("../images/fazhan.png"); */
  background-repeat: round;
  background-size: 100%;
  /* margin: 0 0 21.5625rem; */
  margin-bottom: 8rem;
  position: relative;
}
.fazhan .bot {
  /* position: absolute;
  top: 21.5625rem;
  left: 22.5rem; */
  margin-left: 22.5rem;
  width: 75rem;
  height: 60.8125rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.75rem 0.9375rem 0.0625rem rgba(0, 0, 0, 0.16);
  padding-top: 2.5rem;
  box-sizing: border-box;
  margin-bottom: 8rem;
  position: relative;
  margin-top: -30rem;
}
.fazhan .bot .zhou {
  margin-top: 2.5rem;
  overflow: hidden;
}
.fazhan .bot .zhou .top {
  display: flex;
}
.fazhan .bot .zhou .top .swiper {
  width: 90%;
  margin: 0 auto;
  height: 5rem;
}
.fazhan .bot .zhou .top .swiper2{
  display: none
}
.fazhan .bot .zhou .top .swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-around;
  line-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fazhan .bot .zhou .top .swiper .swiper-slide a {
  font-size: 1.5rem;
  text-decoration: underline!important;
  color: #333;
}
.fazhan .bot .zhou .top .left {
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  color: #fff;
  background: #1651B9;
  margin-left: 3.125rem;
}
.fazhan .bot .zhou .top .right {
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  color: #fff;
  background: #1651B9;
}
.fazhan .bot .zhou .top .main {
  width: 61.875rem;
  padding-left: 3.3125rem;
  box-sizing: border-box;
  overflow-x: hidden;
  display: flex;
  align-items: center;
}
.fazhan .bot .zhou .top .main .main1 {
  width: 4.8125rem;
  margin-right: 3.125rem;
  float: left;
}
.fazhan .bot .zhou .top .main::-webkit-scrollbar {
  width: 0;
}
.fazhan .bot .zhou .bot-1 {
  margin-top: 2.5rem;
  padding-right: 6.25rem;
  overflow: scroll;
  height: 42.5rem;
}
.fazhan .bot .zhou .bot-1 .bot1 {
  display: flex;
}
.fazhan .bot .zhou .bot-1 .bot1 .left {
  width: 14.375rem;
  text-align: center;
  line-height: 15rem;
}
.fazhan .bot .zhou .bot-1 .bot1 .right {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #707070;
  /* height: 14.8125rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fazhan .bot .zhou .bot-1 .bot1 .right .quan {
  position: absolute;
  left: -0.6rem;
  top: 50%;
  z-index: 2;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #707070;
}
.fazhan .bot .zhou .bot-1 .bot1 .right .bott {
  width: 49.625rem;
  /* height: 10rem; */
  background: #F6F6F6;
  display: flex;
  align-items: center;
  /* padding: 0 2.875rem 0 1.125rem; */
  /* padding:1.125rem 2.875rem 2rem 1.125rem; */
  padding:1.125rem 2.875rem 1.125rem 1.125rem;


  box-sizing: border-box;
}
.fazhan .bot .zhou .bot-1 .bot1 .right .bott img {
  width: 10.1875rem;
  height: 8rem;
  background: #F6F6F6;
  margin-right: 2rem;
}
.fazhan .bot .zhou .bot-1 .bot1 .right .bott .right1 {
  color: #7A7A7A;
  width: calc(100% - 12.1875rem);
  padding-top: 2rem;
}
.fazhan .bot .zhou .bot-1 .bot1 .right .bott .right1 .right1-1 {
  font-size: 1.375rem;
  margin-bottom: 1.0625rem;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
.fazhan .bot .zhou .bot-1 .bot1 .right .bott .right1 .right1-2 {
  font-size: 1.0625rem;
  /* display: -webkit-box !important;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}
.fazhan .bot .zhou .bot-1::-webkit-scrollbar {
  width: 0;
}
/*.fazhan .bot .zhou .bot-1:nth-child(-n+3) {
  display: none;
}*/
.jiagou {
  width: 100.9375rem;
  height: 55.625rem;
  background-image: url("../images/jiagou.png");
  background-repeat: round;
  background-size: 100%;
  margin: 1.0625rem auto 0;
}
.jiagou .jiagou1 {
  width: 75rem;
  margin: 2rem 12.9688rem;
}
.honor {
  width: 100%;
  /*height: 56.25rem;*/
  /* background-image: url("../images/honor.png"); */
  background-image: linear-gradient(#F3F3F3,#FFFFFF, #EFEFEF);
  /* background-repeat: round;
  background-size: 100%; */
  margin: -5rem 0 0;
  box-sizing: border-box;
  padding: 7.0625rem 8.75rem 0 8.75rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 20rem;
}
.honor .honor1 {
  width: 21.6875rem;
  margin-right: 3.75rem;
}
.honor .honor1 img {
  width: 21.6875rem;
  height: 15rem;
  background: #FFFFFF;
  border-radius: 1rem;
  margin-bottom: .5rem;
}
.honor .honor1 .title {
  font-size: 1.125rem;
  color: #222222;
  margin-bottom: 4.5625rem;
  text-align: center;
}
.honor .honor1:nth-child(4n) {
  margin-right: 0;
}
.title {
  font-size: 2rem;
  margin: 0 auto 1rem;
  color: #222222;
  text-align: center;
}
.title1 {
  font-size: 1.25rem;
  margin: 0 auto ;
  color: #7A7A7A;
  text-align: center;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  padding: 0 3.4375rem !important;
  box-sizing: border-box;
  z-index: 1;
}
.swiper-button-prev {
  background-image: url(../images/left.png) !important;
  width: 3.4375rem;
  height: 3.4375rem;
  left: 0!important;
}
.swiper-button-next {
  background-image: url(../images/left.png) !important;
  width: 3.4375rem;
  height: 3.4375rem;
  right: 0!important;
}
.swiper-button-prevv {
  width: 5rem;
  position: absolute;
  top: 0;
  left: -0.5rem;
  z-index: 10;
}
.swiper-button-nextt {
  width: 5rem;
  position: absolute;
  top: 0;
  right: -0.7rem;
  z-index: 10;
}
.mob-prev{
  background-image: url(../images/mob-left.png) !important;
  width: 15rem;
  height: 15rem;
  left: 0!important;
}
.mob-next {
  background-image: url(../images/mob-right.png) !important;
  width:15rem;
  height: 15rem;
  right: 0!important;
}
.swipermo{
  display: none

}


.pf-slider-nav {
  display: none!important;
}
.my-slide {
height:15.6875rem;    
width: 75rem;
margin: 2.5rem auto; 
}
.slide-1,.slide-2,.slide-3,.slide-4,.slide-5{
background-position: center 0%;

}
.h-300px {
height: 300px;
}

.h-400px {
height: 400px;
}

.h-500px {
height: 500px;
}

.slide-1 {
background-image: url('../jqueryslider/img/t1.png');

}

.slide-2 {
background-image: url('../jqueryslider/img/t2.png')
}

.slide-3 {
background-image: url('../jqueryslider/img/t3.png')
}

.slide-4 {
background-image: url('../jqueryslider/img/t4.png')
}

.slide-5 {
background-image: url('../jqueryslider/img/t5.png')
}
.try{
position: relative;
}
.mask{
position: absolute;
width: 100%;
height: 4rem;
line-height: 4rem;
text-align: center;
bottom: 0;
color: #fff;
overflow: hidden;  /*超出部分隐藏*/
white-space: nowrap;  /*禁止换行*/
text-overflow: ellipsis; /*省略号*/
background: #0000008c;
}
.pf-slider-pagination.pagination-style-3 li {
     position: relative;
     width: 4.8125rem !important;
     height: 4px !important;
     margin: 0 5px !important;
     border: 0;
     background: #D6D6D6;
     border-radius: 0;
}
.pf-slider-pagination {
position: absolute;
bottom: -1.25rem;
left: 0;
width: 100%;
padding: 0;
margin: 0;
text-align: center;
z-index: 2;
}
.pf-slider-pagination li.active {
background: #1651b9;
}
.pf-slider-pagination.pagination-style-3 li.active:after {
width: 0px!important;
border: 0;
}

.culturemob{
  display: none;

}

.topp{
  display: flex;
  justify-content: center;
  margin-top: 3rem;

}

.topp .tit:nth-child(1) {
  margin-right: 20px;
}
.topp .tit .title{
  font-size: 20px;
}
.topp .active{
  position: relative;
  color: #114db7;

}
.topp .active .title{
  color: #114db7;

}
  .topp .active .title1{
    color: #114db7;

  }
.topp .active::after{
  width: 100%;
  height: 2px;
  background: #114db7;
  position: absolute;
  bottom:0;
  left: 0;
  content: " ";
}

/* .honor:nth-last-of-type(3){
  display: none;
} */
.hon2{
  display: none;
}
.hon2 .honor1 img {
  width: 21.6875rem;
  height: auto;
  background: #FFFFFF;
  border-radius:0;
  margin-bottom: 1rem;
}
.hon2{
  padding-bottom: 1rem;
}

.fzbg{
  width: 100%;
  display: block;
}
.big{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.big .maskbg{
  background-color:rgba(51, 51, 51, .4);
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 111;
}
.big .maskbg .bigimg{
  /* width: 80%; */
  height: auto;
  margin-top: 5%;
  object-fit: contain;
}

.swiper-button-prev,
.swiper-button-next:focus {
    outline: none;
}
.swiper-button-prevv,
.swiper-button-nextt:focus {
    outline: none;
}



@media (max-width: 1200px) {
  .bbb{
    display: flex;
  }
  .banner .bb{
    display: none;
  }
  .switch {
    margin: 3.75rem auto 3.125rem;
}
}
@media (max-width: 850px) {
  .fazhan .bot .zhou .bot-1 .bot1 .right .bott img {

    display: none;

  }
  .bbb .right {
    font-size: 14px;
  }
  .bbb .left {
    font-size: 16px;
  }
  .switch .switch1 {
    font-size: 16px;
  }
  .title {
    font-size: 16px;
  }
  .title1 {
    font-size: 14px;
  }
  .culture .bot .culture1 .mask {
    font-size: 14px;
  }
  .culture .bot .culture1 .title {
    font-size: 16px;
    color: #fff;
  }
  .fazhan .bot .zhou .bot-1 .bot1 .right .bott .right1 .right1-1 {
    font-size: 16px;
  }
  .fazhan .bot .zhou .bot-1 .bot1 .right .bott .right1 .right1-2 {
    font-size: 14px;
  }
  .topp .tit .title {
    font-size: 14px;
  }
  .honor .honor1 .title {
    font-size: 14px;
  
  }
  .honor {
    margin: -6rem 0 0;
    padding: 8.0625rem 8.75rem 0 8.75rem;
}
.pf-slider-slide img:hover {
  transition: all .5s;
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);

}
.pf-slider-slide:hover .mask{
  color: #fff!important;

}
.culture .bot .culture1:hover img{
  transition: all .5s;
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}
.culture .bot .culture1:hover .title{
  color:#fff!important;
}







}
@media (max-width: 500px) {
  .honor .honor1 {
    margin-right: 5rem;
  }
  .honor .honor1:nth-child(4n) {
    margin-right: 5rem;
  }
  .honor .honor1:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .fazhan .bot .zhou .bot-1 .bot1 .right .bott {
    width: 49.625rem;
    height: auto;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 5px 2.875rem 5px 1.125rem;
    box-sizing: border-box;
  }
  .fazhan .bot .zhou .bot-1 .bot1 .right {
    height: auto;
    padding: 8px 0;
  }
  .fazhan .bot .zhou .bot-1 .bot1 .right .bott .right1 {
    color: #7A7A7A;
    width: 48rem;
  }
  .my-slide .pf-slider-pagination {
    position: absolute;
    bottom: -2rem;
  }
}
@media (max-width: 550px) {
  .fazhan .bot .zhou .top .main .main1 {
    width: 4.8125rem;
    margin-right: 8.125rem;
    float: left;
  }
  .fazhan .bot .zhou .bot-1 {
    margin-top: 2.5rem;
    padding-right: 6.25rem;
    overflow: scroll;
    height: 37.5rem;
  }
  .my-slide .pf-slider-pagination {
    position: absolute;
    bottom: -2.25rem;
  }
  .title {
    font-size: 5.5rem;
  }
  .title1 {
    font-size: 4.5rem;
  }
  .honor {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -10rem;
    padding-top: 15rem;
  }
  .honor .honor1 {
    width: 48%;
    margin-right: 0;
  }
  .honor .honor1 img {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
    margin-bottom: 1rem;
  }
  .honor .honor1:nth-child(4n) {
    margin-right: 0;
  }
  .honor .honor1 .title {
    font-size: 4.5rem;
    color: #222222;
    margin-bottom: 4.5625rem;
    text-align: center;
  }
  .fazhan {
    width: 100%;
    /* height: 70rem; */
    background-image: url(../images/fazhan.png);
    background-repeat: round;
    background-size: 100%;
    /* margin: 0 0 70rem; */
    position: relative;
  }
  .fazhan .bot {
    /* position: absolute;
    top: 21.5625rem;
    left: 5%; */
    width: 90%;
    height: 106rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.75rem 0.9375rem 0.0625rem rgba(0, 0, 0, 0.16);
    padding-top:3.5rem;
    box-sizing: border-box;
    margin-left: 5%;
  }
  .fazhan .bot .zhou {
    margin-top: 5rem;
  }
  .fazhan .bot .zhou .bot-1 {
    margin-top: 5rem;
    padding-right: 6.25rem;
    overflow: scroll;
    height: 67.5rem;
  }
  .fazhan .bot .zhou .bot-1 .bot1 .right .bott {
    width: 95%;
    height: auto;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 5px 2.875rem 5px 1.125rem;
    box-sizing: border-box;
  }
  .fazhan .bot .zhou .bot-1 .bot1 .left {
    width: 22rem;
    text-align: center;
    font-size: 4rem;
    line-height: 15rem;
  }
  .fazhan .bot .zhou .bot-1 .bot1 .right .quan {
    position: absolute;
    left: -1rem;
    top: 50%;
    z-index: 2;
    width: 0.9375rem;
    height: 0.9375rem;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #707070;
  }
  .fazhan .bot .zhou .top .main {
    width: 90rem;
    padding-left: 3.3125rem;
    box-sizing: border-box;
    overflow-x: hidden;
    display: flex;
    font-size: 4rem;
    align-items: center;
  }
  .fazhan .bot .zhou .top .right {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    text-align: center;
    font-size: 5rem;
    color: #fff;
    background: #1651B9;
  }
  .fazhan .bot .zhou .top .left {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    text-align: center;
    font-size: 5rem;
    color: #fff;
    background: #1651B9;
    margin-left: 1rem;
  }

   .bbb {
    width: 90%;
    height: auto;

    background-image: url(../images/bb.png);
    background-repeat: round;
    background-size: 100%;
    display: flex;
    align-items: center;
    padding-right: 6.875rem;
    box-sizing: border-box;
    color: #fff;
    flex-direction: column;
    margin-bottom: 3rem
  }
  .bbb .right {
    width: 90%;
    margin-left: 5%;
    font-size: 4rem;
    line-height: 1.5;
  }
  .bbb .left span {
    font-size: 5.5rem;
}
 .bbb .left {
    margin-left: 6rem;
    width: 100%;
    font-size: 4.5rem;
    padding-top: 3rem;
    text-align: center;
  }
  .switch {
    display: flex;
    /* margin: 30rem auto 3.125rem; */
    justify-content: center;
    width: 90%;
    display: none
  }
  .switch .switch1 {
    width: 20%;
    height: 12rem;
    line-height: 12rem;
    text-align: center;
    color: #fff;
    font-size: 4.5rem;
  }
  .swiper-wrapper {
    position: relative;
    margin: 0 auto!important;
    padding: 0 5rem;
  }
  .my-slide {
    height: 20rem!important;
    width: 90%!important;
    margin: 2.5rem auto;
  }
  .my-slide .pf-slider-pagination {
    position: absolute;
    bottom: -4.5rem;
    /* display: none!important; */
  }
  .culture .bot .culture1 .title {
    position: absolute;
    top: 0;
    left: 11.25rem;
    font-size: 5rem;
    color: #fff;
  }
  .culture .bot .culture1 .mask {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 8rem;
    line-height: 8rem;
    text-align: center;
    background: #0000008c;
    font-size: 4rem;
  }
  .fazhan .bot .zhou .top .swiper .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: space-around;
    line-height: 10rem;
  }
  .fazhan .bot .zhou .top .swiper {
    width: 90%;
    margin: 0 auto;
    height: 10rem;
    font-size: 4rem;
  }
  .swiper-button-prevv {
    width: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;

  }
  .swiper-button-nextt {
    width: 10rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
}
@media (max-width: 450px) {
  .topp .tit .title {
    font-size: 16px;
}
  .jiagou .jiagou1 {
    width: 90rem;
    margin: 2rem 5.4rem;
}
  .fazhan .bot .zhou .bot-1 .bot1 .right .bott .right1 {
    color: #7A7A7A;
    width: 100%;
}
.fazhan .bot .zhou .bot-1 .bot1 .right .bott .right1 .right1-1 {
  font-size: 4rem;

}
.fazhan .bot .zhou .bot-1 .bot1 .right .bott .right1 .right1-2 {
  font-size: 4rem;

}
.fazhan .bot .zhou .bot-1 .bot1 .right .bott img {
  width: 10.1875rem;
  height: 8rem;
  background: #F6F6F6;
  display: none;
  margin-right: 2rem;
}
.bbb .left span {
    font-size: 5rem;
    margin-bottom: 1.25rem;
}
.mask {
  font-size: 4.5rem;
  line-height: 10rem;
  height: 10rem;

}
.my-slide{
  display: none
}
.swipermo{
  width: 90%;
  margin:5rem auto 0;
  display: block;

}
.swipermo .swiper-slide{
    width: 100%!important;
    padding: 0

  }
.swipermo .swiper-slide  img{
      width: 100%;
      display: block;
    }
.swiper-wrapper {
    position: relative;
    margin: 0 auto!important;
     padding: 0 ; 
}
.swiper-container{
  padding: 0!important
}
.fazhan .bot .zhou .top .swiper{
  display: none;
}
.fazhan .bot .zhou .top .swiper2{
  display: block;
}
.culturemob{
  display: block;

}

.culturemob  .bot{
  display: flex;
  flex-direction: column;

}
.culturemob  .bot1{
  width: 90%;
  height: auto;
  margin: 2rem auto

}
.culturemob  .bot1 .tit1{
  color: #333333;
  font-size: 5rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.culturemob  .bot1 .tit2{
  color: #333333;
  font-size: 4.5rem;
  margin-bottom: 2rem
  

}
.culturemob  .bot1 img{
  width: 100%
}

.culture {
    margin: 5rem 0;
}
.culture .bot {
    display: none;
}
.topp {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.honor {
  margin-top: -11rem;
}
.bbb {
  background-image: url(../images/bb-mob.png);
  background-repeat: round;
  background-size: 100%;
  width: 100%;
  padding-top: 5rem;
}
.bbb .left span {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.bbb .left {
  font-size: 18px;
  line-height: 1.5;
}
}