.clear {
  clear: both;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.banner .bannerbox {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.banner .bannerbox ul li a {
  display: block;
}
.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerbox .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/next.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/prev.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_positon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
  justify-content: center;
  bottom: 20px;
}
.banner .bannerbox .swiper_positon span {
  background: #770909;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 10px 0 10px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active {
  width: 50px;
  height: 15px;
  background-color: #770909;
  border-radius: 10px;
}
.banner .bannerWap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: none;
}
.banner .bannerWap ul li a {
  display: block;
}
.banner .bannerWap ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerWap .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/next.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerWap .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/prev.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerWap .swiper_positon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
  justify-content: center;
  bottom: 20px;
}
.banner .bannerWap .swiper_positon span {
  background: #770909;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 10px 0 10px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .bannerWap .swiper_positon span.swiper-pagination-bullet-active {
  width: 50px;
  height: 15px;
  background-color: #770909;
  border-radius: 10px;
}
.mbanner {
  width: 100%;
  line-height: 0.7rem;
  background: #770909;
}
.mbanner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.mbanner ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 0.7rem;
  align-items: center;
}
.mbanner ul li i {
  width: 0.45rem;
  height: 0.4rem;
  display: block;
}
.mbanner ul li i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mbanner ul li em {
  display: block;
  margin-left: 0.05rem;
}
.mbanner ul li em span {
  display: block;
  font-size: 0.14rem;
  color: #fff;
  line-height: 1;
  font-style: normal;
  font-weight: bold;
}
.mbanner ul li em b {
  display: block;
  line-height: 1;
  margin-top: 0.06rem;
  color: #fff;
  font-size: 0.12rem;
  font-weight: normal;
  font-style: normal;
  font-weight: 100;
}
.menu {
  margin-top: 0.8rem;
}
.menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu ul li {
  width: 31.875%;
  position: relative;
  padding: 8.2% 0;
}
.menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.menu ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.menu ul li a em {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem 0.3rem 0 0.3rem;
}
.menu ul li a em i {
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
.menu ul li a em b {
  padding: 0.1rem 0.13rem;
  background: #fecb62;
  font-style: normal;
  display: table;
  margin-top: 0.28rem;
  border-radius: 0.05rem;
  font-size: 0.14rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu ul li:hover a em b {
  background: #770909;
  color: #fff;
  transform: translateY(-0.05rem);
}
.title a {
  display: block;
  font-size: 0.48rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'opppSansB';
}
.title span {
  display: block;
  text-align: center;
  font-size: 0.18rem;
  color: #888888;
  padding-top: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
}
.product {
  margin-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.product .productList ul {
  overflow: hidden;
  padding-top: 0.46rem;
}
.product .productList ul li {
  margin-bottom: 0.45rem;
  width: 22.75%;
  float: left;
  border: 1px solid #e7e9e7;
  margin-right: 2.7%;
}
.product .productList ul li:nth-child(4n) {
  margin-right: 0;
}
.product .productList ul li a {
  display: block;
  padding: 0.3rem;
  box-sizing: border-box;
}
.product .productList ul li a i {
  display: block;
  width: 100%;
  padding: 52.7% 0;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
.product .productList ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
 
}
.product .productList ul li a em {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.3rem;
}
.product .productList ul li a span {
  font-size: 0.16rem;
  display: block;
  text-align: center;
  color: #999999;
  line-height: 2;
  height: 0.32rem;
  margin-top: 0.1rem;
}
.product .productList ul li a b {
  display: table;
  margin: 0 auto;
  padding: 0.12rem 0.2rem;
  background: #eaeaea;
  line-height: 1;
  margin-top: 0.2rem;
  font-weight: bold;
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productList ul li:hover a i img {
  transform: scale(1.1);
}
.product .productList ul li:hover a b {
  background: #770909;
  color: #fff;
}
.mbanner2 {
  border-top: 3px solid #770909;
  border-bottom: 3px solid #770909;
  padding: 0.6rem 0;
  background: #1f2532;
}
.mbanner2 .mbanner2Box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.mbanner2 .mbanner2Box .mbanner2l {
  padding-left: 40px;
  background: url(../images/mbanner2l.jpg) no-repeat top left;
}
.mbanner2 .mbanner2Box .mbanner2l h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.mbanner2 .mbanner2Box .mbanner2l p {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.2rem;
}
.mbanner2 .mbanner2Box .mbanner2r a {
  padding: 22px 43px;
  background: #fecb62;
  font-size: 0.2rem;
  display: block;
  border-radius: 0.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbanner2 .mbanner2Box .mbanner2r a:hover {
  background: #770909;
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}
.choose {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.choose .chooseBox {
  margin-top: 0.6rem;
}
.choose .chooseBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.choose .chooseBox ul li {
  width: 31.25%;
  background: #f9f9f9;
  padding-bottom: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.choose .chooseBox ul li i {
  display: block;
  padding: 30.3% 0;
  position: relative;
  overflow: hidden;
}
.choose .chooseBox ul li i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.choose .chooseBox ul li em {
  display: block;
  padding: 0.3rem 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
}
.choose .chooseBox ul li p {
  padding: 0rem 0.2rem 0.1rem 0.2rem;
  text-align: center;
  line-height: 0.26rem;
}
.choose .chooseBox ul li:hover {
  background: #f1f1f1;
}
.commercial .commercialBox {
  background: #1f2532;
  padding: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commercial .commercialBox .commerciall {
  width: 48%;
  padding-left: 0.3rem;
  box-sizing: border-box;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.commercial .commercialBox .commerciall h4 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.commercial .commercialBox .commerciall ul li {
  padding-top: 0.2rem;
}
.commercial .commercialBox .commerciall ul li b {
  font-size: 0.16rem;
  color: #fff;
}
.commercial .commercialBox .commerciall ul li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #fff;
}
.commercial .commercialBox .commerciall ul li a {
  display: table;
  padding: 0.1rem 0.15rem;
  background: #fecb62;
  font-size: 0.16rem;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.commercial .commercialBox .commerciall ul li a:hover {
  color: #fff;
  background: #770909;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}
.commercial .commercialBox .commercialr {
  width: 50.3125%;
}
.commercial .commercialBox .commercialr a {
  display: block;
  width: 100%;
  height: 100%;
}
.commercial .commercialBox .commercialr a img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1460px) {
  .mbanner2 .mbanner2Box .mbanner2r a {
    margin-top: 0.4rem;
  }
  .menu ul li a em {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    padding-top: 0.3rem;
  }
  .menu ul li a em i {
    font-size: 0.2rem;
  }
}
@media (max-width: 980px) {
  .banner {
    width: 100vw;
    overflow-x: hidden;
  }
  .banner .bannerbox {
    display: none;
  }
  .banner .bannerWap {
    display: block;
  }
  .banner .bannerWap .swiper_bannerL {
    width: 0.3rem;
    height: 0.3rem;
  }
  .banner .bannerWap .swiper_bannerR {
    width: 0.3rem;
    height: 0.3rem;
  }
  .mbanner ul{
    padding-bottom: 0.2rem;
  }
  .mbanner ul li {
    width: 48%;
    justify-content: flex-start;
    margin-top: 0.2rem;
  }
  .mbanner ul li i {
    height: 0.3rem;
    width: auto;
    width: 100%;
  }

  .mbanner ul li i em{
    width: 100%;
  }

  .mbanner ul li i img{
    width: auto;
  }

  .mbanner ul li em span{
    font-size: 0.12rem;
  }
  .menu {
    margin-top: 0.2rem;
  }
  .menu ul li {
    width: 100%;
    padding: 32% 0;
    margin-bottom: 0.2rem;
  }
  .product {
    margin-top: 0.2rem;
    padding-bottom: 0;
  }
  .title a {
    font-size: 0.2rem;
  }
  .title span {
    font-size: 0.14rem;
  }
  .product .productList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .product .productList ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .product .productList ul li a {
    padding: 0.15rem;
  }
  .product .productList ul li a em {
    font-size: 0.16rem;
  }
  .mbanner2 {
    padding: 0.4rem 0;
  }
  .mbanner2 .mbanner2Box .mbanner2l h4 {
    font-size: 0.24rem;
  }
  .mbanner2 .mbanner2Box .mbanner2l p {
    font-size: 0.14rem;
  }
  .mbanner2 .mbanner2Box .mbanner2r {
    margin: 0 auto;
    display: block;
  }
  .mbanner2 .mbanner2Box .mbanner2r a {
    padding: 0.1rem 0.2rem;
    font-size: 0.15rem;
    margin-top: 0.4rem;
  }
  .choose {
    padding: 0.4rem 0;
  }
  .choose .chooseBox ul li {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .commercial .commercialBox .commerciall {
    width: 100%;
    padding: 0.2rem 0.15rem;
  }
  .commercial .commercialBox .commercialr {
    width: 100%;
  }
  .commercial .commercialBox .commerciall h4 {
    font-size: 0.24rem;
  }
  .menu ul li a em {
    width: 100%;
    box-sizing: border-box;
    padding-top: 0.9rem;
  }
}
