@charset "utf-8";
:root {
  --color: #fe3b1f;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
/* 产品列表页 */
.proon {
  padding: 1.4rem 0 1.2rem;
}
.proon > .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .proon > .box {
    flex-direction: column;
  }
}
.proon > .box .gl {
  width: 25%;
}
@media (max-width: 767px) {
  .proon > .box .gl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.proon > .box .gl .gtit {
  margin-bottom: 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .proon > .box .gl .gtit {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.3rem;
  }
}
.proon > .box .gl .gtit .g_h2 {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .proon > .box .gl .gtit .g_h2 {
    width: 100%;
    position: relative;
    height: 47px;
    border: 1px solid #fe3b1f;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
}
.proon > .box .gl .gtit .g_h2.on {
  background: #fe3b1f;
}
.proon > .box .gl .gtit .g_h2.on i,
.proon > .box .gl .gtit .g_h2.on h2 {
  color: #fff;
}
.proon > .box .gl .gtit .g_h2 i {
  transition: all 0.4s;
  flex-shrink: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #fe3b1f;
}
@media (max-width: 1199px) {
  .proon > .box .gl .gtit .g_h2 i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .proon > .box .gl .gtit .g_h2 i {
    width: 21px;
    display: flex;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.proon > .box .gl .gtit .g_h2 i svg,
.proon > .box .gl .gtit .g_h2 i img {
  width: 100%;
  height: auto;
}
.proon > .box .gl .gtit .g_h2 i svg path,
.proon > .box .gl .gtit .g_h2 i img path {
  fill: #fe3b1f;
}
.proon > .box .gl .gtit .g_h2 h2 {
  transition: all 0.4s;
  color: #111;
}
@media (max-width: 767px) {
  .proon > .box .gl .gtit .g_h2 h2 {
    color: #fe3b1f;
  }
}
.proon > .box .gl .gtit a {
  cursor: pointer;
  border: 1px solid #fe3b1f;
  padding: 2px 0.3rem;
  color: #fe3b1f;
  border-radius: 100px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .proon > .box .gl .gtit a {
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .proon > .box .gl .gtit a:hover {
    background: #fe3b1f;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .proon > .box .gl .lbox {
    display: none;
  }
}
.proon > .box .gl .lbox .g_it {
  margin-bottom: 0.24rem;
  padding: 0 0.1rem 0.12rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.proon > .box .gl .lbox .g_it .g_tit {
  cursor: pointer;
  margin-bottom: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proon > .box .gl .lbox .g_it .g_tit.on i {
  transform: rotate(180deg);
}
.proon > .box .gl .lbox .g_it .g_tit i {
  margin-left: 0.1rem;
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.14rem;
  height: 0.08rem;
  color: #111;
}
@media (max-width: 767px) {
  .proon > .box .gl .lbox .g_it .g_tit i {
    width: 0.21rem;
    height: 0.12rem;
  }
}
.proon > .box .gl .lbox .g_it .g_tit i svg,
.proon > .box .gl .lbox .g_it .g_tit i img {
  width: 100%;
  height: auto;
}
.proon > .box .gl .lbox .g_it .g_tit i svg path,
.proon > .box .gl .lbox .g_it .g_tit i img path {
  fill: #fe3b1f;
}
.proon > .box .gl .lbox .g_it ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.proon > .box .gl .lbox .g_it ul li {
  cursor: pointer;
  color: #111;
  margin-bottom: 0.12rem;
  width: 100%;
}
.proon > .box .gl .lbox .g_it ul li .li_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.proon > .box .gl .lbox .g_it ul li .li_tit.on .li_tit_l i {
  background: #fe3b1f;
  border-color: #fe3b1f !important;
}
.proon > .box .gl .lbox .g_it ul li .li_tit:hover p {
  color: #fe3b1f;
}
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_l {
  width: 100%;
  display: flex;
  align-items: center;
}
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_l i {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #8f959e;
  color: #fff;
  transition: all 0.4s;
}
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_l i svg,
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_l i img {
  width: 87.5%;
  height: auto;
}
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_l i svg path,
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_l i img path {
  fill: #fe3b1f;
}
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_l p {
  transition: all 0.4s;
}
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_r {
  margin-left: 0.1rem;
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.12rem;
  height: 0.08rem;
  color: #111;
}
@media (max-width: 767px) {
  .proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_r {
    width: 0.18rem;
    height: 0.06rem;
  }
}
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_r.on svg {
  transform: rotate(180deg);
}
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_r svg,
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_r img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_r svg path,
.proon > .box .gl .lbox .g_it ul li .li_tit .li_tit_r img path {
  fill: #fe3b1f;
}
.proon > .box .gl .lbox .g_it ul li .li_two {
  display: none;
  margin-top: 0.1rem;
}
.proon > .box .gl .lbox .g_it ul li .li_two .li_two_box {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
}
.proon > .box .gl .lbox .g_it ul li .li_two .li_two_box.on i {
  background: #fe3b1f;
  border-color: #fe3b1f;
}
.proon > .box .gl .lbox .g_it ul li .li_two .li_two_box:hover p {
  color: #fe3b1f;
  opacity: 0.9;
}
.proon > .box .gl .lbox .g_it ul li .li_two .li_two_box i {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #8f959e;
  color: #fff;
  transition: all 0.4s;
}
.proon > .box .gl .lbox .g_it ul li .li_two .li_two_box i svg,
.proon > .box .gl .lbox .g_it ul li .li_two .li_two_box i img {
  width: 87.5%;
  height: auto;
}
.proon > .box .gl .lbox .g_it ul li .li_two .li_two_box i svg path,
.proon > .box .gl .lbox .g_it ul li .li_two .li_two_box i img path {
  fill: #fe3b1f;
}
.proon > .box .gl .lbox .g_it ul li .li_two .li_two_box p {
  transition: all 0.4s;
}
.proon > .box .gr {
  width: 67.125%;
}
@media (max-width: 767px) {
  .proon > .box .gr {
    width: 100%;
  }
}
.proon > .box .gr .rtit {
  margin-bottom: 0.22rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .proon > .box .gr .rtit {
    margin-bottom: 0.4rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.proon > .box .gr .rtit > p {
  width: 50%;
}
@media (max-width: 991px) {
  .proon > .box .gr .rtit > p {
    width: 100%;
  }
}
.proon > .box .gr .rtit > p span {
  color: #fe3b1f;
}
@media (max-width: 991px) {
  .proon > .box .gr .rtit .publicforminput {
    margin-top: 0.1rem;
  }
}
.proon > .box .gr .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .proon > .box .gr .box {
    margin: 0 ;
  }
}
.proon > .box .gr .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .proon > .box .gr .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .proon > .box .gr .box .item {
    width: 50%;
  }
}
.proon > .box .gr .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.proon > .box .gr .box .item .itembox .publicproductlink {
  position: relative;
}
.proon > .box .gr .hi-pagination6 {
  margin-top: 0.5rem;
}
.protw {
  padding: 1.15rem 0 1.33rem;
}
/* 产品详情页 */
.pinfoon {
  padding: 0.3rem 0 0;
}
.pinfoon .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .pinfoon .box {
    flex-direction: column;
  }
}
.pinfoon .box .gl {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 51.125%;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .pinfoon .box .gl {
    width: 100%;
    position: initial;
    padding-bottom: 0.4rem;
  }
}
.pinfoon .box .gl .gallery-thumbs {
  margin: 0;
  width: 85.57457213%;
}
.pinfoon .box .gl .gallery-thumbs .public-img {
  background: #f6f6f6;
  border-radius: 0.15rem;
}
.pinfoon .box .gl .gallery-thumbs .public-img:before {
  padding-top: 97.02970297%;
}
.pinfoon .box .gl .gallery-thumbs .g_qie .pub_prev {
  left: 0.2rem;
}
.pinfoon .box .gl .gallery-thumbs .g_qie .pub_next {
  right: 0.2rem;
}
.pinfoon .box .gl .gallery-top {
  width: 11.9804401%;
  margin: 0;
}
.pinfoon .box .gl .gallery-top .public-img {
  transition: all 0.4s;
  opacity: 1;
  border: 1px solid #e8e9eb;
  border-radius: 0.1rem;
}
.pinfoon .box .gl .gallery-top .public-img:before {
  padding-top: 97.02970297%;
}
.pinfoon .box .gl .gallery-top .swiper-slide {
  height: auto;
}
.pinfoon .box .gl .gallery-top .swiper-slide-thumb-active .public-img {
  opacity: 1;
  border: 1px solid #fe3b1f;
}
.pinfoon .box .gr {
  width: 42.1875%;
}
@media (max-width: 991px) {
  .pinfoon .box .gr {
    width: 100%;
  }
}
.pinfoon .box .gr .txt {
  padding: 0.6rem 0 0;
}
.pinfoon .box .gr .txt h2 {
  margin-bottom: 0.05rem;
}
.pinfoon .box .gr .txt h1 {
  margin-bottom: 0.16rem;
}
.pinfoon .box .gr .txt p {
  color: #333;
}
.pinfoon .box .gr .g_lab {
  margin-top: 0.42rem;
}
.pinfoon .box .gr .g_lab p {
  color: #fe3b1f;
  display: block;
  position: relative;
  padding-left: 14px;
}
.pinfoon .box .gr .g_lab p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fe3b1f;
  left: 0;
  top: 12px;
  /* transform: translateY(-50%); */
}
@media (max-width: 1580px) {
  .pinfoon .box .gr .g_lab p:after {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 767px) {
  .pinfoon .box .gr .g_lab p:after {
    top: 12px;
  }
}
.pinfoon .box .gr .lbox {
  margin-top: 0.48rem;
}
.pinfoon .box .gr .lbox .g_it {
  margin-bottom: 0.05rem;
  padding: 0.2rem 0.1rem 0.12rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.pinfoon .box .gr .lbox .g_it:first-child {
  border-top: 1px solid #e9e9e9;
}
.pinfoon .box .gr .lbox .g_it:first-child .g_it_box {
  display: block;
}
.pinfoon .box .gr .lbox .g_it .g_tit {
  cursor: pointer;
  margin-bottom: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pinfoon .box .gr .lbox .g_it .g_tit.on .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.pinfoon .box .gr .lbox .g_it .g_tit.on .g_h3 span {
  background: #000;
  color: #fff;
}
.pinfoon .box .gr .lbox .g_it .g_tit .g_h3 {
  display: flex;
  align-items: center;
}
.pinfoon .box .gr .lbox .g_it .g_tit .g_h3 span {
  transition: all 0.4s;
  margin-right: 0.25rem;
  flex-shrink: 0;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: #dedede;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pinfoon .box .gr .lbox .g_it .g_tit .g_h3 span {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.pinfoon .box .gr .lbox .g_it .g_tit .g_qh {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 14px;
  height: 14px;
}
.pinfoon .box .gr .lbox .g_it .g_tit .g_qh i {
  width: 14px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pinfoon .box .gr .lbox .g_it .g_tit .g_qh i {
    width: 10px;
    height: 1px;
  }
}
.pinfoon .box .gr .lbox .g_it .g_tit .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pinfoon .box .gr .lbox .g_it .g_it_box {
  display: none;
  padding: 0.12rem 0 0.2rem;
}
.pinfoon .box .gr .lbox .g_it1 .g_it_box .g_it_con .gt {
  margin-bottom: 0.26rem;
}
.pinfoon .box .gr .lbox .g_it1 .g_it_box .g_it_con .gt .item {
  margin-bottom: 0.14rem;
  display: flex;
  align-items: center;
}
.pinfoon .box .gr .lbox .g_it1 .g_it_box .g_it_con .gt .item .public-img {
  border-radius: 0.12rem;
  border: 1px solid #fe3b1f;
  flex-shrink: 0;
  margin-right: 0.2rem;
  width: 0.8rem;
}
@media (max-width: 767px) {
  .pinfoon .box .gr .lbox .g_it1 .g_it_box .g_it_con .gt .item .public-img {
    width: 1.2rem;
  }
}
.pinfoon .box .gr .lbox .g_it1 .g_it_box .g_it_con .gt .item .ittxt h4 {
  color: #111;
}
.pinfoon .box .gr .lbox .g_it1 .g_it_box .g_it_con .gt .item .ittxt p {
  color: #999;
}
.pinfoon .box .gr .lbox .g_it1 .g_it_box .g_it_con .gb h4 {
  margin-bottom: 0.05rem;
}
.pinfoon .box .gr .lbox .g_it1 .g_it_box .g_it_con .gb p {
  color: #666;
}
.pinfoon .box .gr .lbox .g_it2 .g_it_box .g_it_con .item {
  margin-top: 0.22rem;
}
.pinfoon .box .gr .lbox .g_it2 .g_it_box .g_it_con .item:first-child {
  margin-top: 0;
}
.pinfoon .box .gr .lbox .g_it2 .g_it_box .g_it_con .item h4 {
  margin-bottom: 0.1rem;
}
.pinfoon .box .gr .lbox .g_it2 .g_it_box .g_it_con .item .g_it_nr .g_it_hz {
  display: flex;
  margin-bottom: 0.05rem;
}
.pinfoon .box .gr .lbox .g_it2 .g_it_box .g_it_con .item .g_it_nr .g_it_hz .p1 {
  width: 50%;
  padding-right: 0.1rem;
  color: #666;
}
.pinfoon .box .gr .lbox .g_it2 .g_it_box .g_it_con .item .g_it_nr .g_it_hz .p2 {
  width: 50%;
  padding-right: 0.1rem;
  color: #fe3b1f;
}
.pinfoon .box .gr .lbox .g_it3 .g_it_box .g_it_con {
  display: flex;
  flex-wrap: wrap;
}
.pinfoon .box .gr .lbox .g_it3 .g_it_box .g_it_con span {
  background: #fef3f1;
  margin: 0 0.1rem 0.1rem 0;
  padding: 6px 0.16rem;
  color: #fe3b1f;
  border-radius: 100px;
  transition: all 0.4s;
}
.pinfoon .box .gr .lbox .g_it3 .g_it_box .g_it_con span:hover {
  background: #fe3b1f;
  color: #fff;
}
.public-title-gbox {
  text-align: center;
}
.public-title-gbox h2 {
  color: #fe3b1f;
}
.pinfotw {
  padding: 1.4rem 0 1.2rem;
}
@media (max-width: 767px) {
  .pinfotw {
    padding: 1rem 0;
  }
}
.pinfotw .box {
  position: relative;
  margin-top: 0.52rem;
}
.pinfotw .box .item {
  display: flex;
  white-space: initial;
  line-height: 1.5;
}
.pinfotw .box .item .itembox {
  white-space: initial;
  border-radius: 0.15rem;
  overflow: hidden;
  margin-right: 0.2rem;
  display: inline-block;
  position: relative;
}
.pinfotw .box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.pinfotw .box .item .itembox:hover .txt::after {
  opacity: 1;
}
.pinfotw .box .item .itembox .public-img {
  width: 450px;
}
@media (max-width: 1199px) {
  .pinfotw .box .item .itembox .public-img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .pinfotw .box .item .itembox .public-img {
    width: 180px;
  }
}
.pinfotw .box .item .itembox .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  padding: 0.32rem 0.64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
@media (max-width: 767px) {
  .pinfotw .box .item .itembox .txt {
    padding: 0.22rem 0.14rem;
  }
}
.pinfotw .box .item .itembox .txt::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(../images/proinfo10.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  transition: all 0.4s;
  opacity: 0;
}
.pinfotw .box .item .itembox .txt h3 {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .pinfotw .box .item .itembox .txt h3 {
    font-size: 18px;
  }
}
.pinfotw .box .item .itembox .txt p {
  display: none;
  position: relative;
  z-index: 10;
  margin-top: 0.12rem;
}
@media (max-width: 767px) {
  .pinfotw .box .item .itembox .txt p {
    font-size: 12px;
  }
}
.pinfotw .box .str_static .str_move {
  left: 50%;
  transform: translateX(-50%);
}
.pinfoth {
  margin: 1.1rem 0;
}
.pinfoth .box {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  padding: 0.55rem 1.4rem 0.66rem;
  background: #fe3b1f;
  border-radius: 1000px;
}
@media (max-width: 767px) {
  .pinfoth .box {
    border-radius: 10px;
    padding: 0.4rem 0;
    flex-wrap: wrap;
  }
}
.pinfoth .box .item {
  padding: 0 0.2rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .pinfoth .box .item {
    width: 50%;
    padding: 0 0.2rem;
    margin: 0 0 0.3rem;
  }
}
.pinfoth .box .item .public-img {
  overflow: initial;
  background: #fff;
  border-radius: 50%;
  width: 1.15rem;
}
.pinfoth .box .item .public-img::after {
  content: '';
  position: absolute;
  width: calc(100% + 0.07rem);
  height: calc(100% + 0.07rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.05rem solid #fb6651;
  border-radius: 50%;
}
.pinfoth .box .item .public-img > svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.pinfoth .box .item .txt {
  text-align: center;
  margin-top: 0.32rem;
  color: #fff;
}
@media (max-width: 767px) {
  .pinfoth .box .item .txt {
    font-size: 14px;
  }
}
.pinfofo {
  margin: 1.1rem 0 1.3rem;
}
.pinfofo .box {
  border-radius: 0.12rem;
  margin-top: 0.42rem;
  padding: 0.45rem 0;
  background: #fff7f6;
}
.pinfofo .box .gt {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pinfofo .box .gt {
    flex-direction: column;
  }
}
.pinfofo .box .gt .gl {
  border-right: 1px solid #ffe2df;
  width: 50%;
  padding: 0 0.7rem 0 0.6rem;
}
@media (max-width: 991px) {
  .pinfofo .box .gt .gl {
    width: 100%;
    border: none;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .pinfofo .box .gt .gl {
    padding: 0 0.4rem;
  }
}
.pinfofo .box .gt .gl .tit p {
  margin-top: 0.15rem;
}
.pinfofo .box .gt .gl .lbox {
  margin-top: 0.32rem;
}
.pinfofo .box .gt .gl .lbox .g_it {
  transition: all 0.4s;
  background: #fff;
  margin-bottom: 0.1rem;
  padding: 0 0.3rem;
  border-radius: 0.12rem;
}
.pinfofo .box .gt .gl .lbox .g_it:last-child {
  margin-bottom: 0;
}
.pinfofo .box .gt .gl .lbox .g_it.on {
  background: #fe3b1f;
}
.pinfofo .box .gt .gl .lbox .g_it.on .g_tit h3 {
  color: #fff;
}
.pinfofo .box .gt .gl .lbox .g_it.on .g_tit i {
  color: #fff;
  transform: rotate(180deg);
}
.pinfofo .box .gt .gl .lbox .g_it .g_tit {
  padding: 0.18rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pinfofo .box .gt .gl .lbox .g_it .g_tit h3 {
  transition: all 0.4s;
}
.pinfofo .box .gt .gl .lbox .g_it .g_tit i {
  margin-left: 0.1rem;
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.14rem;
  height: 0.08rem;
  color: #111;
}
@media (max-width: 767px) {
  .pinfofo .box .gt .gl .lbox .g_it .g_tit i {
    width: 0.21rem;
    height: 0.12rem;
  }
}
.pinfofo .box .gt .gl .lbox .g_it .g_tit i svg,
.pinfofo .box .gt .gl .lbox .g_it .g_tit i img {
  width: 100%;
  height: auto;
}
.pinfofo .box .gt .gl .lbox .g_it .g_tit i svg path,
.pinfofo .box .gt .gl .lbox .g_it .g_tit i img path {
  fill: #fe3b1f;
}
.pinfofo .box .gt .gl .lbox .g_it .g_xia {
  display: none;
}
.pinfofo .box .gt .gl .lbox .g_it .g_xia .g_xia_box {
  padding-bottom: 0.15rem;
}
.pinfofo .box .gt .gl .lbox .g_it .g_xia .g_xia_box p {
  color: #fff;
}
.pinfofo .box .gt .gr {
  width: 50%;
  padding: 0 1.1rem 0 0.8rem;
}
@media (max-width: 991px) {
  .pinfofo .box .gt .gr {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pinfofo .box .gt .gr {
    padding: 0 0.4rem;
  }
}
.pinfofo .box .gt .gr .tit p {
  margin-top: 0.15rem;
}
.pinfofo .box .gt .gr .rbox {
  margin-right: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pinfofo .box .gt .gr .rbox {
    margin-right: 0;
    margin-top: 0.3rem;
  }
}
.pinfofo .box .gt .gr .rbox .item {
  margin-top: 0.72rem;
  width: 38.59649123%;
}
@media (max-width: 767px) {
  .pinfofo .box .gt .gr .rbox .item {
    width: 45%;
    margin-top: 0.4rem;
  }
}
.pinfofo .box .gt .gr .rbox .item .public-img {
  margin: 0 0.17rem;
}
.pinfofo .box .gt .gr .rbox .item .public-img:before {
  padding-top: 53.22580645%;
}
.pinfofo .box .gt .gr .rbox .item .public-img img {
  object-fit: contain;
}
.pinfofo .box .gt .gr .rbox .item .txt {
  margin-top: 0.16rem;
  text-align: center;
}
.pinfofo .box .gt .gr .rbox .item .txt h4 {
  color: #111;
}
.pinfofo .box .gt .gr .rbox .item .txt p {
  color: #999;
}
.pinfofo .box .gb {
  margin-top: 0.38rem;
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  .pinfofo .box .gb {
    margin-top: 0.5rem;
    padding: 0 0.4rem;
  }
}
.pinfofo .box .gb .g_p {
  margin-top: 0.08rem;
}
.pinfofo .box .gb .g_p p {
  color: #999;
  display: block;
  position: relative;
  padding-left: 16px;
}
.pinfofo .box .gb .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fe3b1f;
  left: 0;
  top: 10px;
}
@media (max-width: 1580px) {
  .pinfofo .box .gb .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.pinfofi {
  margin: 1.3rem 0 1.05rem;
}
.pinfofi .box .swiper {
  padding-bottom: 0.56rem;
}
.pinfofi .box .swiper .public-img:before {
  padding-top: 50%;
}
.pinfofi .box .swiper .ptbox .publicswiper-button-next,
.pinfofi .box .swiper .ptbox .publicswiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  color: #333;
}
.pinfofi .box .swiper .ptbox .publicswiper-button-next:hover,
.pinfofi .box .swiper .ptbox .publicswiper-button-prev:hover {
  background: #fe3b1f;
  color: #fff;
}
.pinfofi .box .swiper .ptbox .publicswiper-button-next svg,
.pinfofi .box .swiper .ptbox .publicswiper-button-prev svg {
  width: 8px;
}
.pinfofi .box .swiper .ptbox .publicswiper-button-prev {
  left: 0.2rem;
}
.pinfofi .box .swiper .ptbox .publicswiper-button-next {
  right: 0.2rem;
}
.pinfofi .box .swiper .swiper-pagination {
  bottom: 0;
}
.pinfofi .box .swiper .swiper-pagination span {
  background: #fe3b1f;
}
.pinfosi {
  margin: 1.05rem 0 1.15rem;
}
.pinfosi .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pinfosi .box {
    flex-direction: column;
  }
}
.pinfosi .box .gl {
  width: 40.9375%;
}
@media (max-width: 767px) {
  .pinfosi .box .gl {
    width: 100%;
  }
}
.pinfosi .box .gr {
  width: 58.125%;
}
@media (max-width: 767px) {
  .pinfosi .box .gr {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.pinfosi .box .gr .lbox {
  margin-top: -0.2rem;
}
.pinfosi .box .gr .lbox .g_it {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #e9e9e9;
}
.pinfosi .box .gr .lbox .g_it .g_tit {
  padding: 0.3rem 0 0.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pinfosi .box .gr .lbox .g_it .g_tit.on .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.pinfosi .box .gr .lbox .g_it .g_tit .g_h3 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pinfosi .box .gr .lbox .g_it .g_tit .g_h3 {
    width: 90%;
  }
}
.pinfosi .box .gr .lbox .g_it .g_tit .g_h3 span {
  transition: all 0.4s;
  margin-right: 0.25rem;
  flex-shrink: 0;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: #dedede;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pinfosi .box .gr .lbox .g_it .g_tit .g_qh {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 14px;
  height: 14px;
}
.pinfosi .box .gr .lbox .g_it .g_tit .g_qh i {
  width: 14px;
  height: 2px;
  background: #fe3b1f;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pinfosi .box .gr .lbox .g_it .g_tit .g_qh i {
    width: 10px;
    height: 1px;
  }
}
.pinfosi .box .gr .lbox .g_it .g_tit .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pinfosi .box .gr .lbox .g_it .g_it_box {
  position: relative;
  z-index: 10;
  display: none;
}
.pinfosi .box .gr .lbox .g_it .g_it_box .g_it_con {
  padding: 0 0 0.1rem;
  color: #666;
}
.pinfose {
  margin: 1.15rem 0;
}
.pinfose .public-video-list {
  margin-top: 0.24rem;
}
.pinfoen {
  margin: 1.15rem 0 0.9rem;
}
.pinfoen .public-title-box .ptcn1 {
  max-width: none;
}
.pinfoen .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.42rem;
}
@media (max-width: 767px) {
  .pinfoen .box {
    margin: 0.42rem 0 0;
  }
}
.pinfoen .box .item {
  width: calc(1/4*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .pinfoen .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pinfoen .box .item {
    width: 100%;
    padding: 0;
  }
}
.pinfoen .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.pinfoen .box .item .itembox .publicproductlink {
  position: relative;
}
/* 宠物营养与健康研究实验室 */
.laboon {
  margin: 1.22rem 0;
}
.laboon .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .laboon .box {
    flex-direction: column;
  }
}
.laboon .box .gl {
  width: 45.0625%;
}
@media (max-width: 991px) {
  .laboon .box .gl {
    width: 100%;
  }
}
.laboon .box .gl h2 {
  color: #fe3b1f;
}
.laboon .box .gl p {
  margin-top: 0.42rem;
  color: #666;
  line-height: 1.4;
}
.laboon .box .gr {
  width: 45.0625%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .laboon .box .gr {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.laboon .box .gr .public-img {
  margin-bottom: 0.18rem;
  border-radius: 0.15rem;
  width: calc(50% - 0.09rem);
}
.laboon .box .gr .public-img:hover img {
  transform: scale(1.05);
}
.laboon .box .gr .public-img:before {
  padding-top: 85.18518519%;
}
.g-public-tit {
  padding: 0 3.2rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .g-public-tit {
    padding: 0 1.2rem;
  }
}
@media (max-width: 991px) {
  .g-public-tit {
    padding: 0;
  }
}
.g-public-tit h2 {
  color: #fe3b1f;
}
.g-public-tit p {
  margin-top: 0.28rem;
  color: #666;
}
.labotw {
  padding: 1.14rem 0 1.2rem;
  background: #fff7f6;
}
.labotw .box {
  margin-top: 0.42rem;
  position: relative;
}
.labotw .box .item {
  display: flex;
  white-space: initial;
  line-height: 1.5;
}
.labotw .box .item .g_it {
  white-space: initial;
  width: 382px;
  height: auto;
  display: inline-block;
  margin-right: 0.2rem;
  background: #fff;
  border-radius: 0.15rem;
  padding: 0.3rem 0.3rem 0;
}
@media (max-width: 1199px) {
  .labotw .box .item .g_it {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .labotw .box .item .g_it {
    width: 160px;
  }
}
.labotw .box .item .g_it:hover .public-img img {
  transform: scale(1.05);
}
.labotw .box .item .g_it:hover .txt h3 {
  color: #fe3b1f !important;
}
.labotw .box .item .g_it .public-img {
  border-radius: 0.15rem;
}
.labotw .box .item .g_it .public-img:before {
  padding-top: 77.63975155%;
}
.labotw .box .item .g_it .txt {
  height: 0.7rem;
  padding: 0 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.labotw .box .item .g_it .txt h3 {
  line-height: 1.2;
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.laboth {
  margin: 1.22rem 0;
}
.laboth .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .laboth .box {
    flex-direction: column;
  }
}
.laboth .box .gr {
  width: 45.0625%;
}
@media (max-width: 991px) {
  .laboth .box .gr {
    width: 100%;
  }
}
.laboth .box .gr h2 {
  color: #fe3b1f;
}
.laboth .box .gr p {
  margin-top: 0.42rem;
  color: #666;
  line-height: 1.4;
}
.laboth .box .gl {
  width: 45.0625%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .laboth .box .gl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.laboth .box .gl .public-img {
  border-radius: 0.15rem;
  width: 100%;
}
.laboth .box .gl .public-img:hover img {
  transform: scale(1.05);
}
.laboth .box .gl .public-img:before {
  padding-top: 102.94117647%;
}
.labofo {
  margin: 1.22rem 0 1.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .labofo {
    margin: 1rem 0;
  }
}
.labofo .imgbj1 {
  pointer-events: none;
  position: absolute;
  width: 82.8125%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.labofo .box {
  overflow: hidden;
  position: relative;
  margin-top: 0.3rem;
}
.labofo .box .imgbj2 {
  pointer-events: none;
  position: absolute;
  width: 4.78rem;
  height: auto;
  left: 0%;
  top: 0%;
  z-index: 10;
}
@media (max-width: 1580px) {
  .labofo .box .imgbj2 {
    width: 5.78rem;
  }
}
@media (max-width: 991px) {
  .labofo .box .imgbj2 {
    display: none;
  }
}
.labofo .box .imgbj3 {
  pointer-events: none;
  position: absolute;
  width: 4.78rem;
  height: auto;
  right: 0%;
  top: 0%;
  z-index: 10;
}
@media (max-width: 1580px) {
  .labofo .box .imgbj3 {
    width: 5.78rem;
  }
}
@media (max-width: 991px) {
  .labofo .box .imgbj3 {
    display: none;
  }
}
.labofo .box .swiper {
  transform: translateX(-0.4rem);
  padding: 0.4rem 0;
  overflow: initial;
  width: 19.94750656%;
}
@media (max-width: 991px) {
  .labofo .box .swiper {
    width: 39.89501312%;
  }
}
@media (max-width: 767px) {
  .labofo .box .swiper {
    width: 50%;
  }
}
.labofo .box .swiper .swiper-slide .public-img {
  transform: scale(0.94);
}
.labofo .box .swiper .swiper-slide-active {
  margin: 0 0.4rem;
}
.labofo .box .swiper .swiper-slide-active .public-img {
  transform: scale(1.12);
  border: 2px solid #fe3b1f;
}
@media (max-width: 767px) {
  .labofo .box .swiper .swiper-slide-active .public-img {
    border: 1px solid #fe3b1f;
  }
}
.labofo .box .swiper .swiper-slide-active .public-img:before {
  padding-top: 133.33333333%;
}
.labofo .box .swiper .public-img {
  transition: all 0.4s;
  border-radius: 0.15rem;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .labofo .box .swiper .public-img {
    border: 1px solid transparent;
  }
}
.labofo .box .swiper .public-img:before {
  padding-top: 131.42857143%;
}
.labofo .box .swiper .ptbox .publicswiper-button-next,
.labofo .box .swiper .ptbox .publicswiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  color: #333;
}
.labofo .box .swiper .ptbox .publicswiper-button-next:hover,
.labofo .box .swiper .ptbox .publicswiper-button-prev:hover {
  background: #fe3b1f;
  color: #fff;
}
.labofo .box .swiper .ptbox .publicswiper-button-next svg,
.labofo .box .swiper .ptbox .publicswiper-button-prev svg {
  width: 8px;
}
.labofo .box .swiper .ptbox .publicswiper-button-prev {
  left: -0.96rem;
}
.labofo .box .swiper .ptbox .publicswiper-button-next {
  right: -1.76rem;
}
.labofo .box .txt {
  margin-top: 0.25rem;
  text-align: center;
  position: relative;
}
.labofo .box .txt .item {
  transition: all 0.2s;
  position: absolute;
  padding: 0 3.7rem;
  opacity: 0;
  top: 0.2rem;
}
@media (max-width: 1199px) {
  .labofo .box .txt .item {
    padding: 0 1.7rem;
  }
}
@media (max-width: 991px) {
  .labofo .box .txt .item {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .labofo .box .txt .item {
    padding: 0;
  }
}
.labofo .box .txt .item.on {
  top: 0;
  position: relative;
  opacity: 1;
}
.labofo .box .txt .item .g_p {
  color: #fe3b1f;
  position: relative;
}
.labofo .box .txt .item .g_p > span {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: absolute;
}
.labofo .box .txt .item .g_p .span1 {
  left: -0.4rem;
  top: -0.2rem;
}
@media (max-width: 767px) {
  .labofo .box .txt .item .g_p .span1 {
    left: -0.2rem;
  }
}
.labofo .box .txt .item .g_p .span2 {
  right: -0.4rem;
  bottom: -0.4rem;
}
@media (max-width: 767px) {
  .labofo .box .txt .item .g_p .span2 {
    right: -0.2rem;
  }
}
.labofo .box .txt .item .txt_box {
  padding: 0 1.25rem;
  margin-top: 0.35rem;
}
@media (max-width: 991px) {
  .labofo .box .txt .item .txt_box {
    padding: 0;
  }
}
.labofo .box .txt .item .txt_box p {
  color: #666;
  margin-top: 0.05rem;
}
/* 我们的营养哲学 */
.nuton {
  padding: 1.3rem 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .nuton {
    padding: 1rem 0 0;
  }
}
.nuton .imgbj1 {
  pointer-events: none;
  position: absolute;
  width: 92.86458333%;
  left: 50%;
  transform: translateX(-50%);
  top: 0rem;
}
.nuton .container {
  position: relative;
  z-index: 10;
}
.nuton .nuton_nav {
  margin-bottom: 2.75rem;
}
@media (max-width: 991px) {
  .nuton .nuton_nav {
    margin-bottom: 1.5rem;
  }
}
.nuton .nuton_nav .g-public-tit {
  padding: 0 0.9rem;
}
@media (max-width: 767px) {
  .nuton .nuton_nav .g-public-tit {
    padding: 0;
  }
}
.nuton .nuton_nav .g-public-tit h2 {
  color: #000;
}
.nuton .nuton_nav .g-public-tit h2 span {
  color: #fe3b1f;
}
.nuton .nuton_nav .nuton_nav_box {
  display: flex;
  justify-content: center;
  margin-top: 1.15rem;
}
@media (max-width: 767px) {
  .nuton .nuton_nav .nuton_nav_box {
    display: none;
  }
}
.nuton .nuton_nav .nuton_nav_box.on .item {
  transition: all 0.8s;
}
.nuton .nuton_nav .nuton_nav_box.on .item1 {
  transform: rotateZ(-8deg);
}
.nuton .nuton_nav .nuton_nav_box.on .item2 {
  transform: rotateZ(10deg);
}
.nuton .nuton_nav .nuton_nav_box.on .item3 {
  transform: rotateZ(-1deg);
}
.nuton .nuton_nav .nuton_nav_box.on .item4 {
  transform: rotateZ(8deg);
}
.nuton .nuton_nav .nuton_nav_box .item {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  width: 21.25%;
  border-radius: 0.15rem;
  background: #fff;
  padding: 0.1rem;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.nuton .nuton_nav .nuton_nav_box .item:hover {
  z-index: 10;
  background: #fe3b1f;
}
.nuton .nuton_nav .nuton_nav_box .item:hover .txt h3,
.nuton .nuton_nav .nuton_nav_box .item:hover .txt span {
  color: #fff;
}
.nuton .nuton_nav .nuton_nav_box .item .public-img {
  border-radius: 0.15rem;
}
.nuton .nuton_nav .nuton_nav_box .item .public-img:before {
  padding-top: 65.06024096%;
}
.nuton .nuton_nav .nuton_nav_box .item .txt {
  display: flex;
  justify-content: space-between;
  padding: 0.18rem 0.05rem;
}
.nuton .nuton_nav .nuton_nav_box .item .txt h3 {
  transition: all 0.4s;
}
.nuton .nuton_nav .nuton_nav_box .item .txt span {
  transition: all 0.4s;
  margin-left: 0.1rem;
  flex-shrink: 0;
  color: #e5e5e5;
}
.nuton .nuton_nav .nuton_nav_box .item1 {
  transform: translate(150%);
}
.nuton .nuton_nav .nuton_nav_box .item2 {
  transform: translate(50%);
}
.nuton .nuton_nav .nuton_nav_box .item3 {
  transform: translate(-50%);
}
.nuton .nuton_nav .nuton_nav_box .item4 {
  transform: translate(-150%);
}
.nuton .nuton_box .item {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nuton .nuton_box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .nuton .nuton_box .item {
    flex-direction: column !important;
  }
}
.nuton .nuton_box .item .public-img {
  border-radius: 0.15rem;
  width: 51.875%;
}
@media (max-width: 767px) {
  .nuton .nuton_box .item .public-img {
    width: 100% ;
    margin-bottom: 0.4rem;
  }
}
.nuton .nuton_box .item .public-img:before {
  padding-top: 65.06024096%;
}
.nuton .nuton_box .item .txt {
  width: 41.875%;
}
@media (max-width: 767px) {
  .nuton .nuton_box .item .txt {
    width: 100% ;
  }
}
.nuton .nuton_box .item .txt .txt_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.nuton .nuton_box .item .txt .txt_box h3 {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.nuton .nuton_box .item .txt .txt_box h3 span {
  position: absolute;
  left: 100%;
  top: 0;
  color: #fe3b1f;
}
.nuton .nuton_box .item .txt .txt_box p {
  line-height: 1.4;
  color: #666;
  margin-top: 0.34rem;
}
@media (max-width: 767px) {
  .nuton .nuton_box .item .txt .txt_box p {
    margin-top: 0.2rem;
  }
}
.nuton .nuton_box .item .txt .g_a {
  margin-top: 0.42rem;
  display: flex;
  flex-wrap: wrap;
}
.nuton .nuton_box .item .txt .g_a a {
  margin-right: 0.2rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
  padding: 0 0.54rem;
  height: 0.46rem;
  border-radius: 100px;
  border: 1px solid #fe3b1f;
  background: #fff;
  color: #fe3b1f;
}
@media (max-width: 767px) {
  .nuton .nuton_box .item .txt .g_a a {
    height: 0.7rem;
  }
}
.nuton .nuton_box .item .txt .g_a a:hover {
  color: #fff;
  background: #fe3b1f;
}
.nuttw {
  margin: 1.7rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .nuttw {
    margin: 1.2rem 0;
  }
}
.nuttw .imgbj1 {
  pointer-events: none;
  position: absolute;
  width: 82.8125%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.nuttw .box {
  margin-top: 0.65rem;
  position: relative;
}
.nuttw .box .imgbj2 {
  pointer-events: none;
  position: absolute;
  width: 4.78rem;
  height: auto;
  left: 0%;
  top: 0%;
  z-index: 10;
}
@media (max-width: 1580px) {
  .nuttw .box .imgbj2 {
    width: 5.78rem;
  }
}
@media (max-width: 991px) {
  .nuttw .box .imgbj2 {
    display: none;
  }
}
.nuttw .box .imgbj3 {
  pointer-events: none;
  position: absolute;
  width: 4.78rem;
  height: auto;
  right: 0%;
  top: 0%;
  z-index: 10;
}
@media (max-width: 1580px) {
  .nuttw .box .imgbj3 {
    width: 5.78rem;
  }
}
@media (max-width: 991px) {
  .nuttw .box .imgbj3 {
    display: none;
  }
}
.nuttw .box .item {
  margin-bottom: 0.2rem;
  display: flex;
  white-space: initial;
  line-height: 1.5;
}
.nuttw .box .item .g_it {
  position: relative;
  width: 346px;
  height: auto;
  display: inline-block;
  margin-right: 0.2rem;
}
@media (max-width: 1199px) {
  .nuttw .box .item .g_it {
    width: 246px;
  }
}
@media (max-width: 767px) {
  .nuttw .box .item .g_it {
    width: 150px;
  }
}
.nuttw .box .item .g_it .public-img {
  border-radius: 0.15rem;
}
.nuttw .box .item .g_it .public-img:before {
  padding-top: 57.80346821%;
}
.nuttw .box .item .g_it .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.nuttw .box .item .g_it .txt h3 {
  color: #fff;
}
.nutth {
  margin: 1.7rem 0 1.2rem;
}
@media (max-width: 767px) {
  .nutth {
    margin: 1rem 0;
  }
}
.nutth .classinfoswiper4 {
  position: relative;
  margin-top: 0.42rem;
  padding-bottom: 0.75rem;
}
.nutth .classinfoswiper4 .swiper-pagination {
  bottom: 0;
}
/* 我们的故事 */
.stoon {
  margin: 1rem 0;
}
.stoon .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .stoon .box {
    flex-direction: column;
  }
}
.stoon .box .gr {
  padding-right: 0.56rem;
  width: 45.9375%;
}
@media (max-width: 991px) {
  .stoon .box .gr {
    width: 100%;
    padding: 0;
  }
}
.stoon .box .gr h2 {
  color: #fe3b1f;
}
.stoon .box .gr > p {
  margin-top: 0.42rem;
  color: #666;
  line-height: 1.4;
}
.stoon .box .gr .g_bz {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.stoon .box .gr .g_bz span {
  margin: 0 4px 2px 0;
}
.stoon .box .gl {
  width: 42.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .stoon .box .gl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.stoon .box .gl .public-img {
  border-radius: 0.15rem;
  width: 100%;
}
.stoon .box .gl .public-img:hover img {
  transform: scale(1.05);
}
.stoon .box .gl .public-img:before {
  padding-top: 102.94117647%;
}
.stotw {
  background: url(../images/story4.png) no-repeat;
  background-size: cover;
  padding: 1.15rem 0 0.7rem;
}
.stotw .box {
  margin-top: 0.5rem;
  border-radius: 0.1rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
  box-shadow: 0 0 0.49rem rgba(17, 17, 17, 0.03);
}
@media (max-width: 767px) {
  .stotw .box {
    flex-direction: column;
  }
}
.stotw .box .gallery-thumbs {
  width: 84.75%;
}
@media (max-width: 767px) {
  .stotw .box .gallery-thumbs {
    width: 100%;
  }
}
.stotw .box .gallery-thumbs .stotw_lbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .stotw .box .gallery-thumbs .stotw_lbox {
    flex-direction: column-reverse;
    padding: 0 0 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .stotw .box .gallery-thumbs .stotw_lbox {
    padding: 0 0.4rem;
  }
}
.stotw .box .gallery-thumbs .stotw_lbox .gl {
  width: 45.42772861%;
  padding: 0 1.08rem 0 0.85rem;
}
@media (max-width: 991px) {
  .stotw .box .gallery-thumbs .stotw_lbox .gl {
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
.stotw .box .gallery-thumbs .stotw_lbox .gl .year {
  margin-bottom: 0.46rem;
}
.stotw .box .gallery-thumbs .stotw_lbox .gl .year p {
  line-height: 1;
  color: #e5e5e5;
  font-size: 1.1rem;
}
.stotw .box .gallery-thumbs .stotw_lbox .gl .txt {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.45rem;
}
.stotw .box .gallery-thumbs .stotw_lbox .gl .txt p {
  line-height: 1.4;
  margin-top: 0.08rem;
  color: #666;
}
.stotw .box .gallery-thumbs .stotw_lbox .gr {
  width: 54.57227139%;
}
@media (max-width: 991px) {
  .stotw .box .gallery-thumbs .stotw_lbox .gr {
    width: 100%;
  }
}
.stotw .box .gallery-thumbs .stotw_lbox .gr .public-img {
  border-radius: 0.15rem;
}
.stotw .box .gallery-thumbs .stotw_lbox .gr .public-img:before {
  padding-top: 67.7027027%;
}
.stotw .box .rbox {
  position: relative;
  width: 15.25%;
  padding: 0.68rem 0.2rem;
  height: 5rem;
}
@media (max-width: 1580px) {
  .stotw .box .rbox {
    height: 6rem;
    /* padding: 0.4rem 0 0; */
  }
}
@media (max-width: 1199px) {
  .stotw .box .rbox {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .stotw .box .rbox {
    width: 100%;
    height: auto;
  }
}
.stotw .box .rbox .gallery-top {
  height: 100%;
}
.stotw .box .rbox .gallery-top .swiper-slide {
  cursor: pointer;
  height: 0.6rem;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 1580px) {
  .stotw .box .rbox .gallery-top .swiper-slide {
    height: 0.8rem;
  }
}
.stotw .box .rbox .gallery-top .swiper-slide p {
  color: #ccc;
  text-align: center;
}
.stotw .box .rbox .gallery-top .swiper-slide-thumb-active p {
  transition: all 0.4s;
  color: #fe3b1f;
  transform: scale(1.444);
}
.stotw .box .rbox .ptbox .publicswiper-button-prev,
.stotw .box .rbox .ptbox .publicswiper-button-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border: none;
}
.stotw .box .rbox .ptbox .publicswiper-button-prev:hover,
.stotw .box .rbox .ptbox .publicswiper-button-next:hover {
  background: none;
}
.stotw .box .rbox .ptbox .publicswiper-button-prev:hover svg,
.stotw .box .rbox .ptbox .publicswiper-button-next:hover svg {
  color: #fe3b1f;
}
.stotw .box .rbox .ptbox .publicswiper-button-prev svg,
.stotw .box .rbox .ptbox .publicswiper-button-next svg {
  transition: all 0.4s;
  width: 0.24rem;
  height: 0.14rem;
  color: #333;
}
.stotw .box .rbox .ptbox .publicswiper-button-prev {
  top: 0.2rem;
}
.stotw .box .rbox .ptbox .publicswiper-button-next {
  margin: 0;
  bottom: 0.2rem;
  transform: translateX(-50%) rotate(0deg);
}
.stoth .stoth_box {
  padding: 0.3rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stoth .g_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stoth .g_tit .imgbj1 {
  pointer-events: none;
  position: absolute;
  width: 82.8125%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.stoth .g_tit .g_tx {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stoth .g_tit .g_tx .public-img {
  width: 50px;
  margin-right: 0.1rem;
}
.stoth .g_tit .g_p {
  position: relative;
}
.stoth .g_tit .g_p > span {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: absolute;
}
.stoth .g_tit .g_p .span1 {
  left: -0.4rem;
  top: -0.2rem;
}
@media (max-width: 767px) {
  .stoth .g_tit .g_p .span1 {
    left: -0.2rem;
  }
}
.stoth .g_tit .g_p .span2 {
  right: -0.4rem;
  top: -0.2rem;
}
@media (max-width: 767px) {
  .stoth .g_tit .g_p .span2 {
    right: -0.2rem;
  }
}
.stoth .g_tit .g_p p {
  text-align: center;
}
@media (max-width: 767px) {
  .stoth .g_tit .g_p p br {
    display: none;
  }
}
.stoth .g_tit .g_a {
  margin-top: 0.42rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
  padding: 0 0.37rem;
  height: 0.7rem;
  border-radius: 100px;
  border: 1px solid #fe3b1f;
  background: #fe3b1f;
  color: #fff;
}
@media (max-width: 767px) {
  .stoth .g_tit .g_a {
    height: 0.8rem;
  }
}
.stoth .g_tit .g_a:hover {
  color: #fe3b1f;
  background: #fff;
}
.stoth .bratw {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}
.stoth .bratw .box .bbox {
  height: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .stoth .bratw .box .bbox {
    overflow: auto;
    padding-bottom: 0.1rem;
  }
}
.stoth .bratw .box .bbox .item {
  flex-shrink: 0;
  height: 100%;
}
.stoth .bratw .box .bbox .item1 {
  margin-left: 60vw;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .stoth .bratw .box .bbox .item1 {
    margin-left: 0;
  }
}
.stoth .bratw .box .bbox .item1 .img {
  overflow: hidden;
  margin-right: 0.16rem;
  border-radius: 0.15rem;
  width: 1.26rem;
  height: 4.5rem;
  transition: all 0.6s;
}
@media (max-width: 1580px) {
  .stoth .bratw .box .bbox .item1 .img {
    width: 1.76rem;
    height: 5.2rem;
  }
}
@media (max-width: 991px) {
  .stoth .bratw .box .bbox .item1 .img {
    width: 4.4rem;
    height: 4.5rem;
  }
}
@media (min-width: 992px) {
  .stoth .bratw .box .bbox .item1 .img:hover {
    width: 6.94rem;
  }
}
.stoth .bratw .box .bbox .item1 img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stoth .bratw .g_line {
  overflow: hidden;
  margin: 0.5rem auto 0;
  width: 1.6rem;
  height: 6px;
  background: #ebebeb;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .stoth .bratw .g_line {
    display: none;
  }
}
.stoth .bratw .g_line i {
  border-radius: 10px;
  display: block;
  width: 10%;
  height: 100%;
  background: #fe3b1f;
}
.stoth .g_bp {
  display: flex;
  justify-content: flex-end;
  color: #666;
}
