  @charset "UTF-8";
@font-face {
  font-family: "hs-r";
  src: url('/fonts/HarmonyOS_Sans_Regular.ttf');
}
@font-face {
  font-family: "hs-m";
  src: url(/fonts/HarmonyOS_Sans_Medium.ttf);
}
@font-face {
  font-family: "hs-b";
  src: url(/fonts/HarmonyOS_Sans_Bold.ttf);
}
@font-face {
  font-family: "hs-black";
  src: url(/fonts/HarmonyOS_Sans_Black.ttf);
}
@font-face {
  font-family: "hs-l";
  src: url(/fonts/HarmonyOS_Sans_Light.ttf);
}
@font-face {
  font-family: "hs-t";
  src: url(/fonts/HarmonyOS_Sans_Thin.ttf);
}
/*全局初始化样式 --*/


/*html5设置*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
html,
body,
div,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a:hover {
  color: #F3912E;
}
a img {
  border: none;
}
/*强制去除表单自带的样式*/
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*清楚浮动*/
.clear {
  clear: both;
  overflow: hidden;
}
/*该设置跟后台编辑器有关*/
.ul,
.ul li,
.dl,
.dl dd,
ul,
ul li,
ol,
ol li,
dl,
dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
/*伸缩流方向*/
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
/*主轴对齐*/
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/*侧轴对齐*/
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*伸缩性*/
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/*单行溢出*/
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.text4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.donghua {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.donghua1 {
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75;
  transition: all 0.75s;
}
.donghua2 {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.fangda {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.fangda5 {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.xuanzhuan {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.xuanzhuanx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xuanzhuany {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.pr {
  position: relative;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
.scroll_x {
  overflow-y: hidden;
  overflow-x: scroll;
}
.scroll_x::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}
.scroll_x::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.scroll_y {
  overflow-y: scroll;
}
.scroll_y::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.scroll_y::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.scroll_y2 {
  overflow-y: scroll;
}
.scroll_y2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.scroll_y2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #F3912E;
}
.scroll_y2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #e8e8e8;
}
.wrap {
  width: 100%;
  padding: 0 160px;
}
.swiper-pagination-bullet-active{
    background: #00B2B3;
}




.index_products {
  padding-bottom: 110px;
  overflow: hidden;
  background: #F2F3F5;
  position: relative;
  width:100%;
  float:left;
}
.index_products:before {
  width: 40%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #edf0f3;
  z-index: 0;
}
.index_products:after {
  content: 'special in HPH';
  opacity: 0.3;
  color: var(---Gray-5, #E0E0E0);
  font-family: "Arial Black Italic";
  font-size: 14.78831rem;
  font-style: italic;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  right: 0px;
  bottom: -110px;
  width: auto;
  height: auto;
}
.index_products .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.index_products .title .left {
  width: 40%;
  background: #EDF0F3;
  padding: 100px 0px 70px 8.33vw;
}
.index_products .title .left .p1 {
  padding-left: 60px;
  position: relative;
  margin-bottom: 15px;
  color: var(---333, #333);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index_products .title .left .p1:before {
  content: '';
  width: 40px;
  height: 2px;
  background: #1b1e1e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.index_products .title .left h2 {
  text-transform: uppercase;
  color: var(---333, #333);
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.index_products .title .left h2 i {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: #F3912E;
  border-radius:50%;
}
.index_products .title .right {
  width: 60%;
  padding: 100px 150px 0 100px;
  position: relative;
  overflow: hidden;
}
.index_products .title .right:before {
  content: '';
  width: 100%;
  height: 0.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e7eaed;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.index_products .title .right .tabtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 4.5rem;
}
.index_products .title .right .tabtitle li {
  width: auto;
  height: 4.5rem;
  position: relative;
  cursor: pointer;
  font-size:0.85rem;
}
.index_products .title .right .tabtitle li:before {
  content: '';
  width: 0;
  height: 0.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.index_products .title .right .tabtitle li a {
  color: #121818;
  font-weight: bold;
}
.index_products .title .right .tabtitle li.swiper-slide-active a {
  color: #F3912E;
}
.index_products .title .right .tabtitle li.swiper-slide-active:before {
  width: 100%;
  background: #F3912E;
}
.index_products .box_s {
  position: relative;
  z-index: 1;
}
.index_products .box_s .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 31%;
  position: relative;
}
.index_products .box_s .swiper-slide .imgbox {
  position: absolute;
  left: 0;
  width: 49%;
  height: 100%;
  background: #F3912E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index_products .box_s .swiper-slide .art {
  position: absolute;
  right: 0;
  width: 46%;
}
.index_products .box_s .swiper-slide .art .tit {
  margin-top: 50px;
  font-family: 'hs-m';
  display: inline-block;
  padding: 0 32px;
  height: 34px;
  line-height: 34px;
  background: #F3912E;
  border-radius: 17px;
  
  color: var(---white, #FFF);
  font-family: "Arial Black Italic";
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 180%;
}
.index_products .box_s .swiper-slide .art h1 {
  margin: 20px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}
.index_products .box_s .swiper-slide .art h1 p {
  max-width: 50%;
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_products .box_s .swiper-slide .art h1 a {
  background: #F3912E;
  display: block;
  height: 3.375rem;
  line-height: 3.375rem;
  padding: 0 150px 0 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index_products .box_s .swiper-slide .art h1 a span {
  margin: 0 10px;
  font-size:0.875rem;
  font-weight:normal;
}
.index_products .box_s .swiper-slide .art h1 a .i1 {
  width: 40px;
  min-width:40px;
  height: 1px;
  background: #fff;
}
.index_products .box_s .swiper-slide .art h1 a .icon-right {
  background: #fff;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  min-width:1.125rem;
  text-align:center;
  position:relative;
}
.index_products .box_s .swiper-slide .art h1 a .icon-right:before {
  color: #F3912E;
  content:">";
  font-weight:bold;
  font-family:'宋体';
  top:0;
  left:0;
  position:absolute;
  width:100%;
  height:100%;
  line-height:120%;
  font-size:0.875rem;

}
.index_products .box_s .swiper-slide .art .info {
  font-size: 20px;
  line-height: 44px;
  color: #494545;
  height: 230px;
  margin-right: 150px;
  overflow-y: scroll;
  padding-right:20px;
}
.index_products .box_s .swiper-slide .art .info::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.index_products .box_s .swiper-slide .art .info::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.index_products .box_s .swiper-slide .art .info p {
  padding-left: 30px;
  position: relative;
}
.index_products .box_s .swiper-slide .art .info p:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 18px;
  background: #F3912E;
  border-radius:50%;
}
.index_products .box_s .swiper-slide .art .sxy {
  width: 100%;
  height: 60px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-prev,
.index_products .box_s .swiper-slide .art .sxy .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  color: #121818;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-prev:after,
.index_products .box_s .swiper-slide .art .sxy .swiper-button-next:after {
  display: none;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-prev i,
.index_products .box_s .swiper-slide .art .sxy .swiper-button-next i {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #cccccc;
  border-radius: 50%;
  position:relative;
  display: flex;
  align-items: center;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-prev i:before{
	width:20px;
	height:20px;
	content:"<";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	text-align:center;
	line-height:20px;
	font-size:0.75rem;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-next i:before{
	width:20px;
	height:20px;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	text-align:center;
	line-height:20px;
	font-size:0.75rem;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-prev i:before,
.index_products .box_s .swiper-slide .art .sxy .swiper-button-next i:before {
  color: #333;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-prev:hover i:before,
.index_products .box_s .swiper-slide .art .sxy .swiper-button-next:hover i:before {
  color: #fff;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-prev:hover i,
.index_products .box_s .swiper-slide .art .sxy .swiper-button-next:hover i {
  background: #F3912E;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-prev {
  margin-right: 270px;
}
.index_products .box_s .swiper-slide .art .sxy .swiper-button-prev:before {
  content: '';
  width: 270px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -0.5px;
  background: #ccc;
}
@media (max-width: 1680px) {
  .index_products .title .left h2 {
    font-size: 58px;
  }
  .index_products:after {
    font-size: 250px;
  }
}
@media (max-width: 1500px) {
  .index_products {
    padding-bottom: 80px;
  }
  .index_products:after {
    font-size: 200px;
  }
  .index_products .title .left h2 {
    font-size: 50px;
  }
  .index_products .box_s .swiper-slide .art h1 p {
    font-size: 28px;
  }
  .index_products .title .left {
    padding: 80px 0px 50px 120px;
  }
  .index_products .title .right {
    padding: 80px 120px 0 80px;
  }
  .index_products .box_s .swiper-slide .art h1 {
    margin-bottom: 40px;
  }
  .index_products .box_s .swiper-slide .art h1 a {
    padding-right: 120px;
  }
  .index_products .box_s .swiper-slide .art .info {
    font-size: 18px;
    line-height: 30px;
    max-height: 180px;
  }
  .index_products .box_s .swiper-slide .art .sxy .swiper-button-prev,
  .index_products .box_s .swiper-slide .art .sxy .swiper-button-next {
    width: 100px;
    font-size: 18px;
  }
  .index_products .box_s .swiper-slide .art .sxy .swiper-button-prev {
    margin-right: 150px;
  }
  .index_products .box_s .swiper-slide .art .sxy .swiper-button-prev:before {
    width: 150px;
  }
  .index_products .box_s .swiper-slide .art .info {
    margin-right: 120px;
  }
  .index_products .box_s .swiper-slide .art .info p:before {
    top: 11px;
  }
}
@media (max-width: 1440px) {
  .index_products {
    padding-bottom: 60px;
  }
  .index_products:after {
    font-size: 150px;
  }
  .index_products .title .left h2 {
    font-size: 36px;
  }
  .index_products .title .left h2 i {
    width: 8px;
    height: 8px;
  }
  .index_products .box_s .swiper-slide .art h1 p {
    font-size: 26px;
  }
  .index_products .title .left {
    padding: 50px 0px 20px 100px;
  }
  .index_products .title .right {
    padding: 50px 100px 0 50px;
  }
  .index_products .title .right .tabtitle li {
    font-size: 1.25rem;
  }
  .index_products .box_s .swiper-slide .art h1 {
    margin-bottom: 30px;
  }
  .index_products .box_s .swiper-slide .art .info {
    font-size: 16px;
    line-height: 24px;
    max-height: 100px;
  }
  .index_products .box_s .swiper-slide .art .tit {
    margin-top: 10px;
    font-size: 16px;
  }
  .index_products .box_s .swiper-slide .art .info {
    margin-right: 100px;
  }
  .index_products .box_s .swiper-slide .art h1 a {
    padding-right: 100px;
    white-space: nowrap;
    max-width: 50%;
  }
  .index_products .box_s .swiper-slide .art .info p:before {
    top: 10px;
  }
  .index_products .title .left .p1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .index_products .title .right.h3:before {
    height: 5px;
  }
}
@media (max-width: 1280px) {
  .index_products .title .right .tabtitle li{
    margin-right: 15px;
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .index_products .box_s .swiper-slide .art .info ul li{
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .index_products {
    padding-bottom: 0px;
  }
  .index_products:before {
    display: none;
  }
  .index_products:after {
    font-size: 100px;
    bottom: 0;
  }
 
  .index_products .title .right:before,
  .index_products .title .right .tabtitle li:before {
    bottom: 0px;
    height: 5px;
  }
  .index_products .title .right .tabtitle{
    height: 60px;
  }
  .index_products .title .right .tabtitle li {
    height: 60px;
  }
  .index_products .title .right .tabtitle li a {
    font-size: 14px;
  
  }
  .index_products .title .left .p1 {
    font-size: 20px;
    padding-left: 30px;
  }
  .index_products .title .left h2 {
    font-size: 24px;
  }
  .index_products .title .left .p1:before {
    width: 20px;
  }
  .index_products .box_s .swiper-slide .art .sxy .swiper-button-prev {
    margin-right: 100px;
  }
  .index_products .box_s .swiper-slide .art .sxy .swiper-button-prev:before {
    width: 100px;
  }
  .index_products .box_s .swiper-slide .art .sxy {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 70px;
  }
  .index_products .box_s .swiper-slide .art .info p {
    padding-left: 15px;
    font-size: 14px;
  }
  .index_products .box_s .swiper-slide .art .info p:before {
    top: 8px;
  }
  .index_products .box_s .swiper-slide .art .info {
    margin-top: 15px;
    margin-right: 0;
    font-size: 14px;
  }
  .index_products .box_s .swiper-slide .art h1 {
    margin: 0;
  }
  .index_products .box_s .swiper-slide .art h1 p {
    position: absolute;
    right: 20px;
    top: 20px;
    width: calc(100% - 120px);
    max-width: 70%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 34px;
  }
  .index_products .box_s .swiper-slide .art h1 a {
    position: absolute;
    left: 20px;
    bottom: 75px;
  }
  .index_products:after {
    display: none;
  }
  .index_products .box_s .swiper-slide .art .sxy {
    margin-top: 60px;
    -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  }
  .index_products .box_s .swiper-slide .art .tit {
    margin-top: 0;
  }
  .index_products .box_s .swiper-slide .art h1 p {
    top: 0;
    font-size: 24px;
  }
  .index_products .box_s .swiper-slide .art h1 a {
    height: 45px;
    left: 0;
    bottom: 65px;
  }
  .index_products .box_s .swiper-slide .art .sxy .swiper-button-prev,
  .index_products .box_s .swiper-slide .art .sxy .swiper-button-next {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index_products .title {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .index_products .title .left {
    width: 100%;
    padding: 40px 0px 20px 20px;
  }
  .index_products .title .right {
    width: 100%;
    padding: 20px ;
  }
  .index_products .box_s .swiper-slide {
    padding-bottom: 0;
    height: auto;
  }
  .index_products .box_s .swiper-slide .imgbox {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 250px;
  }
  .index_products .box_s .swiper-slide .art {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
  .index_products .box_s .swiper-slide .art .tit {
    margin-top: 0;
    max-width: calc(50% - 30px);
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index_products .box_s .swiper-slide .art h1 p {
    font-size: 18px;
    top: 20px;
  }
  .index_products .box_s .swiper-slide .art h1 a {
    padding: 0px 15px;
    height: 35px;
    line-height: 35px;
    left: 20px;
    font-size: 14px;
  }
  .index_products .box_s .swiper-slide .art h1 a .i1 {
    display: none;
  }
  .index_products .box_s .swiper-slide .art .info {
    margin-right: 20px;
  }
  .index_products .box_s .swiper-slide .art .info ul li{
    font-size: 14px;
  }
}















