.orico_Page_index {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 3.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f2f2f2;
}

.orico_Page_index .pageMain {
  width: 100%;
  position: relative;
}

.orico_Page_index .pageMain .bannerswiper {
  width: 100%;
  height: auto;
  position: relative;
  /* margin-top: 3.75rem; */
  margin-top: 0;
}
.orico_Page_index .pageMain .bannerswiper a{
	display: block;
}
.orico_Page_index .pageMain .bannerswiper .swiper-slide img {
	display: block;
  width: 100%;
  /* height: 100%; */
  /* height: 95vh; */
	height: auto;
	object-fit: cover;
}
.orico_Page_index .pageMain .bannerswiper1 .swiper-slide img {
  width: 100%;
  /* height: 100%; */
  height: 68vh;
	object-fit: cover;
}

.orico_Page_index .pageMain .bannerswiper .swiper-button-next {
  right: 9%;
  top: 53%;
}

.orico_Page_index .pageMain .bannerswiper .swiper-button-prev {
  left: 9%;
  top: 53%;
}

.orico_Page_index .pageMain .bannerswiper .swiper-horizontal>.swiper-pagination-bullets,
.orico_Page_index .pageMain .bannerswiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5%;
}

.orico_Page_index .pageMain .bannerswiper .swiper-button-next,
.orico_Page_index .pageMain .bannerswiper .swiper-button-prev {
  color: #fff;
}

.orico_Page_index .pageMain .bannerswiper .swiper-pagination-bullet-active {
  width: 1.5rem !important;
  border-radius: 10px;
  color: #ffffff !important;
  background-color: #ffffff !important;
}

.orico_Page_index .pageMain .catMain {
  width: 100%;
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  height: 14.375rem;
  background: #fff;
	padding: 0 6%;
	box-sizing: border-box;
	overflow-x: auto;
}

.orico_Page_index .pageMain .catMain .catit {
  /* min-width: 15%; */
  /* min-width: 20%; */
  min-width: 16.666%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.orico_Page_index .pageMain .catMain .catit .catIcoImg {
 /* height: 4.6875rem;
  width: 4.6875rem; */
	height: 8.6875rem;
	 width: 8.6875rem;
	 object-fit: contain;
}

.orico_Page_index .pageMain .catMain .catit .catName {
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
}

.orico_Page_index .pageMain .featuredtopicsMain {
  width: 100%;
  position: relative;
  margin-top: 24px;
  overflow: hidden;
  padding-top: 3vw;
  display: flex;
  justify-content: center;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent {
  width: 85%;
  display: flex;
  flex-direction: column;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme {
  width: 100%;
  max-height: 30rem;
  display: flex;
  flex-direction: row;
  background: #fff;
  justify-content: space-between;
  border-radius: 1.625rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme:nth-child(2n){
	flex-direction: row-reverse;
}
.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme .ftItme_left {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme .ftItme_left p {
  font-size: 2.625rem;
  line-height: 2.8125rem;
  font-weight: 600;
  height: 5.9375rem;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme .ftItme_left .subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme .ftItme_left .subtitle .tpicture {
  width: 1.375rem;
  height: 1.375rem;
  background: url('/static/index/pc/images/more2.png') no-repeat;
  background-position: -26px 0px;
  margin-left: 1.625rem;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme .ftItme_left .subtitle:hover {
  color: #004bfa;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme .ftItme_left .subtitle:hover .tpicture {
  background-position: 0 0;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme .ftItme_right {
  width: 47%;
  overflow: hidden;
  position: relative;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme .ftItme_right img {
  width: 100%;
	height: 100%;
	display: block;
  transition: transform 0.3s ease-in-out;
  border-start-end-radius: 1.625rem;
  border-end-end-radius: 1.625rem;
	object-fit: cover;
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme .ftItme_right img:hover {
  transform: scale(1.09);
}

.orico_Page_index .pageMain .featuredtopicsMain .ftcontent .ftItme:nth-child(even) .ftItme_right img {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-start-start-radius: 1.625rem;
  border-end-start-radius: 1.625rem;
}

.orico_Page_index .pageMain .featuredProducts {
  position: relative;
	overflow-x: hidden;
	padding-left: 6%;
	padding-right: 6%;
}

.orico_Page_index .pageMain .featuredProducts .biaoti {
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  margin-top: 42px;
  margin-bottom: 14px;
  width: 85%;
  margin: 0 auto;
	text-align: center;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper {
  width: 100%;
  margin-left: 2%;
  position: relative;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiper-wrapper .picture {
  display: block;
  width: 21.875rem;
  height: 29.375rem;
  background: #ffffff;
  border-radius: 1.625rem;
  text-align: center;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiper-wrapper .picture .primg {
  width: 13.5rem;
  height: 12.875rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -6.75rem;
  margin-top: -6.4375rem;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiper-wrapper .picture .primg img {
  width: 13.5rem;
  height: 12.875rem;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiper-wrapper .picture .primg img:hover {
  transform: scale(1.1);
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiper-wrapper .picture .fpptitle {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5rem;
  font-weight: 700;
  margin-top: 18rem;
  padding: 0 1.875rem;
  max-height: 3.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiper-wrapper .picture .subtitle {
  text-align: center;
  line-height: 1.125rem;
  font-size: medium;
  width: 80%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  max-height: 33px;
  overflow: hidden;
  font-weight: 600;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiper-wrapper .picture .more {
  font-size: 0.8rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  color: #004bfa;
  margin-left: -40px;
  font-weight: 600;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd {
  display: flex;
  width: 83%;
  position: relative;
  height: 6.25rem;
  margin-left: 2%;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swiper-container1 {
  width: 85%;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swiper-container1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #555 !important;
  margin-top: 0px;
  height: 2px !important;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swiper-container1 .slideshow-pag {
  width: 86%;
  right: 3%;
  top: 50%;
  height: 1px;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swi1 {
  width: 15%;
  margin: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swi1 .slideshow-btn {
  height: 2.5rem;
  width: 2.5rem;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swi1 .swiper-button-next,
.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swi1 .swiper-rtl .swiper-button-prev {
  position: static !important;
  margin-left: 95px;
  margin-top: 24px;
}

.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swi1 .swiper-button-prev,
.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swi1 .swiper-rtl .swiper-button-next {
  position: static !important;
  margin-left: 40px;
  margin-top: -40px;
}

.orico_Page_index .pageMain .hotProduct {
  position: relative;
  margin: 0 auto;
}

.orico_Page_index .pageMain .hotProduct .hotvideo {
  width: 100%;
  /* height: 50rem; */
  overflow: hidden;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  background-size: 100% 100%;
  background-position: center center;
  animation: breath 4s linear infinite;
}
.gsjjmr_video{
	width: 100%;
	height: 100%;
}

.orico_Page_index .pageMain .hotProduct .hotImg {
  position: relative;
  width: 100%;
  height: 100%;
}

.orico_Page_index .pageMain .sceneIntroduction {
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1%;
  overflow: hidden;
}

.orico_Page_index .pageMain .sceneIntroduction .sceneitem {
  overflow: hidden;
  width: 49.5%;
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 37rem;
  margin-bottom: 1%;
}

.orico_Page_index .pageMain .sceneIntroduction .sceneitem .sceneInfo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.orico_Page_index .pageMain .sceneIntroduction .sceneitem .sceneInfo .scenetitle {
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
  max-height: 5.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 5%;
  z-index: 10;
}

.orico_Page_index .pageMain .sceneIntroduction .sceneitem .sceneInfo .subtitle {
  font-size: 1rem;
  text-align: center;
  line-height: 1.4em;
  margin-top: 0.3125rem;
  max-height: 1.5rem;
  z-index: 999;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 0.3125rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  z-index: 10;
}

.orico_Page_index .pageMain .sceneIntroduction .sceneitem .sceneInfo .sceneMore {
  font-size: 1rem;
  color: #004bfa;
  text-align: center;
  z-index: 10;
}

.orico_Page_index .pageMain .sceneIntroduction .sceneitem .sceneimg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-size: 100% 100%;
  z-index: 9;
}

.orico_Page_index .pageMain .sceneIntroduction .sceneitem .sceneimg:hover {
  transform: scale(1.09);
  /* background-size: auto 120%; */
}

.orico_Page_index .pageMain .oricoTechnology {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 1.25rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 120px;
  background: #fff;
}

.orico_Page_index .pageMain .oricoTechnology .ottitle {
  font-weight: 700;
  font-size: 3.5rem;
}

.orico_Page_index .pageMain .oricoTechnology .otsbtitle {
  font-weight: 400;
  font-size: 1.375rem;
  padding-top: 1.25rem;
  padding-bottom: 5rem;
  width: 30%;
  margin: 0 auto;
}

.orico_Page_index .pageMain .oricoTechnology .beforeafter {
  width: 85%;
  margin: 0 auto;
  max-height: 53.75rem;
  position: relative;
  border-radius: 1.75rem;
}

.orico_Page_index .pageMain .oricoTechnology #after {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('/static/index/pc/images/indeximg1.jpg');
  width: 100%;
  height: 53.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.75rem;
}

.orico_Page_index .pageMain .oricoTechnology #before {
  position: absolute;
  top: 0px;
  left: 0px;
  border-right: 0.25rem solid rgba(255, 255, 255, 0.5019607843);
  background-image: url('/static/index/pc/images/indeximg2.jpg');
  width: 50%;
  height: 53.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-start-start-radius: 1.75rem;
  border-end-start-radius: 1.75rem;
}

.orico_Page_index .pageMain .oricoTechnology .drag-circle {
  left: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff url('/static/index/pc/images/ba-arrow.png') center center/22px 22px no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(1);
  z-index: 5;
}

.orico_Page_index .pageMain .brandStory {
  padding: 0 7%;
  position: relative;
  margin: 0 auto;
  background: #fff;
}

.orico_Page_index .pageMain .brandStory .brandStoryswiper {
  padding-bottom: 1.25rem;
}

.orico_Page_index .pageMain .brandStory .swiper-wrapper {
  position: relative;
}

.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem {
  display: flex;
  width: 100%;
  /* height: 43.75rem; */
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
  background: #ffffff;
  border-radius: 26px 26px 26px 26px;
  text-align: center;
}

.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .itmImg {
  width: 50%;
  text-align: left;
  border-radius: 1.625rem;
  /* height: 42.625rem; */
  transition: transform 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .itmImg .bsImg {
  margin-left: 1%;
  border-radius: 26px 26px 26px 26px;
  width: 98%;
  /* height: 41.625rem; */
}

.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .bsinf {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  justify-content: center;
}

.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .bsinf .bstitle {
  font-size: 3rem;
  text-align: left;
  line-height: 4rem;
  font-weight: bolder;
}

.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .bsinf .bssubtitle {
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.575rem;
  width: 80%;
  margin-bottom: 5%;
  margin-top: 1.25rem;
}

.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .bsinf .bsmore {
  font-size: 1rem;
  text-align: left;
  width: 80%;
  font-family: Montserrat !important;
  color: #004bfa;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd {
  position: relative;
  height: 6.25rem;
  display: flex;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_swcontainer {
  width: 85%;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_swcontainer hr {
  z-index: -1;
  width: 85%;
  position: absolute;
  top: 2.6875rem;
  left: 1rem;
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_swcontainer .bs_pagination {
  bottom: 3rem;
  width: 86%;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_swcontainer .bs_pagination .swiper-pagination-bullet {
  margin-right: 28%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  border: 1px solid #cccccc;
  float: left;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_swcontainer .bs_pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_swcontainer span {
  font-weight: bold;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_swcontainer .time {
  position: absolute;
  top: 3.4375rem;
  height: 2px;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_swcontainer .swiper-container {
  width: 15%;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_bts {
  width: 15%;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_bts .slideshow-btn {
  z-index: 9999;
  width: 2.5rem;
  height: 2.5rem;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_bts .swiper-button-next {
  position: static;
  margin-left: 5.9375rem;
  margin-top: 1.5rem;
}

.orico_Page_index .pageMain .brandStory .bs_swiperasd .bs_bts .swiper-button-prev {
  position: static;
  margin-left: 2.5rem;
  margin-top: -2.5rem;
}

.orico_Page_index .pageMain .oricoDataStatistics {
  background-color: #004bf9;
  width: 100%;
}

.orico_Page_index .pageMain .oricoDataStatistics .odsmain {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: flex;
  margin: 0 10%;
  justify-content: space-between;
}

.orico_Page_index .pageMain .oricoDataStatistics .odsmain .odsItem {
  color: #fff;
  padding: 5.625rem 0;
  text-align: center;
  width: 30%;
}

.orico_Page_index .pageMain .oricoDataStatistics .odsmain .odsItem h1 {
  font-size: 3.125rem;
  animation: number-scroll 1s ease-in-out forwards;
}

.orico_Page_index .pageMain .oricoDataStatistics .odsmain .odsItem h3 {
  font-size: 1.25rem;
  padding-top: 0.5rem;
  font-weight: 500;
}

.orico_Page_index .pageMain .oricoDataStatistics .odsmain .odsItem:nth-child(2) {
  margin: 0 18%;
}

.orico_Page_index .pageMain .oricoPub {
  /* max-width: 84%; */
	width: 100%;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
	padding:0 30px;
	/* padding-left:32px; */
	box-sizing:border-box;
}

.orico_Page_index .pageMain .oricoPub .pubswiper {
	width: 84%;
  padding-top: 3.5em;
  overflow: hidden;
}

.orico_Page_index .pageMain .oricoPub .pubswiper .pubSwitem {
  position: relative;
  display: flex;
  width: 31%;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  /* text-align: center; */
  position: relative;
  overflow: hidden;
  /* max-height: 43.75rem; */
	flex-direction: column;
}

.orico_Page_index .pageMain .oricoPub .pubswiper .pubSwitem .pubimgdiv {
	width:100%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
  background-size: cover;
  height: 300px;
	
	border-radius: 16px;
}

.orico_Page_index .pageMain .oricoPub .pubswiper .pubSwitem .pubimgdiv img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1.625rem;
  object-fit: cover;
  vertical-align: middle;
}

.orico_Page_index .pageMain .oricoPub .pubswiper .pubSwitem .pubinfo {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  /* color: #fff; */
	color: #333;
	right:0;
	width:100%;
	box-sizing:border-box;
  font-weight: 600;
	/* background:rgba(0,0,0,.35); */
	padding:10px 0;
}

.orico_Page_index .pageMain .oricoPub .pubswiper .pubSwitem .pubinfo span {
  width: 100%;
  height: 3.6rem;
  font-size: 1.2rem;
	line-height: 1.8rem;
  display: -webkit-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-wrap: auto;
}

.orico_Page_index .pageMain .oricoPub .pubswiperasd {
  position: relative;
  /* width: 55%;
  margin-left: 22.5%; */
  height: 6rem;
  display: flex;
	justify-content: center;
}

.orico_Page_index .pageMain .oricoPub .pubswiperasd .swiper-container {
  margin: 0;
 /* right: 0;
  width: auto;
  position: absolute; */
}

.orico_Page_index .pageMain .oricoPub .pubswiperasd .swiper-container .slideshow-btn {
  width: 2.5rem;
  height: 2.5rem;
}

.orico_Page_index .pageMain .oricoPub .pubswiperasd .swiper-container .swiper-button-next,
.orico_Page_index .pageMain .oricoPub .pubswiperasd .swiper-container .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.orico_Page_index .pageMain .oricoPub .pubswiperasd .swiper-container .swiper-button-next,
.orico_Page_index .pageMain .oricoPub .pubswiperasd .swiper-container .swiper-rtl .swiper-button-prev {
  margin-left: 4.875rem;
  margin-top: 1.5625rem;
  position: static;
}

.orico_Page_index .pageMain .oricoPub .pubswiperasd .swiper-container .swiper-button-prev,
.orico_Page_index .pageMain .oricoPub .pubswiperasd .swiper-container .swiper-rtl .swiper-button-next {
  position: static;
  margin-left: 1.75rem;
  margin-top: -2.5rem;
}

.orico_Page_index .pageMain .oricoFQA {
  width: 85%;
  margin: 0 auto;
  margin-top: 4.5rem;
  display: flex;
  flex-direction: row;
  background-color: white;
  border-radius: 1.625rem;
  align-items: baseline;
  box-shadow: 5px 5px 30px 5px #d6d6de;
}

.orico_Page_index .pageMain .oricoFQA .fqaleft {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.orico_Page_index .pageMain .oricoFQA .fqaleft h1.title {
  font-size: 3.5rem;
  text-align: left;
  font-weight: bold;
  width: 75%;
  margin-left: 15%;
  margin-top: 10%;
  overflow: hidden;
}

.orico_Page_index .pageMain .oricoFQA .fqaleft .dec {
  font-size: 1.5rem;
  text-align: left;
  width: 75%;
  margin-left: 15%;
  font-weight: 400;
  margin-top: 1%;
  padding: 1% 0;
  line-height: 1.7rem;
}

.orico_Page_index .pageMain .oricoFQA .fqaleft .sudec {
  font-size: 1rem;
  text-align: left;
  width: 75%;
  margin-left: 15%;
  margin-top: 2%;
  margin-bottom: 10%;
  line-height: 1.5rem;
}

.orico_Page_index .pageMain .oricoFQA .fqaright {
  width: 60%;
  display: flex;
  margin-bottom: 7%;
}

.orico_Page_index .pageMain .oricoFQA .fqaright ul.accordion {
  margin-top: 10%;
  margin-bottom: auto;
  margin-left: 3%;
  width: 90%;
  border: 1px solid #d6d6d6;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  padding: 3% 0;
}

.orico_Page_index .pageMain .oricoFQA .fqaright ul.accordion li.fqali {
  margin-left: 5%;
  margin-top: 1%;
  width: 90%;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #d6d6d6;
}

.orico_Page_index .pageMain .oricoFQA .fqaright ul.accordion li.fqali .fqa-question {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
  
}

.orico_Page_index .pageMain .oricoFQA .fqaright ul.accordion li.fqali .fqa-question .xiala {
  height: 1.875rem;
  text-align: center;
}
.orico_Page_index .pageMain .oricoFQA .fqaright h3{
   word-break: break-all;
} 
.orico_Page_index .pageMain .oricoFQA .fqaright ul.accordion li.fqali .fqa-answer {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.625rem;
  display: none;
}

.orico_Page_index .pageMain .oricoFQA .fqaright ul.accordion li.fqali .fqa-answer p {
  line-height: 1.75rem;
  word-break: break-all;
}

.orico_Page_index .pageMain .oricoFQA .fqaright ul.accordion li.fqali:last-child {
  border-bottom: none;
}

.orico_Page_index .pageMain .oricofixd-info {
  height: 88px;
  background-color: #333;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: var(--max-width); 
  width: 100%;
}

.orico_Page_index .pageMain .oricofixd-info .ofiinfo {
  width: 80%;
  text-wrap: wrap;
  margin-left: 7%;
}

.orico_Page_index .pageMain .oricofixd-info .ofiinfo p {
  font-weight: 400;
}

.orico_Page_index .pageMain .oricofixd-info .ofibt {
  width: 10%;
}

.orico_Page_index .pageMain .oricofixd-info .ofibt button {
  width: 9.375rem;
  height: 3.125rem;
  border: 1px solid grey;
  border-radius: 1.5625rem;
  color: white;
  background-color: #333;
  cursor: pointer;
}

.orico_Page_index .pageMain .oricofixd-info .oficlose {
  width: 10%;
  margin-right: 7%;
}

.orico_Page_index .pageMain .oricofixd-info .oficlose .close-btn {
  font-size: 1.875rem;
  color: white;
  cursor: pointer;
  float: right;
  width: 1.25rem;
}

.orico_Page_index .ba-slider .handle {
  background: #dcdbd9;
  cursor: pointer;
}

.orico_Page_index .ba-slider .handle:after {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff url('../../ba-arrow.png') center center / 22px 22px no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(1);
  z-index: 5;
  box-shadow: none;
}

.orico_Page_index .ba-slider .handle.ba-draggable:after {
  transform: scale(.8)
}
/* 新增 */
.tjcp_tabs{
	width: 100%;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tjcp_tabn{
	max-width: 100%;
	margin: 0 auto;
	overflow-x: auto;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.tjcp_ta{
	margin-right: 40px;
	line-height: 50px;
	border-bottom: 4px solid rgba(0,0,0,0);
	cursor: pointer;
}
.tjcp_ta:last-child{
	margin-right: 0;
}
.tjcp_ta.active{
	border-bottom: 4px solid #004bf9;
}
.ori-pd-lists{
	width: 100%;
}
.oripdlist_li{
	display: none;
}
.oripdlist_li.active{
	display: block;
}
.inews_tit{
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 2rem;
	margin: 0 auto;
}
.inewstit_l{
	font-size: 2rem;
	font-weight: bold;
}
.inewstit_r{
	font-size: 1.4rem;
	color: #004bf9;
}
.orico_Page_index .pageMain .oricoPub .pubswiper{
	padding-top: 1.5rem;
}
.pubinfo_time {
	margin-bottom: 10px;
	margin-top: 10px;
}
.pubinfo_time b{
	font-weight: normal;
	margin-right: 10px;
	color: #666;
}
.Brands_list{
	width: 85%;
	display: flex	;
	margin: 0 auto;
	flex-wrap: wrap;
}
.Brands_li{
	width: 18.8%;
    min-height: 200px;
    border: 1px solid #eee;
    border-radius: 6px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 0.6%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.Brands_img{
	width: 100%;
	height: 150px;
	
	object-fit: contain;
}
.Brands_img img{
	width: 100%;
	height: 150px;
	
	object-fit: contain;
}
.Brands_name{
	font-size: 1.4rem;
	text-align: center;
}
.orico_Page_index .pageMain .brandStory1{
	background: #f2f2f2;
}
.orico_Page_index .pageMain .brandStory1 .swiper-wrapper .bsitem{
	background: #f2f2f2;
}
.orico_Page_index .pageMain .brandStory1 .swiper-wrapper .bsitem .bsinf{
	margin-left: 5%;
}
.bstitle1{
	font-size: 2rem;
	text-align: left;
	line-height: 3rem;
	font-weight: bolder;
}
.icontact_add{
	white-space: pre-line;
	text-align: left;
	
}
.icontact_lx{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.icontact_lbox{
	border: 1px solid #000;
	color: #000;
	padding: 10px 20px;
	border-radius: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-size: 24px;
	margin-bottom: 20px;
}
.icontact_lbox span{
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
}
.about_box{
	width: 85%;
	padding: 3rem 0;
	margin: 0 auto;
}
.orico_Page_index1{
	padding-top: 3.75em;
}
.aboutbox_tit{
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 1.6rem;
}
.aboutbox_tit1{
	font-size: 1.4rem;
	text-align: justify;
}
.about_tbox{
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-top: 60px;
}
.about_tbox_l{
	width: 70%;
	height: auto;
	margin: 0 auto;
}
.about_tbox_r{
	width: 45%;
	margin-left: 5%;
}
.about_tbox_rt{
	font-size: 2.8rem;
	margin-bottom: 50px;
}
.about_tbox_rp{
	font-size: 18px;
	line-height: 1.6;
	text-align: justify;
}
.cn_list{
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cn_li{
	width: 33.333%;
	padding: 10px;
	box-sizing: border-box;
}
.cn_la{
	padding: 30px 15px;
	min-height: 228px;
	height: 100%;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.cn_icon{
	position: relative;
	    margin-bottom: 20px;
	    text-align: center;
	    display: inline-flex	;
	    align-items: center;
	    justify-content: center;
	    height: 70px;
	    width: 70px;
	    transition: 0.5s all;
	    -webkit-transition: 0.5s all;
	    -o-transition: 0.5s all;
	    -moz-transition: 0.5s all;
	    -ms-transition: 0.5s all;
	    border-radius: 50%;
	    background: #004bf9;
}
.cn_icon span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    transition: all .5s;
    background-image: url(../../nicon.png);
    position: relative;
    z-index: 2;
}
.cn_la_tit{
	margin-bottom: 15px;
	font-size: 16px;
	font-style: normal;
	color: #333;
	text-transform: capitalize;
	line-height: 20px;
	position: relative;
	display: block;
	font-family: "ITCAvantGardeStd-Md";
}
.cn_la_v{
	font-size: 14px;
	line-height: 1.5;
	color: #111;
}


.cn_fbox{
	width: 100%;
	/* background: url(../../contcat.jpg) no-repeat fixed center; */
	background: url(../../contcat1.jpg) no-repeat  center;
	background-size: cover;
}
.cn_fboxn{
	width: 100%;
	min-height: 100vh;
	background: rgba(29,30,32,.45);
	padding: 80px 0;
}
.cnf_tit{
	width: 100%;
	text-align: center;
	font-size: 50px;
	color: #fff;
	margin-bottom: 80px;
	line-height: 50px;
}
.cnf_tit1{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
}
.cnf_form{
	width: 600px;
	max-width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	font-size: 16px;
	color: #0d131a;
	margin: 0 auto;
	box-sizing: border-box;
}
.cnf_fname{
	color: #0d131a;
	font-size: 14px;
}
.cnf_fint{
	width: 100%;
	font-size: 16px;
	color: #0D131A;
	border: 1px solid #b8c0cc;
	border-radius: 10px;
	padding: 16px;
	box-sizing: border-box;
	outline: none;
	transition: colorease .2s, border-colorease .2s, background-colorease .2s;
	margin-top: 5px;
	margin-bottom: 15px;
}
.cnf_fint:focus{
	border-color: #0D131A;
}
.cnf_fint1{
	width: 100%;
	min-height: 96px;
	overflow: auto;
	resize: vertical;
}
.cnf_fbtn{
	background: #004bf9;
	border: 1px solid #004bf9;
	color: #fff;
	font-size: 16px;
	height: 56px;
	padding: 16px 40px;
	border-radius: 56px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
}
.about_imgs{
	width: 85%;
	margin: 0 auto;
	padding: 80px 0;
	display: flex;
	flex-wrap: wrap;
}
.about_img{
	width: 33.3333%;
	padding: 10px;
	box-sizing: border-box;
}
.about_img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.cklc_box{
	padding:40px 0!important;
}
.cklc_box img{
	width: 100%;
}
.cldz_box{
	background: #fff;
	padding:40px 0!important;
}
.d-none{
	display: none!important;
}
.cldz_list{
	width: 85%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.cldz_li{
	width: 33.333%;
	padding: 10px;
	box-sizing: border-box;
}
.cldz_la{
	width: 100%;
	padding-bottom: 20px;
}
.cldz_img{
	width: 100%;
	padding-top: 60.4652%;
	position: relative;
}
.cldz_tit{
	width: 100%;
	height: 1.5em;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.cldz_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wlys_box{
	width: 100%;
	background-image: url(../../wlbg.png);
	background-position: center;
	background-size: cover;
	padding: 80px 0 250px;
}
.wlys_biaoti{
	font-size: 2rem;
	font-weight: 600;
	line-height: 6rem;
	margin-bottom: 70px;
	text-align: center;
}
.wlys_img{
	padding-top: 125.5%;
}

/* v2 */
.v2_cartype_box{
	width: 100%;
	background: #3c3c3c;
	--width:600px;
}
.v2ct_tit{
	width: var(--width);
	flex: none;
	height: 266px;
	background-image: url(../../v2/ct1.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 6vw;
	padding-right: 220px;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 600;
	line-height: 3rem;
	color: #fff;
}
.v2_cartype_list{
	flex: 1;
	width: calc(100vw - var(--width));
	padding-right: 6vw;
}
.v2_cartype_box0{
	margin-top: 80px;
}
/* .v2_cartype_box1 {
	
} */
.v2_cartype_box1 .v2ct_tit{
	background-image: url(../../v2/ct2.png);
}
.v2_cartype_list{
	overflow-x: auto;
	white-space: nowrap;
}
.v2_cartype_li{
	width: 20%;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 40px;
}
.v2_ctli_img{
	display: block;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 50%;
	position: relative;
}
.v2_ctli_img img{
	width: 120%;
	height: 150px;
	position: absolute;
	right: 0;
	object-fit: contain;
	max-width:none!important;
}
.v2_ctli_img div{
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 600;
}





.home-Reviews {
	margin: 0 auto;
   margin-top: 5rem ;
	width:85%; overflow:hidden; position:relative;
   margin-bottom: 5rem ;
}
.biaoti{ font-size: 2rem;
    font-weight: 600;
    line-height: 6rem;
    margin-bottom: 70px;}
.home-Reviews .slick-arrow { z-index:10;
	position:absolute;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #307ff9;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    left: auto;
    right: 5%;
    top: 70px;
    width: 3.5rem
}

.home-Reviews .slick-arrow:hover {
    background: #307ff9;
    color: #fff
}

.home-Reviews .slick-arrow:after {
    display: none
}

.home-Reviews .slick-arrow.slick-next {
    right: 0!important
}

.home-Reviews .home-Reviews-banner {
    display: grid;
    gap: 5.6%;
    grid-template-columns: 40% 1fr;
    position: relative
}

.home-Reviews .home-Reviews-banner:before {
    background: #307ff9;
    bottom: 32%;
    content: "";
    display: block;
    height: 4px;
    left: 40%;
    position: absolute;
    transform: translate(-40%,-32%);
    width: 7%
}

.home-Reviews .home-Reviews-banner .Reviews-banner-x2 {
    padding-top: 12rem;
    position: relative
}

.home-Reviews .home-Reviews-banner .Reviews-banner-x2:before {
    color: #307ff9;
    content: "“";
    display: block;
    font-family: Inter-SemiBold,Inter;
    font-size: 17rem;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 20%;
    transform: translateY(-20%)
}

.home-Reviews .home-Reviews-banner .Reviews-banner-x2 .txt {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 5.6rem;
    width: 95%
}

.home-Reviews .home-Reviews-banner .Reviews-banner-x2 h4 {
    color: #333;
    font-weight: 700;
    line-height: 21px
}

.home-Reviews .home-Reviews-banner .Reviews-banner-x2 h4 span {
    color: #307ff9;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px
}

.home-Reviews .home-Reviews-banner .Reviews-banner-x2 .icon {
    color: #f5a623;
    font-size: 1.6rem;
    margin: 2rem 0 1rem
}

.home-Reviews .home-Reviews-banner .Reviews-banner-x2 .Models {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px
}

.loop-faq {
    border-radius: .4rem;
    margin-top: 2.4rem;
    transition: all .3s ease;
}
.xz-faq .faq-classification {
    display: flex;
    gap: 6%;
    padding: 11rem 0;
    position: relative; margin:auto;width: 85%;
}

.xz-faq .faq-classification .faq-content-1 {
    flex-basis: 25%;
    height: 40rem;
    left: 0;
    position: sticky;
    top: 0
}

.xz-faq .faq-classification .faq-content-1 h3 {
    color: #333;
    font-weight: 700
}

.xz-faq .faq-classification .faq-content-1 h3 span {
    color: #307ff9;
    font-weight: 400
}

.xz-faq .faq-classification .faq-content-1 p {
    color: #333;
    font-size: 16px;
    margin: 4.4rem 0 6.5rem
}

.xz-faq .faq-classification .faq-content-1 #form-btn {
    font-size: 16px;
    font-weight: 700;
    height: 5.6rem;
    line-height: 20px;
    min-width: 24rem!important
}

.xz-faq .faq-classification .faq-content-r {
    width: 70%
}

.xz-faq .faq-classification .faq-content-r .faq-cat .faq-cat-lv1 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    overflow-x: auto
}

.xz-faq .faq-classification .faq-content-r .faq-cat .faq-cat-lv1::-webkit-scrollbar {
    display: none
}

.xz-faq .faq-classification .faq-content-r .faq-cat .faq-cat-lv1 li {
    align-items: center;
    border: 1px solid #307ff9;
    display: flex;
    justify-content: center;
    padding: 2rem 5rem;
    transition: all .5s ease
}

.xz-faq .faq-classification .faq-content-r .faq-cat .faq-cat-lv1 li a {
    color: #307ff9;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap
}

.xz-faq .faq-classification .faq-content-r .faq-cat .faq-cat-lv1 li.current-menu-item,.xz-faq .faq-classification .faq-content-r .faq-cat .faq-cat-lv1 li:hover {
    background: #307ff9
}

.xz-faq .faq-classification .faq-content-r .faq-cat .faq-cat-lv1 li.current-menu-item a,.xz-faq .faq-classification .faq-content-r .faq-cat .faq-cat-lv1 li:hover a {
    color: #fff
}

.xz-faq .faq-nav {
    background-image: url(../img/faq-nav.jpg);
    margin-bottom: 11rem;
    min-height: auto;
    padding: 7.6rem 0 9.7rem
}

.xz-faq .faq-nav h1 {
    color: #fff;
    font-weight: 700;
    text-align: center
}

.xz-faq .faq-nav h1 span {
    color: #307ff9
}

.xz-faq .faq-nav p {
    color: #fff;
    font-weight: 400;
    margin: 9px 0 9rem;
    opacity: .8;
    position: relative;
    text-align: center
}

.xz-faq .faq-nav p:before {
    background-image: url(../img/about-zhuangshi.png);
    background-size: 100% 100%;
    bottom: -2rem;
    content: "";
    display: block;
    height: 1rem;
    left: 50%;
    position: absolute;
    transform: translate(-50%,2rem);
    width: 8rem
}

.xz-faq .faq-nav .faq-nav-x .faq-menu {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow-x: auto
}

.xz-faq .faq-nav .faq-nav-x .faq-menu::-webkit-scrollbar {
    display: none
}

.xz-faq .faq-nav .faq-nav-x .faq-menu a {
    background-color: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 4.5rem 2.3rem 3.3rem 3.8rem;
    transition: all .5s ease;
    white-space: nowrap;
    width: 31rem
}

.xz-faq .faq-nav .faq-nav-x .faq-menu a:hover {
    transform: translateY(-.5rem)
}

.xz-faq .faq-nav .faq-nav-x .faq-menu a:hover .icon1 {
    transform: translateX(1rem)
}

.xz-faq .faq-nav .faq-nav-x .faq-menu a .icon1 {
    color: #000;
    opacity: .5;
    transition: all .5s ease
}

.xz-faq .faq-nav .faq-nav-x .faq-menu a .icon2 {
    color: #307ff9;
    font-size: 4rem;
    font-weight: 400;
    text-align: right
}

.loop-faq-tit {
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    line-height: 21px;
    padding: 0 3.5rem 3rem 0
}

.loop-faq-tit span {
    color: #307ff9;
    content: "\e649";
    font-family: iconfont;
    font-size: 2rem
}

.loop-faq-tit .h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-right: 2rem;
    transition: all .3s ease
}

.loop-faq-tit .h4:hover {
    color: #307ff9
}

.loop-faq-des {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-line-clamp: 3;
    background: #f8f8f8;
    display: -webkit-box;
    display: none;
    overflow: hidden;
    padding: 3.6rem 5rem 3.6rem 3.2rem;
    text-overflow: ellipsis
}

.loop-faq-des p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

/*屏幕兼容性*/
@media screen and (min-width:750px) and (max-width:1280px) {}

@media screen and (min-width:1281px) and (max-width:1360px) {}

@media screen and (min-width:1361px) and (max-width:1460px) {}

@media screen and (min-width:1461px) and (max-width:1660px) {}

@media screen and (min-width:1661px) and (max-width:1760px) {}

@media screen and (min-width:1761px) and (max-width:1960px) {}

@media screen and (min-width:1980px) {}
@media screen and (max-width: 1150px){
	.orico_Page_index .pageMain .bannerswiper{
		/* margin-top: 6.2rem; */
	}
	.v2_cartype_box{
		--width: 0;
	}
	.v2ct_tit{
		display: none;
	}
	.v2_cartype_list{
		padding-left: 6vw;
	}
	.v2_cartype_li{
		justify-content: center;
		min-width: 200px;
		
		padding: 20px 0 60px;
	}
}
@media screen and (max-width:768px){
	.orico_Page_index .pageMain .featuredProducts{
		
	}
	.orico_Page_index .pageMain .featuredtopicsMain .ftcontent{
		width: calc(100% - 40px);
	}
	.orico_Page_index .pageMain .featuredProducts{
		padding-left: 20px;
		padding-right: 10px;
	}
	.orico_Page_index .pageMain .hotProduct .hotvideo{
		height: auto;
	}
	.orico_Page_index .pageMain .sceneIntroduction .sceneitem{
		height: 220px;
	}
	.orico_Page_index .pageMain .brandStory{
		margin-top: 20px;
		padding: 0 20px;
	}
	.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem{
		flex-direction: column;
		height: 52rem;
	}
	
	.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .itmImg{
		width: 100%;
	}
	.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .itmImg .bsImg{
		margin-left: 0;
	}
	.orico_Page_index .pageMain .brandStory .swiper-wrapper .bsitem .bsinf{
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}
	.orico_Page_index .pageMain .oricoDataStatistics .odsmain{
		margin: 0;
		padding: 0 20px;
	}
	.orico_Page_index .pageMain .oricoDataStatistics .odsmain .odsItem:nth-child(2){
		margin: 0 auto;
	}
	.orico_Page_index .pageMain .oricoPub{
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		padding: 0;
	}
	.orico_Page_index .pageMain .catMain{
		padding: 0 20px;
	}
	/* .Brands_list{} */
	.Brands_li{
		width: 48%;
	}
	.about_box{
		width: calc(100% - 40px);
	}
	.about_tbox{
		margin-top: 40px;
		flex-direction: column;
	}
	.about_tbox_l{
		width: 100%;
	}
	.about_tbox_r{
		margin-left: 0;
		margin-top: 40px;
		width: 100%;
	}
	.cn_li{
		width: 100%;
	}
	.cn_fboxn .w1200{
		padding: 0 20px;
	}
	.orico_Page_index .pageMain .bannerswiper1 .swiper-slide img{
		height: 40vh;
	}
	.cldz_list{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.cldz_li{
		width: 50%;
	}
	.cldz_box .biaoti{
		padding:1.5rem 20px;
		line-height: 3rem!important;
	}
	.wlys_li{
		width: 33.333%;
	}
}
@media screen and (max-width:650px){
	.orico_Page_index .pageMain .bannerswiper{
		margin-top: 0;
	}
	/* .orico_Page_index .pageMain .bannerswiper1 .swiper-slide img{
		height: auto;
	} */
	.orico_Page_index .pageMain .catMain .catit{
		min-width: 24%;
		min-width: 8.8875rem;
	}
	.orico_Page_index .pageMain .catMain .catit .catName{
		font-size: 1.2rem;
	}
	.orico_Page_index .pageMain .oricoPub .pubswiper .pubSwitem{
		width: 100%;
	}
	.orico_Page_index .pageMain .oricoDataStatistics .odsmain{
		flex-direction: column;
		padding: 2rem 0;
	}
	.orico_Page_index .pageMain .oricoDataStatistics .odsmain .odsItem{
		width: 100%;
		padding: 2rem 0;
	}
	.about_img{
		width: 100%;
	}
	.wlys_li{
		width: 100%;
	}
}