/*@font-face {*/
/*  font-family: 'Alibaba PuHuiTi';*/
/*  src: url('../fonts/.font-spider/AlibabaPuHuiTi-2-65-Medium.ttf');*/
/*}*/
html {
  font-size: 10px;
  /*touch-action:pan-y;*/
  overflow-x:hidden;
}
body {
  /* font-size: 4px; */
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  /* flex-direction: column;
  align-items: center; */
  font-family: 'Alibaba PuHuiTi';
  /*touch-action:pan-y;*/
  overflow-x:hidden;
}

.container {
  width: 192rem;
}
.content-container {
  width: 100%;
  font-weight: 500;
}
.content-container .banner-container {
  width: 100%;
  height: 60rem;
  position: relative;
}
.content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  color: #000000;
}
.center {
  width: 137.2rem;
  text-align: center;
}

.big-btns {
  margin: 0 auto;
  font-size: 3rem;
  height: 11.2rem;
  display: flex;
  justify-content: space-between;
}
.big-btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.8rem;
  height: 100%;
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.15);
}
.big-btns .btn:hover{
  cursor:pointer;
}

.big-btns .btn img {
  width: 6.4rem;
  height: 6.4rem;
  margin-right: 2.4rem;
}
.big-btns .btn .btn-content {
  width: 19.8rem;
  overflow: hidden;
}
.big-btns .btn .btn-content .btn-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.76rem;
  line-height: 2.8rem;
  text-align: left;
}
.big-btns .btn .btn-content .btn-desc {
  font-family: "Alibaba PuHuiTi Regular";
  height: 4rem;
  font-size: 1.54rem;
  line-height: 2rem;
  font-weight: 400;
  color: #727171;
  text-align: left;
}

.content-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 6.4rem;
}
.content-item .title {
  text-align: center;
  width: 69.6rem;
}
.content-item .main-title {
  font-family: "Alibaba PuHuiTi Bold";
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 700;
}
.sub-title-container{
  display: flex;
}
.content-item .sub-title {
  font-size: 1.54rem;
  text-align: center;
  font-style: normal;
  font-weight: 400;
}
.content-item .sub-title a {
  color: #ce0e2d;
  margin-left: 0.5rem;
  text-decoration: none;
}
.content-item-btns {
  margin-top: 0px;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: -12rem;
  background-color: #ffffff00;
}

.content-item-scheme {
  /*padding-top: 5.7rem;*/
}
.scheme-small {
  margin-top: 1.8rem;
  height: 9.6rem;
  display: flex;
  justify-content: center;
}
.scheme-small .drop-down{
  display:none;
}
.scheme-small .drop-up{
  display:none;
}
.scheme-small .scheme-select {
  border-bottom: 0.4rem solid #ce0e2d;
}
.scheme-small .scheme-item {
  height: 100%;
  width: 19.6rem;
  /* background-color: #e8e8e8; */
  display: flex;
  flex-direction: column;
  align-items: center;

}
.scheme-small .scheme-item:hover {
  cursor: pointer;
}

.scheme-small .scheme-item .img {
  margin-top: 0.8rem;
  width: 4.8rem;
  height: 4.8rem;
}
.scheme-small .scheme-item .name {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Alibaba PuHuiTi Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.scheme-big {
  margin-top: 1.6rem;
  background-color: #eaeaee;
  height: 34.3rem;
}
.scheme-big .dropdown-scheme-list{
  display:none;
}
.scheme-big .dropdown-scheme-list .dropdown-scheme-item{
  display:none;
}
.scheme-big .scheme-big-content {
  /* background-color: rgba(15, 15, 15, 0.25); */
  height: 27.1rem;
}
.scheme-big .phone-scheme-box{
  display:none;
}
.scheme-big .phone-scheme-box .phone-scheme-item{
  display:none;
}
.scheme-big .scheme-big-content {
  padding: 3.9rem 0rem 3.3rem 0rem;
}

.scheme-big .scheme-big-content .schemes-important {
  /*display: grid;*/
  display: flex;
  /*grid-template-rows: 1fr 1fr;*/
  /*grid-template-columns: 1fr 1fr 1fr;*/
  grid-row-gap: 2.2rem;
  grid-column-gap: 1.4rem;
  /*width: 100%;*/
  /*justify-content: space-between;*/

  flex-flow:column wrap;
}
.big-box-item{
  /*display:flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  position:relative;
  width:32.6rem;
  height:24.5rem;
  background-color: #fff;
  /*overflow: hidden;*/
  /*padding: 1.9rem 0.4rem 1.9rem 2.4rem;*/
  border-radius: 0.4rem;
  padding-left:2.4rem;
  padding-top:2.6rem;
  padding-right:2.4rem;
  /*align-items: center;*/
  /*justify-content: center;*/
  background-image:url('../img/index/scheme/index-big.png');
  background-size: cover;
  background-size: 111% 115%;
  background-position: -2rem,4rem;
  background-repeat:no-repeat;
  margin-right:2.2rem;
}
/*.big-box-item img{*/
/*  right: 0rem;*/
/*  top: 0.6rem;*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  !*opacity: 0.3;*!*/
/*}*/
.big-box-item .item-big-script{
  /*position: absolute;*/
  width: 25rem;
  height: 2.8rem;
  /*left: 299px;*/
  /*top: 896px;*/
  font-family: 'Alibaba PuHuiTi';
  /*font-style: normal;*/
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  display: flex;
  /*align-items: center;*/
  color: #000000;
}
.big-box-item .item-small-script{
  /*position: absolute;*/
  /*left:1rem;*/
  /*top:2.6rem;*/
  width:27.8rem;
  height:14.3rem;
  font-family: 'Alibaba PuHuiTi';
  text-align: justify;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #727171;
  margin-top:2.8rem;
}
.scheme-big .scheme-big-content .schemes-important .big-item {
  position: relative;
  width: 29.8rem;
  height: 8.6rem;
  background-color: #fff;
  overflow: hidden;
  padding: 1.9rem 0.4rem 1.9rem 2.4rem;
  border-radius: 0.4rem;
}
.scheme-big .scheme-big-content .schemes-important .big-item:hover {
  cursor:pointer;
}
.scheme-big .scheme-big-content .schemes-important .big-item .big-item-img {
  right: -3.2rem;
  top: -1.2rem;
  position: absolute;
  height: 134%;
  width: 100%;
  opacity:0.3;
  /* transform: scale(1.1); */
}

.big-item .row-title {
  height: 2.8rem;
  display: flex;
  align-items: center;
  /* border: 1px red solid; */
}

.big-item .row-title .item-title {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  width: 11.4rem;
  /* line-height: 2.8rem; */

  font-family: 'Alibaba PuHuiTi';
  align-items: center;
  color: #000000;
}
.big-item .row-title .item-trait{
  /*width:3rem;*/
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height:2rem;
  font-family: 'Alibaba PuHuiTi';
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 0.2rem;
  /*text-align: center;*/
  display:flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #CE0E2D;
}
/*.big-item .row-title .item-traits-list {*/
/*  display: flex;*/
/*  height: 1.8rem;*/
/*  align-items: center;*/
/*}*/

/*.big-item .row-title .item-traits-list .trait {*/
/*  height: 1.8rem;*/
/*  line-height: 1.8rem;*/
/*  border: #ce0e2d 0.05rem solid;*/
/*  border-radius: 0.2rem;*/
/*  color: #ce0e2d;*/
/*  font-size: 1.2rem;*/
/*  text-align: center;*/
/*  padding-left: 0.4rem;*/
/*  padding-right: 0.4rem;*/
/*  margin-right: 0.5rem;*/
/*  overflow: hidden;*/
/*  white-space:nowrap;*/
/*  text-overflow: ellipsis;*/
/*  font-weight: 400;*/
/*  font-family: "Alibaba PuHuiTi Regular";*/
/*}*/

.big-item .row-desc {
  height: 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #727171;
  text-align: left;
}

.big-item .row-btns {
  display: flex;
  margin-top: 0.8rem;
}

.big-item .row-btns .row-btns-btn {
  height: 2.6rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  /*width: 7.4rem;*/
  text-align: center;
  line-height: 2.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.8rem;
}

.big-item .row-btns .btn-details {
  background-color: #ce0e2d;
  color: #fff;
  border: #ce0e2d solid 0.1rem;
  margin-right:1rem;
}
.big-item .row-btns .btn-example {
  background-color: #fff;
  color: #b5b5b6;
  border: #b5b5b6 solid 0.1rem;
}

.scheme-big .scheme-big-content .schemes-other {
  margin-left: 6.3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.1rem 2rem;
}

.schemes-other .schemes-other-item {
  text-align: left;
  width: 21.2rem;
  height: 7.6rem;
  /* border: 1px solid red; */
}

.schemes-other .schemes-other-item .schemes-other-item-title {
  height: 2.8rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
  width: 100%;
}

.schemes-other .schemes-other-item .schemes-other-item-title .schemes-other-item-title-value {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  /*margin-right: 0.8rem;*/
  flex-grow: 1;
  width: 4.8rem;
}

.schemes-other .schemes-other-item .schemes-other-item-title .schemes-other-item-title-tag {
  font-size: 1rem;
  line-height: 1.8rem;
  height: 1.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  color: #fff;
  border-radius: 0.2rem;
  font-weight: 400;
  font-family: "Alibaba PuHuiTi Regular";
}
.tag-new {
  background-color: #ce0e2d;
  width: 2.8rem;
}
.tag-expect {
  background-color: #ff7a00;
  width: 5rem;
}

.schemes-other .schemes-other-item .schemes-other-item-desc {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #727171;
  overflow: hidden;

}

.schemes-other .schemes-other-item .schemes-other-item-trait-list {
  margin-top: 0.4rem;
  display: flex;
}

.schemes-other .schemes-other-item .schemes-other-item-trait-list .trait-item {
  height: 2rem;
  border-radius: 0.2rem;
  border: 0.05rem solid #727171;
  text-align: center;
  line-height: 2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 0.4rem;
  font-family: "Alibaba PuHuiTi Regular";
}
.product-big-box{
  margin-top:0.8rem;
  /*height:9.6rem;*/
  /*width:120rem;*/
  display:flex;
  position:relative;
}
.product-big-box .category-small{
  display:none;
}
.big-item-arrow{
  /*margin-right:1rem;*/
  width: 3.4rem;
  height: 3.4rem;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 2.4rem;
  display: flex;
  position:absolute;
  justify-content: center;
  align-items: center;
  left:22rem;
  top:5rem;
}
.big-item-arrow2{
  /*margin-right:1rem;*/
  width: 3.4rem;
  height: 3.4rem;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 2.4rem;
  display: flex;
  position:absolute;
  justify-content: center;
  align-items: center;
  right:22rem;
  top:5rem;
}
.product-category {
  position:relative;
  margin-top: 1.8rem;
  height: 9.6rem;
  /*width:140rem;*/
  display: flex;
  justify-content:space-around;
}
/*.product-category .big-item-arrow {*/
/*  margin-right:1rem;*/
/*  width: 2.4rem;*/
/*  height: 2.4rem;*/
/*  background: rgba(255, 255, 255, 0.25);*/
/*  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);*/
/*  border-radius: 2.4rem;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.product-category .big-item-arrow img {*/
/*  width: 0.778rem;*/
/*  height: 1.273rem;*/
/*}*/
.product-category .category-item {
  opacity: 0.36;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.15);
  width: 21.2rem;
  height: 100%;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#fff6f6, #ffffff);
}
.product-category .category-item:hover{
  cursor: pointer;
}
/*.category-item:first-child{*/
/*  margin-left:1.4rem;*/
/*}*/
.product-category .category-item-select {
  opacity: 1;
}

.product-category .category-item .category-text {
  text-align: center;
  font-weight: 400;
  width: 10rem;
}

.product-category .category-item .category-text .name {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  white-space: nowrap;
}
.product-category .category-item .category-text .desc {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  font-family: "Alibaba PuHuiTi Regular";
}
.product-category .category-item img {
  /* margin-right: 1.8rem;
  margin-left: 1.8rem; */
  width: 8.8rem;
  height: 8.8rem;
  /* background-color: #d9d9d9; */
}

.product-container {
  /*position:relative;*/
  display: flex;
  /*justify-content: center;*/
  /* padding-left: 27.4rem;
  padding-right: 27.4rem; */
  margin-top: 1.6rem;
  background-color: #eaeaee;
  height: 50.5rem;
}
.product-container .dropdown-product-list{
  display:none;
}
.product-container .dropdown-product-list .dropdown-scheme-item{
  display:none;
}
.product-container .product-phone-box{
  display:none;
}
.product-list {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left:28.5rem;
  position: relative;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*gap: 2rem;*/
}

.product-list .product-item {
  width: 32.7rem;
  height: 47.3rem;
  background-color: #fff;
  position: relative;
}
/*.product-item:first-child{*/
/*  margin-left:1.4rem;*/
/*}*/
.product-list .product-item img {
  width: 32.7rem;
  height: 31.4rem;
}
.product-list .product-item img:hover {
  cursor: pointer;
}
.product-list .product-item .product-item-text {
  text-align: left;
  margin-top: 1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
}

.product-list .product-item .product-name {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Alibaba PuHuiTi Bold";
}

.product-list .product-item .product-desc {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #b5b5b6;
}

.product-list .product-item .product-item-btns {
  display: flex;
  margin-top: 0.8rem;
  position: absolute;
  bottom: 1.6rem;
  padding-left: 1.6rem;
}
.product-list .product-item .product-item-btns .product-item-btn {
  height: 2.6rem;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  line-height: 2.6rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
/*.product-list .product-item .product-item-btns .product-item-btn:hover{*/
/*  cursor:pointer;*/
/*}*/

.product-list .product-item .product-item-btns .product-item-btn-buy {
  color: #fff;
  background-color: #ce0e2d;
  margin-right: 0.8rem;
  border: 0.1rem solid #ce0e2d;
}
.product-list .product-item .product-item-btns .product-item-btn-buy:hover {
  cursor: pointer;
}
.product-list .product-item .product-item-btns .product-item-btn-details {
  color: #b5b5b6;
  background-color: #fff;
  border: 0.1rem solid #b5b5b6;
}
.product-list .product-item .product-item-btns .product-item-btn-details {
  cursor: pointer;
}

.content-news{
  padding-top: 5.7rem;
}

.newsList {
  margin-top: 1.6rem;
  height: 49rem;
  /*display: flex;*/
  justify-content: space-between;
  /*flex-wrap: wrap;*/
  /*gap: 2rem;*/
}
.newsList-phone {
  display:none;
}
.newsList .news {
  /*display:flex;*/
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  width: 44.4rem;
  height: 48rem;
  background-color: #fff;
  margin-bottom:1rem;
}
.newsList .news:hover{
  cursor: pointer;
}
/*.news:first-child{*/
/*  margin-left:1.4rem;*/
/*}*/
.newsList .news img {
  width: 44.4rem;
  height: 32rem;
}
.newsList .news .news-text {
  padding: 0.8rem 2.4rem 0rem 2.4rem;
  text-align: left;
  width: 39.5rem;
}

.newsList .news .news-text .news-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.8rem;
  width: 39rem;
  font-family: "Alibaba PuHuiTi Bold";
}
.newsList .news .news-text .news-date {
  margin-top: 0.7rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #404040;
  font-family: "Alibaba PuHuiTi Regular";
}

.newsList .news .news-text .news-desc {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #404040;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Alibaba PuHuiTi Regular";
}

.newsList .news .news-text .news-desc a {
  font-weight: 400;
  color: #ce0e2d;
}

.global-layout {
  margin-top: 1.6rem;
  height: 44.1rem;
  background-color: rgba(15, 15, 15, 0.25);
}

.factory-banner {
  width: 132rem;
}
.factory-content{
  display: flex;
  height: auto;
  display: flex;
  justify-content: space-around;
}
.factory-img{
  height: 100%;
  width: 49%;
}
.content-item .factory-name-content {
  text-align: center;
  width: 60%;
  padding-bottom: 2rem;
}

.factory-title{
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
.factory-swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #ce0e2d;
}
.parter {
  margin-top: 1.6rem;
  padding: 0 3.2rem 0 3.2rem;
  display:flex;
  flex-wrap: wrap;
  padding-left:4.4rem;
  justify-content: center;
}

.parter .big-item {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom:2rem;
  height: 12.3rem;
  width: 44.4rem;
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.big-item .partner-img{
  width: 9.5rem;
  height: 100%;
  margin-right: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-item img {
  max-width: 100%;
  height: auto;
  /*width: 9.5rem;*/
  /*height: 8rem;*/
  /*margin-right: 1.7rem;*/
}

.big-item .big-item-content {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #404040;
  height: 4.4rem;
  width: 31rem;

}
.big-item .big-item-content .big-item-desc{
  text-align: left;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.big-item .big-item-content .big-item-name {
  text-align: right;
  margin-top: 0.8rem;
  font-weight: 400;
}
.parter {
  padding-bottom: 8.9rem;
}

.parter .parter-small {
  display: flex;
  /* height: 12.3rem; */
  justify-content: center;
  flex-wrap: wrap;
}
.parter .parter-small .small-item {
  margin-top: 2.3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 12.3rem;
  width: 21.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.parter .parter-small .small-item img {
  width: 18.1rem;
  height: 6.1rem;
}

/*解决方案轮播图样式*/
.project-product-list {
  background-color: #EAEAEE;
  /*display: flex;*/
  /*justify-content: space-between;*/
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  width: 137.2rem;
  /*flex-flow: wrap row;*/
}
.project-product-list .project-product-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32.7rem;
  height: 43.8rem;
}
.project-product-list .project-product-item .product-img {
  width: 100%;
  height: 31.4rem;
  object-fit: contain;
}

.project-product-list .project-product-item .product-name {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 28.7rem;
  font-family: "Alibaba PuHuiTi Bold";
}
.project-product-list .project-product-item .product-desc {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.8rem;
  color: #b5b5b6;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 28.7rem;
}
.news-swiper-pagination{
  bottom:14px !important;
}
.news-swiper-pagination .swiper-pagination-bullet {
  width: 3rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #d9d9d9;
  opacity: 1;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ce0e2d;
}

.factory-swiper-pagination1{
  bottom: 5px !important;
}
.factory-swiper-pagination1  .swiper-pagination-bullet {
  width: 2rem;
  height: 0.3rem;
  border-radius: 0.15rem;
  background-color: #d9d9d9;
  opacity: 0.7;
}

.factory-swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #ce0e2d;
}


@media screen and (max-width: 1023px) {
  html{
    font-size:10px;
  }
  body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Alibaba PuHuiTi';
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  a:focus,input:focus,p:focus,div:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
  }
  .container{
    width:100%;
    /*padding-left:1.5rem;*/
    /*padding-right:1.5rem;*/
  }
  .content-container .banner-container {
    width: 100%;
    height:auto;
    position: relative;
  }
  .content-item{
    margin-top:2.4rem;
  }
  .content-item-btns {
    position: absolute;
    z-index: 2;
    width: 50%;
    top: -15rem;
    background-color: #ffffff00;
    display: flex;
    flex-direction: column;
    margin-top: 6.4rem;
    margin-left:-0.6rem;
  }
  .big-btns {
    width:96%;
    flex-wrap: wrap;
    justify-content: normal;
  }
  .big-btns .btn {
    margin-left:1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46%;
    height: 4.8rem;
    background-color: #fff;
    border-radius: 0.4rem;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
  }
  .big-btns .btn img {
    width: 2.9rem;
    height: 2.9rem;
    margin:0.9rem 0.8rem 1rem 1.2rem;
  }
  .big-btns .btn .btn-content {
    width: 13.4rem;
    overflow: hidden;
    margin-top:0.9rem;
    margin-bottom:1rem;
  }
  .big-btns .btn .btn-content .btn-title {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.8rem;
    text-align: left;
    color: #000;
    font-family: Alibaba PuHuiTi;
  }
  .big-btns .btn .btn-content .btn-desc {
    height: 0rem;
  }
  /*.box {*/
  /*  width: 100%;*/
  /*  height: 60rem;*/
  /*  background-color: plum;*/
  /*}*/
  .content-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .content-item .title {
    width: 83.82%;
  }
  .content-item .main-title {
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-size: 2.2rem;
    font-style: normal;
  }
  .content-item .sub-title{
    font-size:1rem;
    font-weight:500;
  }
  .scheme-small {
    /*padding-right: 50px;*/
    margin-top: 0.8rem;
    width: 100%;
    height: 4.8rem;
    background: #F3F3F3;
    box-shadow: 0px 0.2rem 0.8rem 0px rgba(0, 0, 0, 0.10), 0px 0.4rem 1.6rem 0px rgba(0, 0, 0, 0.05) inset, 0px -0.4rem 0.4rem 0px rgba(255, 255, 255, 0.25) inset;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    /*gap: 20px;*/
    /*justify-content:normal !important;*/
    position:relative;
  }
  .scheme-small .drop-down{
    position:absolute;
    right:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width: 4.8rem;
    height: 4.8rem;
    background: #F3F3F3;
    box-shadow: 0px -0.4rem 0.4rem 0px rgba(255, 255, 255, 0.25) inset;
  }
  .scheme-small .drop-down img{
    width:2.4rem;
    height:2.4rem;
  }
  .scheme-small .drop-up{
    position:absolute;
    right:0;
    display:none;
    align-items:center;
    justify-content:center;
    width: 4.8rem;
    height: 4.8rem;
    flex-shrink: 0;
    background: #F3F3F3;
    box-shadow: 0px -0.4rem 0.4rem 0px rgba(255, 255, 255, 0.25) inset;
  }
  .scheme-small .drop-up img{
    width:2.4rem;
    height:2.4rem;
  }
  .scheme-small .scheme-item {
    white-space: nowrap;
    height: 100%;
    width: auto;
    /*width: 25%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:2rem;
  }
  .scheme-small .scheme-select {
    border-bottom: 0.4rem solid #ce0e2d;
    color:#C2182D;
  }
  .scheme-small .scheme-item img{
    display:none;
  }
  .scheme-small .scheme-item .name{
    font-family: Alibaba PuHuiTi;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem; /* 200% */
  }
  .scheme-big {
    margin-top:0.3rem;
    padding-bottom:5.1rem;
    /*padding-top:2.4rem;*/
/*    padding-left:1.6rem;*/
    background-color: #F3F3F3;
    height:auto;
  }
  .scheme-big .dropdown-scheme-list{
    margin-top: 1.2rem;
    /*height: 9.8rem;*/
    display: none;
    flex-wrap: wrap;
  }
  .dropdown-scheme-list .dropdown-scheme-select{
    background: #CE0E2D !important;
  }
  .scheme-big .dropdown-scheme-list .dropdown-scheme-item{
    display: flex;
    width: 22.7%;
    height: 4rem;
    /*padding: 0.9rem 3.1rem;*/
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    background: #B5B5B6;
    margin-left:0.8rem;
    margin-bottom:0.8rem;
  }
  .dropdown-scheme-item .name{
    color: #FFF;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .scheme-big .scheme-big-content {
    padding-top:0.5rem;
    display:none !important;
  }
  .scheme-big .phone-scheme-box{
    width: 100%;
    /*height: 89.1rem;*/
    margin-top:1.4rem;
    margin-left:1.6rem;
    display:flex;
    /*flex-direction: column;*/
    flex-shrink: 0;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
  }
  .scheme-big .phone-scheme-box .phone-scheme-item{
    width: 35rem;
    height: 10rem;
    display:block;
    flex-shrink: 0;
    margin-bottom:1rem;
  }
  .phone-scheme-item .row-title {
    height: 2.8rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
  }
  .phone-scheme-item .row-title .item-title {
    text-align: left;
    font-size: 1.8rem;
    margin-right: 1.1rem;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    /*width: 30.9%;*/
    font-family: 'Alibaba PuHuiTi';
    align-items: center;
    color: #000000;
    height:2.8rem;
    line-height:2.8rem;
  }
  .phone-scheme-item .row-title .item-trait{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height:1.8rem;
    font-family: 'Alibaba PuHuiTi';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8rem;
    border-radius: 0.2rem;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #CE0E2D;
  }
  .phone-scheme-item .row-desc {
    width:92%;
    height: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 400;
    color: #727171;
    text-align: left;
    margin-bottom:0.8rem;
  }

  .phone-scheme-item .row-btns {
    display: flex;
  }

  .phone-scheme-item .row-btns .row-btns-btn {
    height: 3.2rem;
    width:10.4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    /*width: 7.4rem;*/
    text-align: center;
    line-height: 3.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.8rem;
  }

  .phone-scheme-item .row-btns .btn-details {
    background-color: #ce0e2d;
    color: #fff;
    border: #ce0e2d solid 0.1rem;
    margin-right:1rem;
  }
  .phone-scheme-item .row-btns .btn-example {
    background-color: #fff;
    color: #b5b5b6;
    border: #fff solid 0.1rem;
  }
  .product-big-box .product-category{
    display:none;
  }
  .product-big-box .category-small{
    display:flex;
    overflow: hidden;
  }
  .category-small {
    /*display:flex;*/
    /*overflow: hidden;*/
    /*width: 500px;*/
    margin-top: 0.8rem;
    /*width: 100%;*/
    height: 4.8rem;
    background: #F3F3F3;
    box-shadow: 0px 0.2rem 0.8rem 0px rgba(0, 0, 0, 0.10), 0px 0.4rem 1.6rem 0px rgba(0, 0, 0, 0.05) inset, 0px -0.4rem 0.4rem 0px rgba(255, 255, 255, 0.25) inset;
    /*flex-shrink: 0;*/
    display: flex;
    /*justify-content: normal;*/
    position:relative;
    padding-left: 1rem;
    padding-right:1rem;
  }
  .category-small .drop-down{
    position:absolute;
    right:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width: 4.8rem;
    height: 4.8rem;
    flex-shrink: 0;
    background: #F3F3F3;
    box-shadow: 0px -0.4rem 0.4rem 0px rgba(255, 255, 255, 0.25) inset;
  }
  .category-small .drop-down img{
    width:2.4rem;
    height:2.4rem;
  }
  .category-small .drop-up{
    position:absolute;
    right:0;
    display:none;
    align-items:center;
    justify-content:center;
    width: 4.8rem;
    height: 4.8rem;
    flex-shrink: 0;
    background: #F3F3F3;
    box-shadow: 0px -0.4rem 0.4rem 0px rgba(255, 255, 255, 0.25) inset;
  }
  .category-small .drop-up img{
    width:2.4rem;
    height:2.4rem;
  }
  .category-small .category-phone-item {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    /*width: 200px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-left:2rem;*/
    /* background-color: #e8e8e8; */
  }
  .category-small .category-select {
    border-bottom: 0.4rem solid #ce0e2d;
    color:#C2182D;
  }
  .category-phone-item:hover{
    cursor:pointer;
  }
  .category-small .category-phone-item .name{
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem; /* 200% */
    margin-top: 0.4rem;
  }
  .product-container {
    margin-top:0.3rem;
    padding-bottom:1.6rem;
    background-color: #F3F3F3;
    height: auto;
    display:block;
  }
  .product-container .product-list{
    display:none;
  }
  .product-container .dropdown-product-list{
    margin-top: 1.2rem;
    /*height: 14.7rem;*/
    display:none;
    flex-wrap: wrap;
  }
  .product-container .dropdown-product-list:hover{
    cursor:pointer;
  }
  .dropdown-product-list .dropdown-product-select{
    background: #CE0E2D !important;
  }
  .product-container .dropdown-product-list .dropdown-product-item{
    display: flex;
    width: 22.7%;
    height: 4rem;
    /*padding: 0.9rem 3.1rem;*/
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    background: #B5B5B6;
    margin-left:0.8rem;
    margin-bottom:0.8rem;
  }
  .dropdown-product-item .name{
    color: #FFF;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product-container .product-phone-box{
    padding-left: 1.4rem;
    width: 100%;
    height: auto;
    /*margin-top: 1.4rem;*/
    /*margin-left: 1.6rem;*/
    display: flex;
    flex-wrap:wrap;
    gap: 0px 2rem;
    justify-content: flex-start;
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
  }
  .product-phone-box .product-item {
    position: relative;
    width: 18rem;
    height: 28.1rem;
    /*width: 44.2%;*/
    display:flex;
    flex-direction: column;
    /*height: auto;*/
    /*margin-left:0.28rem;*/
    /*margin-right:1.2rem;*/
    margin-top:1.4rem;
    background-color: #fff;
    border-radius: 0.4rem;
    box-shadow: 0rem 0.4rem 0.8rem 0rem rgba(0, 0, 0, 0.15);
  }
  /*.product-item:first-child{*/
  /*  margin-left:1.4rem;*/
  /*}*/
  .product-phone-box .product-item img {
    width: 100%;
    /*height: 17.3rem !important;*/
    height: 61.5% !important;
  }
  .product-phone-box .product-item img:hover {
    cursor: pointer;
  }
  .product-phone-box .product-item .product-item-text {
    text-align: left;
    margin-top: 0.67rem;
    padding-left: 1rem;
    padding-right: 1.25rem;
    position: relative;
    transform: scale(0.83333); transform-origin: 0 0;
  }

  .product-phone-box .product-item .product-name {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Alibaba PuHuiTi";
  }

  .product-phone-box .product-item .product-desc {
    margin-top: 0.4rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    color: #b5b5b6;
  }

  .product-phone-box .product-item .product-item-btns {
    position: absolute;
    bottom: 4%;
    display: flex;
    /*margin-top: 0.8rem;*/
    /*margin-bottom:1.2rem;*/
    /*position: absolute;*/
    /*bottom: 1.6rem;*/
    justify-content: space-between;
    padding-left: 4%;
    /*padding-right:1.25rem;*/
  }
  .product-phone-box .product-item .product-item-btns .product-item-btn {
    /*height: 2.6rem;*/
    display:flex;
    align-items:center;
    justify-content: center;
    font-size: 1.2rem;
    border-radius: 0.2rem;
    /*line-height: 7.55rem;*/
    line-height: 26%;
    /*padding:0.4rem;*/
    text-align:center;
    /*width: 7.55rem;*/
    /*width: 70%;*/
    height: 3.2rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .product-phone-box .product-item .product-item-btns .product-item-btn-buy {
    color: #fff;
    background-color: #ce0e2d;
    margin-right: 0.8rem;
    border: 0.1rem solid #ce0e2d;
  }
  .product-phone-box .product-item .product-item-btns .product-item-btn-buy:hover {
    cursor: pointer;
  }
  .product-phone-box .product-item .product-item-btns .product-item-btn-details {
    color: #b5b5b6;
    background-color: #fff;
    border: 0.1rem solid #b5b5b6;
  }
  .product-phone-box .product-item .product-item-btns .product-item-btn-details {
    cursor: pointer;
  }
  .newsList{
    display:none;
  }
  .newsList-phone{
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: column;
    flex-shrink: 0;
    background: #F3F3F3;
    margin-top:0.8rem;
  }
  .newsList-phone .news-item{
    position:relative;
    /*height:5.73rem;*/
    width:100%;
    /*padding-left:5.1rem;*/
    /*padding-right:5.9rem;*/
    padding-left:5%;
    padding-right:5%;
    padding-top:1.6rem;
    box-sizing: border-box;
  }
  .newsList-phone .news-item .news-content{
    display:flex;
    align-items:center;
    /*height:2.6rem;*/
  }
  .news-content .news-date{
    display:flex;
    align-items: center;
    margin-right:0.8rem;
  }
  .news-date .news-day{
    color: #000;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
    display:flex;
    align-items: center;
  }
  .news-date .slash{
    color: #000;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    margin-left:0.5rem;
  }
  .news-date .news-big{
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    margin-left:0.3rem;
  }
  .news-date .news-big .news-month{
    color: #000;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .news-date .news-big .news-year{
    color: #B5B5B6;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .news-content img{
    width:0.1rem;
    height:2.6rem;
    margin-right:0.8rem;
    margin-top:0.6rem;
    stroke-width: 0.05rem;
    stroke: rgba(48, 48, 48, 0.36);
  }
  .news-content .news-text{
    width:100%;
  }
  .news-text .news-title{
    color: #000;
    font-family: Alibaba PuHuiTi;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    width:74%;
    line-height: normal;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-text .news-desc{
    color: #B5B5B6;
    font-family: Alibaba PuHuiTi;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    width:74%;
    line-height: normal;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-item  .news-line{
    height:0.1rem;
    width:108%;
    margin-left:-0.2%;
    /*position:absolute;*/
    stroke-width: 0.05rem;
    stroke: rgba(48, 48, 48, 0.25);
  }
  .parter{
    margin-top:0.9rem;
    margin-left:-0.37rem;
    margin-bottom:1.5rem;
    padding:0;
    justify-content:center;
  }
  .parter .big-item{
    width: 12.5333rem;
    height: 6.4rem;
    border-radius: 0.4rem;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0.4rem 1.6rem 0px rgba(0, 0, 0, 0.25);
    margin-right:0;
    margin-left:0.667rem;
    margin-bottom:0.8rem;
  }
  .big-item img{
    width:87%;
    height:100%;
  }
  .big-item .big-item-content{
    display:none;
  }
  .factory-banner {
    width: 100%;
  }
  .factory-content{
    height: auto;
    display: flex;
    justify-content: space-around;
  }
  .factory-img{
    width: 49%;
  }
  .content-item .factory-name-content {
    text-align: center;
    width: 95%;
    padding-bottom: 1rem;
  }

  .factory-title{
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px){
  .product-container .product-phone-box{
    gap: 0px 0.5rem;
    padding-left: 0.5rem;
  }

  .factory-swiper-pagination1{
    bottom: 1.5px !important;
  }
  .factory-swiper-pagination1  .swiper-pagination-bullet {
    width: 1.5rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    opacity: 0.7;
  }

}
@media screen and (max-width: 413px){
  .product-container .product-phone-box{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap:wrap;
    gap: 0px 0.5rem;
    /*gap: normal;*/
    /*padding-left: 0px;*/
    /*justify-content:space-between;*/
    /*margin-left: 0.5rem;*/
    /*margin-right:0.2rem;*/
    padding-left: 0.5rem;

  }
  product-phone-box .product-item .product-item-btns{
    bottom: 1%;
  }
  .product-phone-box .product-item .product-item-btns .product-item-btn {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .parter .big-item {
    width: 31%;
  }
  .newsList-phone .news-item{
    padding-left: 3%;
  }
}
@media screen and (max-width: 365px){
  .product-container .product-phone-box{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap:wrap;
    gap: 0px 0.5rem;
    /*padding-left:1.4rem;*/
    justify-content: flex-start;
    padding-bottom: 0rem;
  }
  .product-container .product-phone-box .product-item{
    width: 48%;
  }
  .parter .big-item {
    width: 45%;
  }
  .product-phone-box .product-item .product-item-btns .product-item-btn {
    height: 2rem;
    line-height: 2rem;
  }
}