.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
/* banner */
.banner {
  width: 100%;
  position: relative;
}
.banner .prev1 {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next1 {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 999;
}
.swiper-banner {
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-slide a,
.swiper-banner .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-pagination-bullets {
  bottom: 0.2rem !important;
}
.swiper-banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 8px !important;
  background: rgba(255, 255, 255);
  opacity: 0.8;
}
.swiper-banner .swiper-pagination-bullet-active {
  background: #b9030b;
}
.biaoti {
  float: left;
  transition: 1s;
  height: 0.81rem;
  z-index: 999;
}
.biaoti i {
  display: block;
  float: left;
  position: relative;
}
.biaoti i img {
  display: block;
}
.biaoti i::after {
  width: 0.54rem;
  height: 0.06rem;
  background-color: #d7040e;
  content: "";
  position: absolute;
  top: 0.29rem;
  right: -0.14rem;
  z-index: -1;
}
.biaoti h3 {
  margin-top: 0.17rem;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #333;
}
.biaoti h3 a {
  color: #333;
}
.product {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.95rem;
  overflow: hidden;
}
.product .classify {
  float: right;
  line-height: 0.16rem;
  margin-top: 0.3rem;
}
.product .classify li.on a {
  color: #b9030b;
  font-weight: bold;
}
.product .classify li {
  color: #999999;
  float: left;
  transition: 0.3s;
  font-size: 0.16rem;
}
.product .classify li a {
  color: #999999;
  transition: 0.3s;
}
.product .classify p {
  float: left;
  color: #999999;
  margin: 0 8px;
}
.product .classify p:last-child {
  display: none;
}
.product .list {
  width: 100%;
  margin-top: 0.04rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .list li:hover .tu img {
  transform: scale(1.2);
}
.product .list li:hover .ti {
  background: url("../images/mo2.png") no-repeat center bottom;
  color: #b9030b;
}
.product .list li:nth-child(4n) {
  margin-right: 0;
}
.product .list li {
  float: left;
  margin-top: 0.55rem;
  width: 23.46%;
}
.product .list li .tu {
  width: 100%;
  height: 4rem;
  box-sizing: border-box;
  padding: 0.07rem;
  border: solid 1px #e5e5e5;
}
.product .list li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .list li .tu a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.product .list li .ti {
  display: block;
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  background: url("../images/mo1.png") no-repeat center bottom;
  background-size: 100% !important;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 0 0.5rem 0 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  color: #333;
}
.reason {
  width: 100%;
  height: 8rem;
  padding-top: 0.75rem;
  box-sizing: border-box;
  padding-bottom: 1.06rem;
  overflow: hidden;
  background: url("../images/bg.jpg") no-repeat center;
}
.reason .biaoti h3 {
  margin-top: 0.07rem;
  color: #fff;
}
.reason .ti {
  letter-spacing: 0.1rem;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.16rem;
  margin-top: 0.3rem;
  float: right;
}
.reason ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.68rem;
}
.reason ul li.on::after {
  opacity: 1;
}
.reason ul li.on em {
  width: 1.55rem;
}
.reason ul li.on p {
  color: #fff;
}
.reason ul li:nth-child(1) {
  border-radius: 0.2rem 0 0 0;
}
.reason ul li:nth-child(4) {
  border-radius: 0 0.2rem 0 0;
}
.reason ul li:nth-child(5) {
  border-radius: 0 0 0 0.2rem;
}
.reason ul li:nth-child(8) {
  border-radius: 0 0.2rem 0 0;
}
.reason ul li {
  width: 25%;
  height: 2.35rem;
  position: relative;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 0.65rem 0 0 0;
  z-index: 999;
  border: solid 0.5px rgba(170, 170, 170, 0.2);
}
.reason ul li::after {
  width: 108%;
  height: 2.54rem;
  background-color: #b9030b;
  border-radius: 0.15rem;
  content: "";
  opacity: 0;
  position: absolute;
  top: -0.08rem;
  left: -0.12rem;
  transition: 0.5s;
  z-index: -1;
}
.reason ul li img {
  float: left;
  margin-left: 0.78rem;
}
.reason ul li span {
  display: block;
  float: left;
  line-height: 0.5rem;
  margin-left: 0.26rem;
  font-size: 0.18rem;
  color: #fff;
}
.reason ul li em {
  display: block;
  width: 0.55rem;
  height: 0.01rem;
  background-color: #e5e5e5;
  opacity: 0.2;
  transition: 0.5s;
  margin: 0.18rem 0 0.4rem 0.76rem;
}
.reason ul li p {
  color: #aaaaaa;
  font-family: arial;
  font-size: 0.14rem;
  line-height: 0.1rem;
  text-align: center;
  transition: 0.3s;
}
.choose {
  width: 100%;
  padding-top: 0.77rem;
  padding-bottom: 1.77rem;
  overflow: hidden;
}
.choose .biaoti {
  height: 0.85rem;
}
.choose .biaoti h3 {
  margin-top: 0.11rem;
}
.choose .right {
  float: right;
  margin-top: 0.1rem;
}
.choose .right .dh {
  float: left;
  margin-right: 0.28rem;
  line-height: 0.58rem;
  box-sizing: border-box;
  padding-left: 0.28rem;
  background: url("../images/dh2.png") no-repeat left center;
  font-family: arial;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.choose .right .qq {
  float: right;
  display: block;
  box-sizing: border-box;
  padding-left: 1rem;
  background: url("../images/qq.png") no-repeat left center;
  font-size: 0.16rem;
  color: #333;
  height: 0.58rem;
  line-height: 0.58rem;
}
.choose ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.76rem;
}
.choose ul li.on {
  background-color: #b9030b;
  box-shadow: 0.02rem 0.04rem 0.4rem 0rem rgba(0, 0, 0, 0.14);
}
.choose ul li.on i {
  background: #c32f35;
}
.choose ul li.on i::after {
  top: -0.6rem;
}
.choose ul li.on i::before {
  top: 0;
}
.choose ul li.on h3 {
  color: #fff;
}
.choose ul li.on em {
  background: #fff;
}
.choose ul li.on p {
  color: #f9a3a7;
}
.choose ul li.on .mo {
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
  bottom: 0.32rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
}
.choose ul li:nth-child(2) i::after {
  background: url("../images/xz2.png") no-repeat center;
}
.choose ul li:nth-child(2) i::before {
  background: url("../images/xz21.png") no-repeat center;
}
.choose ul li:nth-child(3) i::after {
  background: url("../images/xz3.png") no-repeat center;
}
.choose ul li:nth-child(3) i::before {
  background: url("../images/xz31.png") no-repeat center;
}
.choose ul li:nth-child(4) i::after {
  background: url("../images/xz4.png") no-repeat center;
}
.choose ul li:nth-child(4) i::before {
  background: url("../images/xz41.png") no-repeat center;
}
.choose ul li:first-child p {
  line-height: 0.3rem;
}
.choose ul li {
  width: 24%;
  height: 5.3rem;
  background-color: #fcfcfc;
  border-radius: 0.1rem;
  border: solid 0.01rem #e5e5e5;
  box-sizing: border-box;
  padding: 0.43rem 0.2rem;
  position: relative;
  transition: 0.5s;
}
.choose ul li i {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: transparent;
  border-radius: 50%;
  transition: 0.5s;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.choose ul li i::after {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: url("../images/xz1.png") no-repeat center;
}
.choose ul li i::before {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: absolute;
  top: 0.6rem;
  left: 0px;
  content: "";
  background: url("../images/xz11.png") no-repeat center;
  background-size: 0.3rem !important;
}
.choose ul li h3 {
  transition: 0.3s;
  text-align: center;
  margin: 0.27rem 0 0.17rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  font-weight: bold;
  color: #333;
}
.choose ul li em {
  display: block;
  transition: 0.3s;
  width: 0.4rem;
  height: 0.03rem;
  background-color: #b9030b;
  margin: 0 auto;
}
.choose ul li p {
  line-height: 0.4rem;
  letter-spacing: 0rem;
  color: #333333;
  font-size: 0.16rem;
  transition: 0.3s;
  margin-top: 0.25rem;
}
.choose ul li .mo {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  background: url("../images/mo3.png") no-repeat center;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.choose ul li .shu {
  width: 0.65rem;
  height: 0.5rem;
  position: absolute;
  bottom: -1.12rem;
  left: 50%;
  transform: translateX(-50%);
}
.choose ul li .shu img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.case {
  width: 100%;
  padding-top: 0.68rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background: url("../images/bg2.jpg") no-repeat center;
}
.case .mos {
  text-align: right;
  width: 1.62rem;
  height: 0.16rem;
  display: block;
  float: right;
  margin-top: 0.28rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #333;
  transition: 0.3s;
  background: url("../images/mo4.png") no-repeat left center;
}
.case .mos:hover {
  color: #b9030b;
}
.case .prev2 {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  background: #dbdbdb url(../images/jt1.png) no-repeat center;
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
  top: 3.04rem;
  left: -1.04rem;
}
.case .prev2:hover {
  background-color: #ff9c00;
}
.case .next2 {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  background: #dbdbdb url(../images/jt2.png) no-repeat center;
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
  top: 3.04rem;
  right: -1.04rem;
}
.case .next2:hover {
  background-color: #ff9c00;
}
.case .swiper-case {
  width: 100%;
  margin-top: 0.28rem;
  height: 6rem;
  padding-top: 0.47rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.case .swiper-case .swiper-slide {
  width: 3.96rem;
  height: 4.37rem;
  background: #fff;
  position: relative;
  transition: 0.5s;
  text-align: center;
}
.case .swiper-case .swiper-slide:hover .tu img {
  transform: scale(1.2);
}
.case .swiper-case .swiper-slide:hover .ti {
  color: #b9030b;
  background: url("../images/ti2.png") no-repeat left center;
}
.case .swiper-case .swiper-slide .tu {
  display: block;
  width: 100%;
  height: 2.97rem;
  transition: 0.5s;
  overflow: hidden;
}
.case .swiper-case .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.case .swiper-case .swiper-slide .ti {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 95%;
  box-sizing: border-box;
  padding: 0 0 0 0.18rem;
  transition: 0.3s;
  font-size: 0.16rem;
  line-height: 0.2rem;
  height: 0.2rem;
  background: url("../images/ti1.png") no-repeat left center;
  margin: 0.32rem auto 0.13rem;
}
.case .swiper-case .swiper-slide .jie {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box;
  padding: 0 0.25rem;
  color: #999999;
  font-size: 0.15rem;
}
.case .swiper-case .swiper-slide-next {
  transform: scale(1.11, 1);
  margin-top: -0.47rem;
  height: 5.68rem;
  box-shadow: 0rem 0rem 0.32rem 0rem rgba(0, 0, 0, 0.08);
}
.case .swiper-case .swiper-slide-next .tu {
  height: 3.56rem;
}
.case .swiper-case .swiper-slide-next .ti {
  font-size: 0.2rem;
  margin: 0.43rem 0 0.25rem;
  font-weight: bold;
  height: 0.21rem;
  transform: scale(0.89, 1);
}
.case .swiper-case .swiper-slide-next .jie {
  line-height: 0.3rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  transform: scale(0.89, 1);
  padding: 0;
}
.case .swiper-case .swiper-slide-next .mo {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../images/mo5.png") no-repeat center;
  position: absolute;
  bottom: -0.28rem;
  left: 50%;
  transform: scale(0.89, 1);
  margin-left: -0.25rem;
}
.about {
  width: 100%;
  overflow: hidden;
}
.about .left {
  margin-left: -23.846%;
  transition: 1s;
  width: 72%;
}
.about .left img {
  display: block;
  max-width: 100%;
}
.about .right {
  width: 46.9%;
  float: right;
  margin-top: 3.5vw;
  padding-bottom: .5rem
}
.about .right .mos {
  text-align: right;
  width: 1.62rem;
  height: 0.16rem;
  display: block;
  float: right;
  margin-top: 0.43rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #333;
  transition: 0.3s;
  background: url("../images/mo4.png") no-repeat left center;
}
.about .right .mos:hover {
  color: #b9030b;
}
.about .right .ti {
  width: 100%;
  height: 0.71rem;
  line-height: 0.71rem;
  background: url("../images/lou.png") no-repeat left center;
  box-sizing: border-box;
  padding-left: 0.9rem;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin: 0.52rem 0;
}
.about .right .jie {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #333333;
  font-size: 0.16rem;
}
.about .right ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.63rem;
}
.about .right ul li.on i {
  background-color: #ff9c00;
}
.about .right ul li.on i::after {
  top: -0.66rem;
}
.about .right ul li.on i::before {
  top: 0;
}
.about .right ul li:nth-child(2) i::after {
  background: url("../images/g2.png") no-repeat center;
}
.about .right ul li:nth-child(2) i::before {
  background: url("../images/g21.png") no-repeat center;
}
.about .right ul li:nth-child(3) i::after {
  background: url("../images/g3.png") no-repeat center;
}
.about .right ul li:nth-child(3) i::before {
  background: url("../images/g31.png") no-repeat center;
}
.about .right ul li {
  height: 0.66rem;
  position: relative;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #333;
  box-sizing: border-box;
  padding: 0.1rem 0 0 0.85rem;
}
.about .right ul li p {
  color: #aba9a9;
  font-family: arial;
  font-size: 0.14rem;
  line-height: 0.1rem;
  margin-top: 0.14rem;
}
.about .right ul li i {
  display: block;
  transition: 0.5s;
  overflow: hidden;
  width: 0.66rem;
  height: 0.66rem;
  background-color: #ececec;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
  margin-right: 0.2rem;
}
.about .right ul li i::after {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  content: "";
  background: url("../images/g1.png") no-repeat center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.about .right ul li i::before {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  content: "";
  background: url("../images/g11.png") no-repeat center;
  position: absolute;
  top: 0.66rem;
  left: 0px;
}
.news {
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.55rem;
  background-color: #fcfcfc;
  overflow: hidden;
}
.news .newlist {
  float: right;
  width: 5.45rem;
}
.news .newlist ul {
  width: 100%;
}
.news .newlist ul .swiper-slide-thumb-active {
  background: #b9030b;
}
.news .newlist ul .swiper-slide-thumb-active a {
  background: url("../images/xw11.png") no-repeat left center;
  color: #fff;
}
.news .newlist ul li:nth-child(2) a {
  background: url("../images/xw2.png") no-repeat left center;
}
.news .newlist ul .swiper-slide-thumb-active:nth-child(2) a {
  background: url("../images/xw21.png") no-repeat left center;
}
.news .newlist ul li:nth-child(3) a {
  background: url("../images/xw3.png") no-repeat left center;
}
.news .newlist ul .swiper-slide-thumb-active:nth-child(3) a {
  background: url("../images/xw31.png") no-repeat left center;
}
.news .newlist ul li {
  width: 1.76rem;
  height: 0.6rem;
  background-color: transparent;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #333;
  box-sizing: border-box;
  padding-left: 0.35rem;
}
.news .newlist ul li a {
  color: #333;
  display: block;
  box-sizing: border-box;
  padding-left: 0.38rem;
  background: url("../images/xw1.png") no-repeat left center;
}
.news .newimg {
  width: 100%;
  margin-top: 0.64rem;
  overflow: hidden;
}
.news .newimg .to {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newimg .to li {
  width: 33.333%;
  height: 4.55rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 0.48rem 0.33rem 0;
}
.news .newimg .to li:hover .ti {
  color: #b9030b;
}
.news .newimg .to li:hover .tu img {
  transform: scale(1.2);
}
.news .newimg .to li .ti {
  display: block;
  width: 100%;
  transition: 0.3s;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #333;
  font-weight: bold;
  line-height: 0.19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newimg .to li .shi {
  color: #999999;
  font-family: arial;
  font-size: 0.16rem;
  line-height: 0.12rem;
  margin: 0.21rem 0 0.24rem;
}
.news .newimg .to li .jie {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.28rem;
  letter-spacing: 0rem;
  color: #777777;
  height: 0.56rem;
  font-size: 0.16rem;
}
.news .newimg .to li .tu {
  display: block;
  width: 100%;
  height: 2.06rem;
  margin-top: 0.34rem;
  overflow: hidden;
}
.news .newimg .to li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.news .newimg .bo {
  width: 100%;
  margin-top: 0.39rem;
}
.news .newimg .bo li {
  width: 33.333%;
  height: 1.06rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding-right: 0.35rem;
  float: left;
  padding-top: 0.22rem;
}
.news .newimg .bo li:hover .ti {
  color: #b9030b;
}
.news .newimg .bo li .shi {
  width: 26%;
  height: 0.57rem;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  line-height: 0.57rem;
  color: #d0d0d0;
  font-family: arial;
  font-size: 0.24rem;
  font-weight: bold;
  float: left;
}
.news .newimg .bo li .ti {
  display: block;
  float: right;
  width: 70%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #333333;
  font-size: 0.16rem;
  margin-top: -0.015rem;
}
.yqlj {
  width: 100%;
  height: 1.1rem;
  background-color: #fcfcfc;
  overflow: hidden;
}
.yqlj .ti {
  float: left;
  width: 1.59rem;
  height: 0.38rem;
  background: url("../images/LINKS.png") no-repeat center;
  letter-spacing: 0.03rem;
  color: #b7030b;
  font-size: 0.16rem;
  line-height: 0.16rem;
  text-align: right;
}
.yqlj li:hover {
  transform: translateX(5px);
}
.yqlj li:hover a {
  color: #b9030b;
}
.yqlj li {
  line-height: 0.38rem;
  float: left;
  font-size: 0.16rem;
  color: #777777;
  margin-left: 0.4rem;
  transition: 0.3s;
}
.yqlj li a {
  color: #777777;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .product .list li {
    margin-top: 0.35rem;
  }
  .about .right ul {
    margin-top: 0.3rem;
  }
  .about .right ul li {
    padding-left: 0.65rem;
  }
  .about .right ul li i {
    width: 0.56rem;
    height: 0.56rem;
    top: 0.04rem;
  }
  .about .right ul li p {
    font-size: 0.12rem;
  }
    .case .swiper-case {
    height: 4.8rem;
  }
  .case .swiper-case .swiper-slide {
    height: 3.7rem;
  }
  .case .swiper-case .swiper-slide .tu {
    height: 2.4rem;
  }
  .case .swiper-case .swiper-slide-next {
    height: 4.5rem;
  }
}
@media screen and (max-width: 980px) {
  .center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1rem !important;
  }
  .banner .prev1,
  .banner .next1 {
    display: none;
  }
  .banner .swiper-banner .swiper-pagination-bullets {
    bottom: 0.05rem !important;
  }
  .banner .swiper-banner .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
  }
  .biaoti {
    float: none;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .biaoti i {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  .biaoti i::after {
    top: 0.2rem;
  }
  .biaoti i img {
    max-height: 0.25rem;
  }
  .biaoti h3 {
    margin-top: 0.1rem;
    font-size: 0.23rem;
    line-height: 0.23rem;
  }
  .product {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .product .classify {
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .classify p {
    display: none;
  }
  .product .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .list li {
    margin-top: 0.3rem;
    width: 48%;
    margin-right: 0;
  }
  .product .list li .tu {
    height: 2.5rem;
    padding: 0.03rem;
  }
  .product .list li .ti {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.17rem;
    padding: 0;
    text-align: center;
    background-size: 100% !important;
  }
  .reason {
    padding-top: 0.4rem;
    height: auto;
    background-size: cover;
    padding-bottom: 0.5rem;
  }
  .reason .ti {
    margin-top: 0.2rem;
    font-size: 0.15rem;
    float: none;
    letter-spacing: 0.05rem;
    text-align: center;
  }
  .reason ul {
    margin-top: 0.4rem;
  }
  .reason ul li.on p {
    color: #aaaaaa;
  }
  .reason ul li.on em {
    width: 0.3rem;
  }
  .reason ul li {
    margin-top: 0.1rem;
    width: 48%;
    border-radius: 0.1rem !important;
    height: 1.5rem;
    padding-top: 0.2rem;
    background: #322D34;
  }
  .reason ul li::after {
    display: none;
  }
  .reason ul li img {
    float: none;
    margin: 0 auto;
    display: block;
    max-height: 0.4rem;
  }
  .reason ul li span {
    float: none;
    margin: 0 auto;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.35rem;
  }
  .reason ul li em {
    width: 0.3rem;
    margin: 0.06rem auto;
  }
  .reason ul li p {
    margin-top: 0.15rem;
  }
  .choose {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .choose .biaoti h3 {
    font-size: 0.21rem;
  }
  .choose .right {
    float: none;
    width: 100%;
  }
  .choose .right .dh {
    font-size: 0.23rem;
    margin: 0;
    line-height: 0.5rem;
  }
  .choose .right .qq {
    height: 0.5rem;
    line-height: 0.5rem;
    background-size: 0.7rem;
    padding-left: 0.7rem;
  }
  .choose ul {
    margin-top: 0.1rem;
  }
  .choose ul li.on {
    background: #fcfcfc;
    box-shadow: none;
  }
  .choose ul li.on i {
    background: transparent;
  }
  .choose ul li.on i::after {
    top: 0;
  }
  .choose ul li.on i::before {
    top: 0.6rem;
  }
  .choose ul li.on h3 {
    color: #333;
  }
  .choose ul li.on em {
    background: #b9030b;
  }
  .choose ul li.on p {
    color: #333;
  }
  .choose ul li.on .mo {
    bottom: 0.2rem;
  }
  .choose ul li {
    width: 100%;
    margin-top: 0.1rem;
    padding: 0.1rem 0.2rem 0.7rem;
    height: auto;
  }
  .choose ul li i {
    height: 0.4rem;
  }
  .choose ul li h3 {
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin: 0.15rem 0;
  }
  .choose ul li .mo {
    display: block;
    width: 1.3rem;
    height: 0.35rem !important;
    background: #ffffff;
    border-radius: 0.2rem;
    bottom: 0.2rem;
    text-align: center;
    line-height: 0.35rem !important;
    font-size: 0.15rem;
    color: #333;
    font-weight: bold;
  }
  .choose ul li p {
    line-height: 0.3rem;
    font-size: 0.15rem;
    margin-top: 0.1rem;
  }
  .case {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .case .mos {
    display: none;
  }
  .case .swiper-case {
    height: auto;
    margin-top: 0;
  }
  .case .swiper-case .swiper-slide {
    height: 3.5rem;
  }
  .case .swiper-case .swiper-slide .tu {
    height: 2.5rem;
  }
  .case .swiper-case .swiper-slide .ti {
    margin: 0.2rem 0 0.1rem;
  }
  .about {
    height: auto;
    padding-top: 1.2rem;
    padding-bottom: 0.5rem;
  }
  .about .center {
    padding: 0 !important;
  }
  .about .left {
    float: none;
    margin: 0;
    width: 100%;
    height: 2.6rem;
  }
  .about .left img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .about .biaoti {
    position: absolute;
    top: -0.9rem;
    left: 0px;
  }
  .about .right {
    float: none;
    width: 100%;
    margin-top: 0.2rem;
    padding: 0 0.1rem !important;
    box-sizing: border-box;
  }
  .about .right .mos {
    display: none;
  }
  .about .right .ti {
    height: 0.6rem;
    line-height: 0.6rem;
    background: url(../images/lou.png) no-repeat center;
    background-size: auto 100%;
    text-align: center;
    padding-left: 0.5rem;
    font-size: 0.18rem;
    margin: 0.2rem 0;
  }
  .about .right ul {
    margin-top: 0.3rem;
  }
  .about .right ul li:nth-child(2) {
    background: url("../images/g2.png") no-repeat left center;
  }
  .about .right ul li:nth-child(3) {
    background: url("../images/g3.png") no-repeat left center;
  }
  .about .right ul li {
    height: 0.4rem;
    padding: 0 0 0 0.4rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    background: url("../images/g1.png") no-repeat left center;
    background-size: 0.22rem !important;
  }
  .about .right ul li i {
    display: none;
  }
  .about .right ul li p {
    display: none;
  }
  .news {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .news .newlist {
    width: 100%;
    margin: 0.3rem 0;
  }
  .news .newlist ul li {
    width: 33.33%;
    padding: 0 0 0 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.17rem;
  }
  .news .newlist ul li a {
    padding-left: 0.25rem;
    background-size: 0.18rem !important;
  }
  .news .newimg {
    margin-top: 0.1rem;
  }
  .news .newimg .to li:nth-child(2),
  .news .newimg .to li:nth-child(3) {
    display: none;
  }
  .news .newimg .to li {
    width: 100%;
    padding: 0.3rem 0.15rem;
    height: auto;
  }
  .news .newimg .to li .ti {
    font-size: 0.16rem;
  }
  .news .newimg .to li .shi {
    margin: 0.15rem 0;
  }
  .news .newimg .to li .jie {
    font-size: 0.15rem;
  }
  .news .newimg .to li .tu {
    margin-top: 0.2rem;
  }
  .news .newimg .bo {
    margin-top: 0.1rem;
  }
  .news .newimg .bo li {
    width: 100%;
    height: 0.8rem;
    padding-top: 0.12rem;
    border-top: 1px solid transparent;
    padding-right: 0.1rem;
  }
  .news .newimg .bo li .ti {
    font-size: 0.15rem;
    float: right;
  }
  .yqlj .ti {
    width: 1rem;
    background-size: 100%;
    font-size: 0.13rem;
    letter-spacing: 0;
    float: none;
    margin: 0 auto;
  }
  .yqlj li {
    font-size: 0.15rem;
    margin-left: 0;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
