@charset "utf-8";
:root {
  --color: #e62129;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
/* 产品中心详情 */
.pro-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pro-banner .f_bag:before {
  padding-top: 31.25%;
}
@media (max-width: 991px) {
  .pro-banner .f_bag:before {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .pro-banner .f_bag:before {
    padding-top: 93.33333333%;
  }
}
.pro-banner .breadcrumb-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
.pro-banner .breadcrumb-nav .nav-box {
  color: #fff;
}
.pro-banner .breadcrumb-nav .nav-box a,
.pro-banner .breadcrumb-nav .nav-box i,
.pro-banner .breadcrumb-nav .nav-box span {
  color: #fff;
}
.pro-banner .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.pro-banner .cont .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pro-banner .cont .pro-ban-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-banner .cont .pro-ban-box .font {
  color: #fff;
}
.pro-banner .cont .pro-ban-box .font .txt .f_tit {
  font-weight: bold;
  line-height: 1.2;
}
.pro-banner .cont .pro-ban-box .font .txt p {
  margin-top: 0.2rem;
}
.pro-banner .cont .pro-ban-box .font .g-btn {
  margin-top: 0.55rem;
}
.g_like {
  overflow: hidden;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g_like {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.g_like.on {
  background: #e62129;
}
.g_like.on img,
.g_like.on svg {
  fill: #fff;
  stroke: #fff;
}
.g_like img,
.g_like svg {
  width: 30%;
  height: auto;
  fill: none;
  stroke: #cfcfcf;
  stroke-width: 2px;
}
.g_like2 {
  overflow: hidden;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #e62129;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g_like2 {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.g_like2 img,
.g_like2 svg {
  width: 30%;
  height: auto;
  fill: #fff;
  stroke: #fff;
  stroke-width: 2px;
}
.g_like3 {
  overflow: hidden;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid #cfcfcf;
}
@media (max-width: 767px) {
  .g_like3 {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.g_like3 img,
.g_like3 svg {
  width: 30%;
  height: auto;
  fill: none;
  stroke: #cfcfcf;
  stroke-width: 2px;
}
.g-btn {
  background: #fff;
  border-radius: 100px;
  height: 0.44rem;
  min-width: 1.6rem;
}
@media (max-width: 767px) {
  .g-btn {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.g-btn:hover {
  background: #e62129;
}
.g-btn:hover span {
  color: #fff;
}
.g-btn:hover i svg {
  color: #fff;
}
.g-btn span {
  color: #333;
}
.g-btn i svg {
  color: #333;
}
.proon {
  padding: 0.6rem 0;
  background: #f5f5f5;
}
.proon .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .proon .container {
    flex-direction: column;
  }
}
.proon .container .gl {
  width: 50%;
}
@media (max-width: 767px) {
  .proon .container .gl {
    width: 100%;
  }
}
.proon .container .gl .txt .tit {
  position: relative;
  padding-bottom: 0.2rem;
}
.proon .container .gl .txt .tit::after {
  content: '';
  position: absolute;
  width: 0.42rem;
  height: 3px;
  background: #e62129;
  bottom: 0;
  left: 0;
}
.proon .container .gl .txt .tit h2 {
  font-weight: 900;
}
.proon .container .gl .txt .g_p {
  margin-top: 0.24rem;
}
.proon .container .gl .txt .g_p p {
  color: #666;
}
.proon .container .gl .x-public-more {
  margin-top: 0.42rem;
}
.proon .container .gr {
  width: 32.85714286%;
}
@media (max-width: 767px) {
  .proon .container .gr {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.proon .container .gr .swiper {
  padding-bottom: 0.2rem;
}
.proon .container .gr .swiper .r_box {
  background: #fff;
  padding: 0.35rem;
}
.proon .container .gr .swiper .r_box .img .public-img img {
  object-fit: contain;
}
.proon .container .gr .swiper .r_box .g_like_on {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  z-index: 10;
}
.proon .container .gr .swiper .swip2_pag {
  display: flex;
  justify-content: center;
  bottom: 0;
}
.proon .container .gr .swiper .swip2_pag span {
  transition: all 0.4s;
  background: #cccccc;
  width: 0.2rem;
  height: 0.05rem;
  margin: 0 0.07rem;
  border-radius: 0;
  opacity: 1;
}
.proon .container .gr .swiper .swip2_pag .swiper-pagination-bullet-active {
  background: #e62129;
  width: 0.3rem;
}
.hi-nav1 {
  height: 100%;
}
.hi-nav1 .swiper-slide {
  height: 100%;
  width: auto;
}
.hi-nav1 .swiper-slide.on a {
  color: #222222;
  background: #fff;
}
.hi-nav1 .swiper-slide a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0.2rem;
  color: #fff;
}
.g-pronav {
  background: #e62129;
}
.g-pronav .container {
  height: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g-pronav .container {
    height: 46px;
  }
}
.g-pronav .container .gr {
  margin-left: 0.3rem;
  flex-shrink: 0;
  padding: 0.12rem 0;
}
.g-pronav .container .gr a {
  background: #000;
  border-radius: 3px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 4px 0.29rem;
}
.g-title.g-title2 {
  text-align: center;
}
.g-title.g-title2 p {
  width: 57.14285714%;
  margin: 0.25rem auto 0;
}
@media (max-width: 991px) {
  .g-title.g-title2 p {
    width: 100%;
  }
}
.g-title span {
  display: block;
  margin-bottom: 0.12rem;
  color: rgba(34, 34, 34, 0.5);
}
.g-title h2 {
  font-weight: 900;
}
.g-title p {
  width: 55.71428571%;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .g-title p {
    width: 100%;
  }
}
.protw {
  padding: 1.2rem 0;
  min-height: 5.96rem;
  display: flex;
  align-items: center;
  background: url(../images/product4.png) no-repeat;
  background-size: contain;
  background-position: 1.2rem;
}
.protw .container .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .protw .container .box {
    flex-direction: column;
  }
}
.protw .container .box .gr {
  width: 54.28571429%;
}
@media (max-width: 767px) {
  .protw .container .box .gr {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.protw .container .box .gr p {
  line-height: 1.8;
}
.proth .box {
  padding: 1.15rem 0 1.06rem;
  min-height: 9.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.proth .box .gb {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .proth .box .gb {
    margin-top: 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .proth .box .gb {
    margin-top: 1rem;
    justify-content: space-between;
  }
}
.proth .box .gb .item {
  width: calc((100% - 0.8rem)/5);
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .proth .box .gb .item {
    width: calc((100% - 0.6rem)/3);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .proth .box .gb .item {
    width: calc((100% - 0.2rem)/2);
    margin-right: 0;
  }
}
.proth .box .gb .item:nth-child(2) {
  transform: translateY(0.6rem);
  background: #e62129;
}
.proth .box .gb .item:nth-child(2) .itembox {
  background: url(../images/product7.png) no-repeat;
  background-position: bottom right;
}
.proth .box .gb .item:nth-child(2) .txt span {
  color: #fff;
}
.proth .box .gb .item:nth-child(2) .txt h3 {
  color: #fff;
}
.proth .box .gb .item:nth-child(2) i {
  color: #fff;
}
.proth .box .gb .item:nth-child(4) {
  transform: translateY(0.6rem);
  background: #222222;
}
.proth .box .gb .item:nth-child(4) .itembox {
  background: url(../images/product7.png) no-repeat;
  background-position: bottom right;
}
.proth .box .gb .item:nth-child(4) .txt span {
  color: #fff;
}
.proth .box .gb .item:nth-child(4) .txt h3 {
  color: #fff;
}
.proth .box .gb .item:nth-child(4) i {
  color: #fff;
}
.proth .box .gb .item::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 100%;
}
.proth .box .gb .item .itembox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
  padding: 0.35rem 0.37rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/product6.png) no-repeat;
  background-position: bottom right;
}
.proth .box .gb .item .txt span {
  font-size: 12px;
  color: #e62129;
  font-weight: 900;
}
.proth .box .gb .item i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.14rem;
  height: auto;
  color: #333;
}
@media (max-width: 1199px) {
  .proth .box .gb .item i {
    width: 0.18rem;
  }
}
@media (max-width: 767px) {
  .proth .box .gb .item i {
    width: 0.22rem;
  }
}
.proth .box .gb .item i svg,
.proth .box .gb .item i img {
  width: 100%;
  height: auto;
}
.proth .box .gb .item i svg path,
.proth .box .gb .item i img path {
  fill: #e62129;
}
.profo {
  overflow: hidden;
  position: relative;
}
.profo .imgbj {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.profo .imgbj img {
  /* animation: rotate 15s linear infinite; */
}
.profo .container {
  text-align: center;
  padding: 1.05rem 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.profo .box {
  width: 54.5%;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1460px) {
  .profo .box {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .profo .box {
    width: 54%;
  }
}
@media (max-width: 991px) {
  .profo .box {
    flex-direction: column;
    width: 100%;
  }
}
.profo .box .profo_con {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .profo .box .profo_con {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .profo .box .profo_con {
    width: 100%;
  }
}
.profo .box .img {
  pointer-events: none;
}
.profo .box .img img {
  /* animation: rotate 15s linear infinite; */
}
.profo .box .txt {
  color: #fff;
  width: 100%;
  /* position: absolute; */
  left: 50%;
  top: 50%;
  /* transform: translate(-50%,-50%); */
}
.profo .box .txt p {
  margin-top: 0.18rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .profo .box .txt p {
    font-size: 12px;
  }
}
.profo .box .txt p span {
  color: #e62129;
  font-weight: 900;
}
.profo .box .g_more {
  /* position: absolute; */
  left: 50%;
  bottom: 0.4rem;
  /* transform: translateX(-50%); */
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  padding: 0.07rem;
  width: 0.85rem;
  height: 0.85rem;
  background: #fff;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .profo .box .g_more {
    bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .profo .box .g_more {
    bottom: 0.4rem;
  }
}
.profo .box .g_more:hover i svg,
.profo .box .g_more:hover i img {
  transform: rotate(45deg);
}
.profo .box .g_more i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e62129;
  color: #e62129;
}
.profo .box .g_more i svg,
.profo .box .g_more i img {
  transition: all 0.4s;
  color: #fff;
  width: 16.47058824%;
  height: auto;
}
.profo .box .g_more i svg path,
.profo .box .g_more i img path {
  fill: #e62129;
}
@media (max-width: 991px) {
  .profo .box .g_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
}
.profo .box .g_img .imgadd {
  position: absolute;
}
@media (max-width: 991px) {
  .profo .box .g_img .imgadd {
    width: calc((100% - 0.4rem)/3);
    left: 0 !important;
    top: 0 !important;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0.2rem 0.2rem 0;
  }
  .profo .box .g_img .imgadd:nth-child(3n) {
    margin-right: 0;
  }
  .profo .box .g_img .imgadd::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 80%;
  }
  .profo .box .g_img .imgadd > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
  }
}
@media (max-width: 1199px) {
  .profo .box .g_img .imgadd img {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .profo .box .g_img .imgadd img {
    transform: scale(1);
  }
}
.profo .box .g_img .imgadd1 {
  top: 0;
  left: -5%;
}
.profo .box .g_img .imgadd2 {
  top: 40%;
  left: -54%;
}
.profo .box .g_img .imgadd3 {
  top: 53%;
  left: -24%;
}
.profo .box .g_img .imgadd4 {
  bottom: 4%;
  left: 5%;
}
.profo .box .g_img .imgadd5 {
  top: 8%;
  right: -27%;
}
.profo .box .g_img .imgadd6 {
  top: 44%;
  right: -51%;
}
.profo .box .g_img .imgadd7 {
  top: 68%;
  right: -23%;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.profi {
  position: relative;
}
.profi .gbox {
  position: relative;
}
@media (max-width: 767px) {
  .profi .gbox .public-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.profi .gbox .public-img:before {
  padding-top: 50.52083333%;
}
.profi .gbox .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .profi .gbox .box {
    padding: 1rem 0;
    position: relative;
  }
}
.profi .gbox .box .txt {
  width: 39.64285714%;
  color: #fff;
}
@media (max-width: 991px) {
  .profi .gbox .box .txt {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .profi .gbox .box .txt {
    width: 100%;
  }
}
.profi .gbox .box .txt .p1 {
  margin-top: 0.15rem;
}
.profi .gbox .box .txt .p2 {
  margin-top: 0.36rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .profi .profi_b {
    padding: 0.8rem 0 1rem;
  }
}
.profi .profi_b .container .item {
  margin-top: 1.65rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .profi .profi_b .container .item {
    margin-top: 0.4rem;
    flex-direction: column !important;
  }
}
.profi .profi_b .container .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.profi .profi_b .container .item:nth-child(2n) .txt {
  padding-bottom: 0;
}
.profi .profi_b .container .item.item1 .img::before {
  content: '';
  position: absolute;
  width: 6.74rem;
  height: 6.74rem;
  border-radius: 50%;
  border: 0.8rem solid #fdf2f2;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
@media (max-width: 767px) {
  .profi .profi_b .container .item.item1 .img::before {
    display: none;
  }
}
.profi .profi_b .container .item .img {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .profi .profi_b .container .item .img {
    width: 100%;
  }
}
.profi .profi_b .container .item .img .public-img {
  z-index: 5;
}
.profi .profi_b .container .item .img .public-img:before {
  padding-top: 75%;
}
.profi .profi_b .container .item .img .g_more {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  z-index: 10;
  position: absolute;
}
@media (max-width: 767px) {
  .profi .profi_b .container .item .img .g_more {
    right: 50%;
  }
}
.profi .profi_b .container .item .img .g_more .g_more_box {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .profi .profi_b .container .item .img .g_more .g_more_box {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .profi .profi_b .container .item .img .g_more .g_more_box {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.profi .profi_b .container .item .img .g_more .g_more_box::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #e62129;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.profi .profi_b .container .item .img .g_more .g_more_box:hover::before {
  transform: translate(-50%, -50%) scale(0.9);
}
.profi .profi_b .container .item .img .g_more .g_more_box:hover a .x-gm {
  transform: translate(-50%, -50%) scale(0.9);
}
.profi .profi_b .container .item .img .g_more .g_more_box a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profi .profi_b .container .item .img .g_more .g_more_box a .x-gm {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem;
  transition: all 0.4s;
}
.profi .profi_b .container .item .img .g_more .g_more_box a .x-gm img {
  width: 100%;
  height: 100%;
  animation: txtRun 10s linear forwards infinite;
}
.profi .profi_b .container .item .img .g_more .g_more_box a .x-txts {
  display: flex;
  position: relative;
}
.profi .profi_b .container .item .img .g_more .g_more_box a .x-txts span {
  color: #fff;
  line-height: 1.22;
  font-weight: bold;
}
.profi .profi_b .container .item .img .g_more .g_more_box a .x-txts i {
  position: absolute;
  left: calc(100% + 3px);
  top: -3px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.profi .profi_b .container .item .img .g_more .g_more_box a .x-txts i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}
.profi .profi_b .container .item .txt {
  padding-bottom: 0.45rem;
  width: 39.28571429%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .profi .profi_b .container .item .txt {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.profi .profi_b .container .item .txt .txt_box .p1 {
  margin-top: 0.1rem;
  font-weight: 900;
}
.profi .profi_b .container .item .txt .g_p .p2 {
  margin-top: 0.16rem;
  line-height: 1.8;
}
.profi .profi_b .container .item .txt .par {
  margin-top: 0.4rem;
}
.profi .profi_b .container .item .txt .par .par_box {
  margin-top: 0.2rem;
}
.profi .profi_b .container .item .txt .par .par_box .par_it {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px solid #dfdfdf;
}
.profi .profi_b .container .item .txt .par .par_box .par_it:last-child {
  border: none;
}
.profi .profi_b .container .item .txt .par .par_box .par_it .p3 {
  color: #e62129;
}
.profi .profi_b .container .item .txt .par .par_box .par_it .p4 {
  font-weight: 900;
}
.profi .profi_vid {
  margin: 1.65rem 0;
}
@media (max-width: 767px) {
  .profi .profi_vid {
    margin: 0.2rem 0 1.2rem;
  }
}
.profi .profi_vid .public-img:before {
  padding-top: 56.28571429%;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img,
.public-img > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.prosi {
  position: relative;
}
.prosi .gbox {
  position: relative;
}
@media (max-width: 767px) {
  .prosi .gbox .public-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.prosi .gbox .public-img:before {
  padding-top: 50.52083333%;
}
.prosi .gbox .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .prosi .gbox .box {
    padding: 1rem 0;
    position: relative;
  }
}
.prosi .gbox .box .txt {
  margin: auto;
  text-align: center;
  width: 39.64285714%;
  color: #fff;
}
@media (max-width: 991px) {
  .prosi .gbox .box .txt {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .prosi .gbox .box .txt {
    width: 100%;
  }
}
.prosi .gbox .box .txt .p1 {
  margin-top: 0.15rem;
}
.prosi .gbox .box .txt .p2 {
  margin-top: 0.36rem;
  line-height: 1.8;
}
.prose {
  overflow: hidden;
  position: relative;
  padding: 1.65rem 0;
}
@media (max-width: 767px) {
  .prose {
    padding: 1.2rem 0;
  }
}
.prose .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .prose .container {
    flex-direction: column;
  }
}
.prose .container .g-title {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .prose .container .g-title {
    position: relative;
    margin-bottom: 0.4rem;
  }
}
.prose .container .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 0.55rem;
  width: 84.14285714%;
}
@media (max-width: 767px) {
  .prose .container .box {
    width: 100%;
    margin-right: 0;
  }
}
.prose .container .box .item {
  margin: 0 0.05rem 0.1rem;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  width: calc((100% - 0.3rem)/3);
}
@media (max-width: 767px) {
  .prose .container .box .item {
    width: calc((100% - 0.2rem)/2);
  }
}
.prose .container .box .item:first-child {
  margin-left: 0.06rem;
}
@media (max-width: 767px) {
  .prose .container .box .item:first-child {
    margin-left: 0.05rem;
  }
}
.prose .container .box .item:hover .txt,
.prose .container .box .item.on .txt {
  background: url(../images/product21_2.svg) no-repeat;
  background-size: contain;
}
.prose .container .box .item:hover .txt .txt_box h3,
.prose .container .box .item.on .txt .txt_box h3 {
  color: #fff;
}
.prose .container .box .item:hover .txt .txt_box p,
.prose .container .box .item.on .txt .txt_box p {
  color: #fff;
}
.prose .container .box .item::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 87.239%;
}
.prose .container .box .item .txt {
  background: url(../images/product21.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
  display: flex;
  align-items: flex-end;
}
.prose .container .box .item .txt .txt_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.58rem 0.21rem 0.48rem;
}
@media (max-width: 767px) {
  .prose .container .box .item .txt .txt_box {
    padding: 0 0.2rem 0.05rem;
  }
}
.prose .container .box .item .txt .txt_box h3 span {
  margin-right: 4px;
}
.prose .container .box .item .txt .txt_box p {
  color: #e62129;
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .prose .container .box .item .txt .txt_box p {
    transform: translateY(-2px);
  }
}
.prose .prose_pop {
  background: #fff;
  z-index: 10;
  position: absolute;
  right: -5.25rem;
  top: 0;
  transition: all 0.4s;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.05);
  width: 5.25rem;
  height: 100%;
  padding: 0 0.12rem 0.53rem 0.3rem;
}
.prose .prose_pop.on {
  right: 0;
}
.prose .prose_pop .g_pop .g_del {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0.26rem 0 0.23rem;
}
.prose .prose_pop .g_pop .g_del i {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.12rem;
  height: auto;
  color: #e62129;
}
@media (max-width: 1199px) {
  .prose .prose_pop .g_pop .g_del i {
    width: 0.16rem;
  }
}
@media (max-width: 767px) {
  .prose .prose_pop .g_pop .g_del i {
    width: 0.2rem;
  }
}
.prose .prose_pop .g_pop .g_del i svg,
.prose .prose_pop .g_pop .g_del i img {
  width: 100%;
  height: auto;
}
.prose .prose_pop .g_pop .g_del i svg path,
.prose .prose_pop .g_pop .g_del i img path {
  fill: #e62129;
}
.prose .prose_pop .g_pop .g_del p {
  color: #666;
}
.prose .prose_pop .g_pop .g_pop_box {
  overflow: auto;
  height: 8.5rem;
}
@media (max-width: 767px) {
  .prose .prose_pop .g_pop .g_pop_box {
    height: 11rem;
  }
}
.prose .prose_pop .g_pop .g_pop_box .g_pop_con {
  display: flex;
  flex-wrap: wrap;
}
.prose .prose_pop .g_pop .g_pop_box .g_pop_con .item {
  width: calc(50% - 0.2rem);
  margin-right: 0.2rem;
}
.prose .prose_pop .g_pop .g_pop_box .g_pop_con .item .public-img:before {
  padding-top: 74.66063348%;
}
.prose .prose_pop .g_pop .g_pop_box .g_pop_con .item h3 {
  margin: 0.18rem 0 0.28rem;
}
.proen {
  background: #f5f5f5;
  padding: 1.15rem 0 1.2rem;
}
.proen .g_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proen .g_t .swiper-pager {
  width: auto;
}
.proen .g_t .swiper-pager .swiper-btn {
  background: none;
}
.proen .box {
  margin-top: 0.55rem;
}
.proen .box .swiper {
  padding-left: 20px;
}
.proen .box .swiper .swiper-slide {
  width: 380px;
}
@media (max-width: 1199px) {
  .proen .box .swiper .swiper-slide {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .proen .box .swiper .swiper-slide {
    width: 80%;
  }
}
.proen .box .swiper .swiper-slide .proen_con {
  padding: 0.44rem 0.3rem 0.5rem;
  background: #fff;
}
.proen .box .swiper .swiper-slide .proen_con .txt h3 {
  margin-bottom: 0.1rem;
  color: #e62129;
  font-weight: bold;
}
.proen .box .swiper .swiper-slide .proen_con .txt p {
  color: #999;
}
.proen .box .swiper .swiper-slide .proen_con .public-img {
  margin-top: 0.15rem;
}
.proen .box .swiper .swiper-slide .proen_con .public-img:before {
  padding-top: 74.76635514%;
}
.proni {
  padding: 1.15rem 0;
}
.proni .g_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proni .g_t .swiper-pager {
  width: auto;
}
.proni .g_t .swiper-pager .swiper-btn {
  background: none;
}
.proni .box {
  overflow: hidden;
  margin-top: 0.55rem;
}
.proni .box .swiper {
  overflow: initial;
}
.proni .box .swiper .proni_con:hover .public-img {
  border: 1px solid #e62129;
}
.proni .box .swiper .proni_con:hover .public-img img {
  transform: scale(1.05);
}
.proni .box .swiper .proni_con .public-img {
  transition: all 0.4s;
  border: 1px solid transparent;
}
.proni .box .swiper .proni_con .txt {
  margin-top: 0.26rem;
}
.proni .box .swiper .proni_con .txt h3 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.proni .box .swiper .proni_con .txt p {
  color: #999;
  margin-top: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.prote {
  margin: 0.4rem 0 1.2rem;
}
@media (max-width: 767px) {
  .prote img {
    width: 100%;
    height: auto;
  }
}
.prote .box {
  padding: 0.38rem 0.4rem 1.7rem;
  background: #fafafa;
}
.prote .box h2 {
  font-weight: bold;
  color: #e62129;
  margin-bottom: 0.33rem;
}
.prote .box .public-content {
  color: #222;
}
.prote .box .public-content p {
  margin-bottom: 0.33rem;
}
/* 规格参数 */
.speon .speon_t .gr::-webkit-scrollbar-thumb {
  background: #666;
}
.speon .speon_t .gr::-webkit-scrollbar {
  height: 16px;
}
.speon_b .item .speon_b_con .g_it .g_txt::-webkit-scrollbar {
  height: 2.5px;
}
.speon {
  padding: 0.4rem 0 0;
}
.speon .gbp {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 8px 0; */
  padding-left: calc(310/1400*100%);
  height: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.speon .speon_t {
  padding-bottom: 34px;
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  transition: all 0.4s;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .speon .speon_t {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .speon .speon_t {
    position: relative;
    top: 0;
  }
}
.speon .speon_t::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 1px solid #dfdfdf;
}
.speon .speon_t .gl {
  width: 22.14285714%;
}
.speon .speon_t .gl p {
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0.1rem 0.22rem;
  background: #f5f5f5;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .speon .speon_t .gl p {
    font-size: 12px;
  }
}
.speon .speon_t .gr {
  overflow: auto;
  display: flex;
  width: 77.85714286%;
  position: relative;
}
@media (max-width: 767px) {
  .speon .speon_t .gr {
    overflow: auto;
  }
}
.speon .speon_t .gr .item {
  min-width: 20%;
  width: 20%;
}
@media (max-width: 767px) {
  .speon .speon_t .gr .item {
    min-width: 50%;
  }
}
.speon .speon_t .gr .item .txt {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0.1rem 0.22rem;
  background: #f5f5f5;
  border-bottom: 1px solid #dfdfdf;
}
.speon .speon_t .gr .item .txt h3 {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.speon .speon_t .gr .item .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem 0.1rem;
}
.speon .speon_t .gr .item .img .public-img {
  width: 100%;
  max-width: 2rem;
}
.speon .speon_t .gr .item .img .public-img:before {
  padding-top: 60%;
}
@media (max-width: 767px) {
  .speon .speon_t .gr .item .img .public-img:before {
    padding-top: 100%;
  }
}
.speon .speon_t .gr .item .img .public-img img {
  object-fit: contain;
}
.speon .speon_t .gr .item .img .db_a {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem auto 0;
}
.speon .speon_t .gr .item .img .db_a.on .add-compare {
  background: #e62129;
  color: #fff;
}
.speon .speon_t .gr .item .img .db_a.on .p1 {
  display: none;
}
.speon .speon_t .gr .item .img .db_a.on .p2 {
  background: #f5f5f5;
  display: block;
}
.speon .speon_t .gr .item .img .db_a p {
  cursor: pointer;
  padding: 0.05rem 0.19rem;
}
@media (max-width: 767px) {
  .speon .speon_t .gr .item .img .db_a p {
    font-size: 12px;
    padding: 0.05rem 0.09rem;
  }
}
.speon .speon_t .gr .item .img .db_a .p2 {
  display: none;
}
.speon_st {
  background: #fff;
  margin-top: 0.2rem;
  position: sticky;
  position: -webkit-sticky;
  z-index: 10;
  bottom: 0;
  height: 1.8rem;
  box-shadow: 0 -0.1rem 0.1rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .speon_st {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .speon_st {
    height: auto;
    padding: 0.6rem 0;
    margin-top: 0.5rem;
  }
}
.speon_st .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .speon_st .container {
    flex-direction: column;
  }
}
.speon_st .gl {
  display: flex;
  align-items: center;
  width: 90%;
}
@media (max-width: 991px) {
  .speon_st .gl {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .speon_st .gl {
    width: 100%;
  }
}
.speon_st .gl .item {
  width: 20%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .speon_st .gl .item {
    flex-direction: column;
    padding-right: 0.1rem;
    align-items: flex-start;
  }
}
.speon_st .gl .item .img {
  flex-shrink: 0;
  background: #f5f5f5;
  position: relative;
  width: 39.68253968%;
}
@media (max-width: 991px) {
  .speon_st .gl .item .img {
    width: 90%;
  }
}
.speon_st .gl .item .img .g_del2 {
  z-index: 5;
  cursor: pointer;
  transform: translate(50%, -50%);
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .speon_st .gl .item .img .g_del2 {
    width: 12px;
    height: 12px;
  }
}
.speon_st .gl .item .img .g_del2 img,
.speon_st .gl .item .img .g_del2 svg {
  width: 37.5%;
}
.speon_st .gl .item .txt {
  width: 100%;
  padding-right: 0.05rem;
  margin-left: 0.15rem;
}
@media (max-width: 991px) {
  .speon_st .gl .item .txt {
    margin: 0.2rem 0 0;
  }
}
.speon_st .gl .item .txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .speon_st .gl .item .txt h3 {
    font-size: 12px;
  }
}
.speon_st .gl .item .txt p {
  margin-top: 0.1rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .speon_st .gl .item .txt p {
    font-size: 10px;
  }
}
.speon_st .gr {
  display: flex;
  flex-direction: column;
  width: 8.57142857%;
}
@media (max-width: 991px) {
  .speon_st .gr {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .speon_st .gr {
    width: 100%;
    margin-top: 0.3rem;
    flex-direction: row;
  }
}
.speon_st .gr a {
  cursor: pointer;
  margin: 0.04rem 0;
  width: 100%;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .speon_st .gr a {
    height: 0.5rem;
  }
}
@media (max-width: 1199px) {
  .speon_st .gr a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .speon_st .gr a {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .speon_st .gr a {
    width: 1.6rem;
    margin-right: 10px;
  }
}
.speon_st .gr a:hover {
  opacity: 0.8;
}
.speon_st .gr .a1 {
  background: #e62129;
  color: #fff;
  font-weight: bold;
}
.speon_st .gr .a2 {
  background: #f5f5f5;
  color: #999999;
}
.speon_b {
  margin-top: 0.12rem;
}
.speon_b .item.on .tit .open .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.speon_b .item.on .tit .open .g_p .p1 {
  display: none;
}
.speon_b .item.on .tit .open .g_p .p2 {
  display: block;
}
.speon_b .item .tit {
  border-bottom: 1px solid #dfdfdf;
  padding: 0.17rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.speon_b .item .tit h4 {
  font-weight: bold;
}
.speon_b .item .tit .open {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 0.2rem;
}
.speon_b .item .tit .open:hover .g_gb {
  border-color: #e62129;
}
.speon_b .item .tit .open:hover .g_gb i {
  background: #e62129;
}
.speon_b .item .tit .open .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.07rem;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 3px;
  flex-shrink: 0;
}
.speon_b .item .tit .open .g_gb i {
  width: 50%;
  height: 2px;
  background: #a5a5a5;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .speon_b .item .tit .open .g_gb i {
    height: 1px;
  }
}
.speon_b .item .tit .open .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.speon_b .item .tit .open .g_p p {
  color: #666;
}
.speon_b .item .tit .open .g_p .p2 {
  display: none;
}
.speon_b .item .speon_b_con {
  /* display: none; */
  padding: 0.12rem 0;
}
.speon_b .item .speon_b_con .g_it {
  display: flex;
  align-items: center;
  background: #fafafa;
}
.speon_b .item .speon_b_con .g_it:nth-child(2n) {
  background: #fff;
}
.speon_b .item .speon_b_con .g_it .g_h5 {
  padding: 0.2rem;
  width: 22.14285714%;
}
@media (max-width: 767px) {
  .speon_b .item .speon_b_con .g_it .g_h5 {
    padding: 0 0.1rem;
    font-size: 12px;
  }
}
.speon_b .item .speon_b_con .g_it .g_txt {
  padding: 0.2rem 0;
  overflow: auto;
  width: 77.85714286%;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .speon_b .item .speon_b_con .g_it .g_txt {
    overflow: auto;
  }
}
.speon_b .item .speon_b_con .g_it .g_txt .g_txtit {
  padding: 0 0.1rem;
  text-align: center;
  min-width: 20%;
  width: 20%;
  word-break: break-all;
}
@media (max-width: 767px) {
  .speon_b .item .speon_b_con .g_it .g_txt .g_txtit {
    word-break: break-all;
    min-width: 50%;
  }
}
/* 资料下载 */
.dowon {
  padding: 0.28rem 0 0.6rem;
}
.dowon .box .dowon_t {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .dowon .box .dowon_t {
    flex-direction: column;
  }
}
.dowon .box .dowon_t .swiper {
  width: auto;
  margin: 0;
}
@media (max-width: 767px) {
  .dowon .box .dowon_t .swiper {
    width: 100%;
    padding-bottom: 0.2rem;
  }
}
.dowon .box .dowon_t .swiper .swiper-slide {
  margin-right: 0.38rem;
}
.dowon .box .dowon_t .swiper .swiper-slide.on a {
  color: #222;
  font-weight: bold;
  border-bottom: 2px solid #e62129;
}
.dowon .box .dowon_t .swiper .swiper-slide a {
  padding: 0 0 0.16rem;
  color: #666666;
  border-bottom: 2px solid transparent;
}
.dowon .box .dowon_t .g_search {
  flex-shrink: 0;
  margin-left: 0.2rem;
  margin-bottom: 0.07rem;
  border-radius: 0.06rem;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .dowon .box .dowon_t .g_search {
    width: 100%;
    margin-top: 0.3rem;
    margin: 0.3rem 0;
  }
}
.dowon .box .dowon_t .g_search form .search_box {
  width: 4rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dowon .box .dowon_t .g_search form .search_box {
    height: 0.8rem;
    width: 100%;
  }
}
.dowon .box .dowon_t .g_search form .search_box .gl {
  display: flex;
  align-items: center;
}
.dowon .box .dowon_t .g_search form .search_box .gl i {
  margin: 0 0.16rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #676767;
}
@media (max-width: 1199px) {
  .dowon .box .dowon_t .g_search form .search_box .gl i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .dowon .box .dowon_t .g_search form .search_box .gl i {
    width: 0.26rem;
  }
}
.dowon .box .dowon_t .g_search form .search_box .gl i svg,
.dowon .box .dowon_t .g_search form .search_box .gl i img {
  width: 100%;
  height: auto;
}
.dowon .box .dowon_t .g_search form .search_box .gl i svg path,
.dowon .box .dowon_t .g_search form .search_box .gl i img path {
  fill: #e62129;
}
.dowon .box .dowon_t .g_search form .search_box .gl input {
  padding: 0 0.3rem 0 0;
  width: 100%;
  color: #333;
}
.dowon .box .dowon_t .g_search form .search_box button {
  line-height: 1;
  border-left: 1px solid #e0e0e0;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
  width: 0.8rem;
  height: auto;
  color: #999;
}
@media (max-width: 767px) {
  .dowon .box .dowon_t .g_search form .search_box button {
    width: 1.2rem;
  }
}
.dowon .box .dowon_nav {
  margin-bottom: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.dowon .box .dowon_nav a {
  border-radius: 100px;
  margin: 0 0.1rem 0.1rem 0;
  padding: 0.03rem 0.2rem;
  border: 1px solid transparent;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .dowon .box .dowon_nav a {
    padding: 0.08rem 0.3rem;
  }
}
.dowon .box .dowon_nav a.on {
  border: 1px solid #dfdfdf;
  background: #f9f9f9;
}
.dowon .box .dowon_b .item {
  background: #fafafa;
  padding: 0.14rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dowon .box .dowon_b .item:nth-child(2n) {
  background: #fff;
}
.dowon .box .dowon_b .item .gl {
  display: flex;
  align-items: center;
  padding-right: 0.4rem;
  width: 36.76470588%;
}
.dowon .box .dowon_b .item .gl.on .g_chec i,
.dowon .box .dowon_b .item .gl.checked .g_chec i {
  background: #e62129;
}
@media (max-width: 767px) {
  .dowon .box .dowon_b .item .gl {
    width: 55%;
  }
}
.dowon .box .dowon_b .item .gl .g_chec {
  margin-right: 0.1rem;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a7a7a7;
}
.dowon .box .dowon_b .item .gl .g_chec i {
  transition: all 0.4s;
  width: 57.14285714%;
  height: 57.14285714%;
  border-radius: 50%;
  background: #fff;
}
.dowon .box .dowon_b .item .gl h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dowon .box .dowon_b .item .gr {
  width: 63.23529412%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .dowon .box .dowon_b .item .gr {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .dowon .box .dowon_b .item .gr {
    width: 45%;
  }
}
.dowon .box .dowon_b .item .gr .g_data {
  display: flex;
  align-items: center;
  width: 69.76744186%;
}
@media (max-width: 991px) {
  .dowon .box .dowon_b .item .gr .g_data {
    display: none;
  }
}
.dowon .box .dowon_b .item .gr .g_data p {
  color: #999;
  margin-right: 0.2rem;
}
.dowon .box .dowon_b .item .gr .g_data .p1 {
  width: 33.33333333%;
}
.dowon .box .dowon_b .item .gr .g_data .p2 {
  width: 33.33333333%;
}
.dowon .box .dowon_b .item .gr .g_data .p3 {
  width: 23.33333333%;
}
.dowon .box .dowon_b .item .gr .g_dow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 25.58139535%;
}
@media (max-width: 991px) {
  .dowon .box .dowon_b .item .gr .g_dow {
    width: 100%;
  }
}
.dowon .box .dowon_b .item .gr .g_dow a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  margin: 0 0 0 0.1rem;
  padding: 0.03rem 0.2rem;
  border: 1px solid #e62129;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .dowon .box .dowon_b .item .gr .g_dow a {
    font-size: 12px;
  }
}
.dowon .box .dowon_b .item .gr .g_dow a:hover {
  opacity: 0.8;
}
.dowon .box .dowon_b .item .gr .g_dow a i {
  margin-right: 0.06rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #e62129;
}
@media (max-width: 1199px) {
  .dowon .box .dowon_b .item .gr .g_dow a i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .dowon .box .dowon_b .item .gr .g_dow a i {
    width: 0.26rem;
  }
}
.dowon .box .dowon_b .item .gr .g_dow a i svg,
.dowon .box .dowon_b .item .gr .g_dow a i img {
  width: 100%;
  height: auto;
}
.dowon .box .dowon_b .item .gr .g_dow a i svg path,
.dowon .box .dowon_b .item .gr .g_dow a i img path {
  fill: #e62129;
}
.dowon .box .dowon_b .item .gr .g_dow a p {
  white-space: nowrap;
}
.dowon .box .dowon_b .item .gr .g_dow .a1 {
  color: #e62129;
}
.dowon .box .dowon_b .item .gr .g_dow .a2 {
  color: #fff;
  background: #e62129;
}
.dowon .box .dowon_b .item .gr .g_dow .a2 i {
  color: #fff;
}
.namon {
  padding: 0.4rem 0 0.6rem;
}
.namon .box {
  background: #fafafa;
  padding: 0.4rem;
  color: #222;
}
.namon .box img {
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  .namon .box img {
    margin-left: 0 !important;
  }
}
/* 产品对比 */
.compon {
  background: #f5f5f5;
  position: relative;
  z-index: 10;
}
.compon .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.84rem 0 0.78rem;
}
@media (max-width: 767px) {
  .compon .box {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .compon .box h2 {
    margin-bottom: 0.2rem;
  }
}
.compon .box .g_sel {
  width: 30%;
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0.2rem;
  height: 0.44rem;
}
@media (max-width: 991px) {
  .compon .box .g_sel {
    width: 50%;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .compon .box .g_sel {
    width: 100%;
  }
}
.compon .box .g_sel .p1 {
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.compon .box .g_sel .layui-form {
  width: 100%;
}
.compon .box .g_sel .layui-form .layui-input:focus,
.compon .box .g_sel .layui-form .layui-textarea:focus {
  border-color: #e62129 !important;
}
.compon .box .g_sel .layui-form .layui-input-block {
  margin-left: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.compon .box .g_sel .layui-form .layui-form-select {
  height: 100%;
  width: 100%;
}
.compon .box .g_sel .layui-form .layui-form-select dl {
  top: 100%;
  bottom: auto;
}
.compon .box .g_sel .layui-form .layui-form-select dl dd.layui-this {
  background: #e62129;
  color: #fff;
}
.compon .box .g_sel .layui-form .layui-form-select .layui-input {
  height: 100%;
  border: none;
  color: #444;
  padding: 0 ;
}
.compon .box .g_sel .layui-form .layui-form-select .layui-edge {
  right: 0;
  background: url(../images/l.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.f_select {
  width: 100%;
  position: relative;
}
.f_select .f_tit {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0.1rem 0.22rem;
  /* border-radius: 0.1rem 0.1rem 0 0; */
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
}
.f_select .f_tit span {
  display: block;
  padding-right: 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 12px);
}
@media (max-width: 1580px) {
  .f_select .f_tit span {
    width: calc(100% - 10px);
  }
}
.f_select .f_tit .f_icon {
  opacity: 0.8;
  width: 12px;
  height: 8px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .f_select .f_tit .f_icon {
    width: 10px;
    height: 6px;
  }
}
.f_select .f_tit .f_icon img,
.f_select .f_tit .f_icon svg {
  color: #000;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.f_select .f_option {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  z-index: 4;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  border: solid 1px #dfdfdf;
  border-top: none;
  display: none;
  max-height: 6rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* box-shadow: 0.1rem 0.17rem 0.5rem 0px rgba(0, 0, 0, 0.08); */
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .f_select .f_option {
    padding: 0rem 0.36rem;
  }
}
.f_select .f_option > li:last-child {
  border-bottom: none;
}
.f_select .f_option > li .f_t2 {
  cursor: pointer;
  display: flex;
  color: #666666;
  align-items: center;
  padding: 0.06rem 0;
}
@media (max-width: 767px) {
}
.f_select .f_option > li .f_t2 span {
  margin-left: 0.08rem;
  text-align: left;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 7px);
}
@media (max-width: 1580px) {
  .f_select .f_option > li .f_t2 span {
    width: calc(100% - 5px);
  }
}
.f_select .f_option > li .f_t2 .f_icon {
  opacity: 0.8;
  width: 6px;
  height: 9px;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* &:before,&:after {
						content: "";
						display: block;
						width: 100%;
						height: 2px;
						background: #666;
					}
					&:after {
						margin-top: -2px;
						transform: rotate(90deg);
					} */
}
@media (max-width: 1580px) {
  .f_select .f_option > li .f_t2 .f_icon {
    width: 5px;
    height: 8px;
  }
}
.f_select .f_option > li .f_t2 .f_icon img,
.f_select .f_option > li .f_t2 .f_icon svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.f_select .f_option > li ul {
  text-align: left;
  padding: 0 0 0.06rem 0.25rem;
  display: none;
}
@media (max-width: 767px) {
  .f_select .f_option > li ul {
    padding: 0 0 0.36rem;
  }
}
.f_select .f_option > li ul li {
  margin-bottom: 8px;
}
.f_select .f_option > li ul li.on .f_t3 .f_icon {
  transform: rotate(90deg);
}
.f_select .f_option > li ul li.on .f_t3 .f_icon:before,
.f_select .f_option > li ul li.on .f_t3 .f_icon:after {
  /* background: #000; */
}
.f_select .f_option > li ul li.on .f_t3 .f_icon:after {
  opacity: 0;
}
.f_select .f_option > li ul li:last-child {
  margin-bottom: 0;
}
.f_select .f_option > li ul li .f_t3 {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 2;
}
.f_select .f_option > li ul li .f_t3 span {
  color: #999999;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 96%, #e62129 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
  word-break: break-all;
}
.f_select .f_option > li ul li .f_t3 .f_icon {
  color: #666;
  margin-right: 10px;
  opacity: 0.8;
  width: 5px;
  height: 8px;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .f_select .f_option > li ul li .f_t3 .f_icon {
    width: 4px;
    height: 7px;
  }
}
.f_select .f_option > li ul li .f_t3 .f_icon img,
.f_select .f_option > li ul li .f_t3 .f_icon svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.f_select .f_option > li ul li .f_t3:hover span {
  color: #e62129;
}
.f_select .f_option > li ul li .f_t4 {
  padding: 0 0 5px 15px;
}
.f_select .f_option > li ul li .f_t4 span {
  color: #999999;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 96%, #e62129 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
  display: block;
}
.f_select .f_option > li:hover .f_t2 {
  color: #000000;
}
.f_select .f_option > li:hover .f_t2 .f_icon:before,
.f_select .f_option > li:hover .f_t2 .f_icon:after {
  background: #000;
}
.f_select .f_option > li.on .f_t2 {
  /* color: #000000; */
}
.f_select .f_option > li.on .f_t2 .f_icon {
  transform: rotate(90deg);
}
.f_select .f_option > li.on .f_t2 .f_icon:before,
.f_select .f_option > li.on .f_t2 .f_icon:after {
  /* background: #000; */
}
.f_select .f_option > li.on .f_t2 .f_icon:after {
  opacity: 0;
}
.f_select.on .f_tit {
  border: 1px solid #dfdfdf;
  border-bottom: none;
}
.f_select.on .f_tit .f_icon {
  transform: rotate(-90deg);
}
.f_select2.on .f_tit {
  /* border: none; */
}
.f_select2 .f_tit {
  height: 0.44rem;
}
@media (max-width: 991px) {
  .f_select2 .f_tit {
    height: 0.8rem;
  }
}
.f_select2 .f_option {
  /* border: none; */
}
.comptw {
  padding: 0.2rem 0 0.68rem;
}
.comptw .comptw_t {
  display: flex;
}
.comptw .comptw_t .gl {
  width: 22.14285714%;
}
.comptw .comptw_t .gl .g_kig {
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  height: 61px;
  padding: 0.1rem 0.22rem;
  /* opacity: 0; */
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .comptw .comptw_t .gl .g_kig {
    flex-direction: column;
  }
}
.comptw .comptw_t .gl .g_kig.on .g_kig_box {
  background: #e62129;
}
.comptw .comptw_t .gl .g_kig.on .g_kig_box i {
  transform: translateX(6px);
}
.comptw .comptw_t .gl .g_kig.on p {
  color: #e62129;
}
.comptw .comptw_t .gl .g_kig .g_kig_box {
  display: flex;
  align-items: center;
  width: 24px;
  height: 16px;
  border-radius: 100px;
  padding: 3px 5px;
  background: #d1d1d1;
}
.comptw .comptw_t .gl .g_kig .g_kig_box i {
  transition: all 0.2s;
  display: inline-flex;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.comptw .comptw_t .gl .g_kig p {
  color: #222;
  margin-left: 0.12rem;
}
@media (max-width: 767px) {
  .comptw .comptw_t .gl .g_kig p {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
.comptw .comptw_t .gr {
  display: flex;
  width: 77.85714286%;
}
@media (max-width: 767px) {
  .comptw .comptw_t .gr {
    overflow: auto;
  }
}
.comptw .comptw_t .gr .item {
  position: relative;
  min-width: 20%;
  width: 20%;
}
@media (max-width: 767px) {
  .comptw .comptw_t .gr .item {
    min-width: 33.33%;
  }
}
.comptw .comptw_t .gr .item .g_del2 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comptw .comptw_t .gr .item .g_del2 img,
.comptw .comptw_t .gr .item .g_del2 svg {
  width: 50%;
}
.comptw .comptw_t .gr .item .txt {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  /* .f_select{
						width: 20%;
					} */
}
.comptw .comptw_b {
  display: flex;
  justify-content: space-between;
}
.comptw .comptw_b .gl {
  width: 22.14285714%;
}
.comptw .comptw_b .gr {
  display: flex;
  width: 77.85714286%;
}
.comptw .comptw_b .gr .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem 0.1rem;
  min-width: 20%;
  width: 20%;
}
.comptw .comptw_b .gr .img .public-img {
  width: 100%;
  max-width: 2rem;
}
.comptw .comptw_b .gr .img .db_a {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem auto 0;
}
.comptw .comptw_b .gr .img .db_a.on .p1 {
  display: none;
}
.comptw .comptw_b .gr .img .db_a.on .p2 {
  background: #f5f5f5;
  display: block;
}
.comptw .comptw_b .gr .img .db_a p {
  padding: 0.05rem 0.19rem;
}
.comptw .comptw_b .gr .img .db_a .p2 {
  display: none;
}
/* 产品中心列表 */
.pliston .box {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0 0.68rem;
}
@media (max-width: 767px) {
  .pliston .box {
    flex-direction: column;
  }
}
.pliston .box h2 {
  font-weight: 900;
}
.pliston .box .txt {
  width: 4rem;
}
@media (max-width: 767px) {
  .pliston .box .txt {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.plisttw .plisttw_nav {
  border-bottom: 1px solid #dfdfdf;
}
.plisttw .plisttw_nav .container a {
  cursor: pointer;
  margin-bottom: -1px;
  color: #666;
  display: inline-flex;
  padding-bottom: 0.18rem;
  margin-right: 0.46rem;
  border-bottom: 3px solid transparent;
}
@media (max-width: 767px) {
  .plisttw .plisttw_nav .container a {
    padding-bottom: 0.08rem;
    margin-bottom: 0.1rem;
  }
}
.plisttw .plisttw_nav .container a.on {
  color: #222;
  border-bottom: 3px solid #e62129;
}
.plistth {
  padding: 0.18rem 0 0;
}
.plistth .box .dowon_t {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .plistth .box .dowon_t {
    flex-direction: column;
  }
}
.plistth .box .dowon_t .swiper {
  width: auto;
  margin: 0;
}
@media (max-width: 767px) {
  .plistth .box .dowon_t .swiper {
    width: 100%;
    padding-bottom: 0.2rem;
  }
}
.plistth .box .dowon_t .swiper .swiper-slide.on a {
  color: #e62129;
  font-weight: bold;
  background: none;
}
.plistth .box .dowon_t .swiper .swiper-slide a {
  margin-right: 0.5rem;
  padding: 0 0 0.16rem;
  color: #666666;
  border-bottom: 2px solid transparent;
}
.plistth .box .dowon_nav {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.plistth .box .dowon_nav a {
  color: #666666;
  border-radius: 100px;
  margin: 0 0.1rem 0.1rem 0;
  padding: 0.03rem 0.2rem;
  border: 1px solid transparent;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .plistth .box .dowon_nav a {
    padding: 0.08rem 0.3rem;
  }
}
.plistth .box .dowon_nav a.on {
  color: #222;
  border: 1px solid #dfdfdf;
  background: #f9f9f9;
}
.plistth_nr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 991px) {
  .plistth_nr {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .plistth_nr {
    margin: 0 ;
  }
}
.plistth_nr .plistth_it {
  width: calc(1/4*100%);
  margin-bottom: 0.4rem;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .plistth_nr .plistth_it {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .plistth_nr .plistth_it {
    padding: 0;
  }
}
.plistth_nr .plistth_it .plistth_itbox {
  display: block;
  width: 100%;
  height: 100%;
}
.plistth_nr .plistth_it .plistth_itbox .proni_con:hover .public-img {
  border: 1px solid #e62129;
}
.plistth_nr .plistth_it .plistth_itbox .proni_con:hover .public-img img {
  transform: scale(1.05);
}
.plistth_nr .plistth_it .plistth_itbox .proni_con:hover .txt h3 {
  color: #e62129;
}
.plistth_nr .plistth_it .plistth_itbox .proni_con .public-img {
  transition: all 0.4s;
  border: 1px solid transparent;
}
.plistth_nr .plistth_it .plistth_itbox .proni_con .txt {
  margin-top: 0.26rem;
}
.plistth_nr .plistth_it .plistth_itbox .proni_con .txt h3 {
  transition: all 0.4s;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.plistth_nr .plistth_it .plistth_itbox .proni_con .txt p {
  color: #999;
  margin-top: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.plistth_nr .plistth_it .plistth_itbox .g_db {
  margin-top: 0.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.08rem;
  padding: 0.09rem;
}
.plistth_nr .plistth_it .plistth_itbox .g_db.on {
  border: 1px solid #dfdfdf;
}
.plistth_nr .plistth_it .plistth_itbox .g_db.on .db_l i {
  border-color: #e62129;
  background: #e62129;
}
.plistth_nr .plistth_it .plistth_itbox .g_db.on .db_r {
  opacity: 1;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_l {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_l i {
  margin-right: 0.12rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  color: #e62129;
}
@media (max-width: 1199px) {
  .plistth_nr .plistth_it .plistth_itbox .g_db .db_l i {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .plistth_nr .plistth_it .plistth_itbox .g_db .db_l i {
    width: 14px;
    height: 14px;
  }
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_l i svg,
.plistth_nr .plistth_it .plistth_itbox .g_db .db_l i img {
  color: #fff;
  width: 60%;
  height: auto;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_l i svg path,
.plistth_nr .plistth_it .plistth_itbox .g_db .db_l i img path {
  fill: #e62129;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_r {
  opacity: 0;
  transition: all 0.4s;
  width: 66.875%;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_r .layui-form .layui-input:focus,
.plistth_nr .plistth_it .plistth_itbox .g_db .db_r .layui-form .layui-textarea:focus {
  border-color: #e62129 !important;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_r .layui-form .layui-input-block {
  min-height: 22px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .plistth_nr .plistth_it .plistth_itbox .g_db .db_r .layui-form .layui-input-block {
    min-height: 16px;
  }
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_r .layui-form .layui-form-select {
  width: 100%;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_r .layui-form .layui-form-select dl {
  top: 100%;
  bottom: auto;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_r .layui-form .layui-form-select dl dd.layui-this {
  background: #e62129;
  color: #fff;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_r .layui-form .layui-form-select .layui-input {
  height: auto;
  border: none;
  color: #444;
  padding: 0 ;
}
.plistth_nr .plistth_it .plistth_itbox .g_db .db_r .layui-form .layui-form-select .layui-edge {
  transform: rotate(90deg);
  right: 0.1rem;
  background: url(../images/r2.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  border: none;
  margin: 0;
  margin-top: -5px;
}
.toolon {
  background: #f5f5f5;
}
.toolon .box .dowon_nav {
  margin-bottom: 0;
  padding-bottom: 0.22rem;
}
.tooltw {
  padding: 0.26rem 0 1.2rem;
}
.g_filter {
  margin-bottom: 0.4rem;
}
.g_filter .g_filter_it {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding: 0.13rem 0 0.08rem;
}
@media (max-width: 767px) {
  .g_filter .g_filter_it {
    flex-direction: column;
    padding: 0.2rem 0 0.1rem;
  }
}
.g_filter .g_filter_it .g_filter_txt {
  width: 106px;
  flex-shrink: 0;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .g_filter .g_filter_it .g_filter_txt {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.g_filter .g_filter_it .g_filter_txt p {
  font-weight: bold;
}
.g_filter .g_filter_it .g_filter_box {
  display: flex;
  flex-wrap: wrap;
}
.g_filter .g_filter_it .g_filter_box .g_filter_li {
  cursor: pointer;
  margin: 0 0.2rem 0.05rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .g_filter .g_filter_it .g_filter_box .g_filter_li {
    margin: 0 0.2rem 0.1rem 0;
  }
}
.g_filter .g_filter_it .g_filter_box .g_filter_li.on a {
  color: #222;
  border: 1px solid #dfdfdf;
}
.g_filter .g_filter_it .g_filter_box .g_filter_li.on .g_del2 {
  opacity: 1;
}
.g_filter .g_filter_it .g_filter_box .g_filter_li a {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border: 1px solid transparent;
  border-radius: 100px;
  color: #666;
}
@media (max-width: 767px) {
  .g_filter .g_filter_it .g_filter_box .g_filter_li a {
    padding: 3px 11px;
  }
}
.g_filter .g_filter_it .g_filter_box .g_filter_li .g_del2 {
  opacity: 0;
  cursor: pointer;
  /* transform: translate(50%,-50%); */
  position: absolute;
  right: -7px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .g_filter .g_filter_it .g_filter_box .g_filter_li .g_del2 {
    width: 12px;
    height: 12px;
  }
}
.g_filter .g_filter_it .g_filter_box .g_filter_li .g_del2 img,
.g_filter .g_filter_it .g_filter_box .g_filter_li .g_del2 svg {
  width: 37.5%;
}
.g_result {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #f5f5f5;
  margin-bottom: 0.4rem;
  padding: 0.15rem 0.2rem 0.1rem;
}
@media (max-width: 767px) {
  .g_result {
    flex-direction: column;
    padding: 0.3rem 0.2rem 0.2rem;
  }
}
.g_result .gl {
  display: flex;
}
@media (max-width: 767px) {
  .g_result .gl {
    flex-direction: column;
  }
}
.g_result .gl .g_result_txt {
  flex-shrink: 0;
  margin-right: 0.12rem;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .g_result .gl .g_result_txt {
    margin-bottom: 0.1rem;
  }
}
.g_result .gl .g_result_txt p {
  font-weight: bold;
}
.g_result .gl .g_result_box {
  display: flex;
  flex-wrap: wrap;
}
.g_result .gl .g_result_box .g_result_li {
  cursor: pointer;
  margin: 0 0.2rem 0.05rem 0;
  position: relative;
}
.g_result .gl .g_result_box .g_result_li a {
  background: #fff;
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 100px;
  color: #222;
  border: 1px solid #dfdfdf;
}
.g_result .gl .g_result_box .g_result_li .g_del2 {
  cursor: pointer;
  /* transform: translate(50%,-50%); */
  position: absolute;
  right: -7px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .g_result .gl .g_result_box .g_result_li .g_del2 {
    width: 14px;
    height: 14px;
  }
}
.g_result .gl .g_result_box .g_result_li .g_del2 img,
.g_result .gl .g_result_box .g_result_li .g_del2 svg {
  width: 37.5%;
}
.g_result .gr {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.2rem;
  margin-top: 4px;
}
.g_result .gr a {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.g_result .gr a:hover i {
  color: #e62129;
}
.g_result .gr a:hover p {
  color: #e62129;
}
.g_result .gr a i {
  transition: all 0.4s;
  margin-right: 0.11rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: #000;
}
@media (max-width: 767px) {
  .g_result .gr a i {
    width: 12px;
    height: 14px;
  }
}
.g_result .gr a i svg,
.g_result .gr a i img {
  width: 100%;
  height: auto;
}
.g_result .gr a i svg path,
.g_result .gr a i img path {
  fill: #e62129;
}
.g_result .gr a p {
  transition: all 0.4s;
  color: #666;
}
.tooltw_box .public-pager {
  margin-top: 0;
}
.public-layui-form {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
@media (max-width: 767px) {
  .public-layui-form {
    justify-content: space-between;
  }
}
.public-layui-form .layui-input:focus,
.public-layui-form .layui-textarea:focus {
  border-color: #e62129 !important;
}
.public-layui-form .layui-input-block {
  margin-left: 0;
  display: flex;
  align-items: center;
  width: auto;
  border: 1px solid #dfdfdf;
  padding: 0 0.24rem 0 0.2rem;
  border-radius: 5px;
  min-height: 0.44rem;
  margin: 0 0.18rem 0.1rem 0;
  width: 11.28571429%;
}
@media (max-width: 1199px) {
  .public-layui-form .layui-input-block {
    width: 21.42857143%;
  }
}
@media (max-width: 767px) {
  .public-layui-form .layui-input-block {
    width: 48%;
    margin: 0 0 0.1rem 0;
    min-height: 0.7rem;
  }
}
.public-layui-form .layui-input-block:last-child {
  margin-right: 0;
}
.public-layui-form .layui-form-select {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.public-layui-form .layui-form-select dl {
  top: 100%;
  bottom: auto;
}
.public-layui-form .layui-form-select dl dd.layui-this {
  background: #e62129;
  color: #fff;
}
.public-layui-form .layui-form-select .layui-input {
  height: 100%;
  border: none;
  color: #222;
  padding: 0 ;
}
.public-layui-form .layui-form-select .layui-edge {
  right: 0;
  background: url(../images/l.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.g_plc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
/* 服务支持-产品生命周期状态查询 */
.queon {
  padding: 0.75rem 0 1.2rem;
}
.queon .g_tit {
  margin-bottom: 0.38rem;
  text-align: center;
}
.queon .g_tit h2 {
  font-weight: bold;
}
.queon .g_tit p {
  width: 45%;
  margin: 0.2rem auto 0;
  color: #666;
}
@media (max-width: 767px) {
  .queon .g_tit p {
    width: 100%;
  }
}
.queon .g_form {
  margin-bottom: 0.8rem;
}
.queon .g_form .layui-form {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .queon .g_form .layui-form {
    flex-wrap: wrap;
  }
}
.queon .g_form .g_form_l {
  display: flex;
  align-items: center;
  height: 44px;
  border-radius: 0.05rem;
  width: 22.85714286%;
  border: 1px solid #dfdfdf;
}
@media (max-width: 991px) {
  .queon .g_form .g_form_l {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .queon .g_form .g_form_l {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.queon .g_form .g_form_l .p1 {
  flex-shrink: 0;
  margin-left: 20px;
  width: 80px;
}
.queon .g_form .g_form_l .f_select3 {
  width: calc(100% - 100px);
  height: 44px;
  position: relative;
}
.queon .g_form .g_form_l .f_select3 .f_tit {
  display: flex;
  align-items: center;
  /* border-radius: 0.1rem 0.1rem 0 0; */
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
  width: 100%;
  height: 100%;
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .queon .g_form .g_form_l .f_select3 .f_tit {
    padding: 0 0 0.34rem;
  }
}
.queon .g_form .g_form_l .f_select3 .f_tit span {
  display: block;
  padding-right: 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 12px);
}
@media (max-width: 1580px) {
  .queon .g_form .g_form_l .f_select3 .f_tit span {
    width: calc(100% - 10px);
  }
}
.queon .g_form .g_form_l .f_select3 .f_tit .f_icon {
  opacity: 0.8;
  width: 12px;
  height: 8px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .queon .g_form .g_form_l .f_select3 .f_tit .f_icon {
    width: 10px;
    height: 6px;
  }
}
.queon .g_form .g_form_l .f_select3 .f_tit .f_icon img,
.queon .g_form .g_form_l .f_select3 .f_tit .f_icon svg {
  color: #000;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.queon .g_form .g_form_l .f_select3 .f_option {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  z-index: 4;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  border: solid 1px #dfdfdf;
  border-top: none;
  display: none;
  max-height: 6rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* box-shadow: 0.1rem 0.17rem 0.5rem 0px rgba(0, 0, 0, 0.08); */
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .queon .g_form .g_form_l .f_select3 .f_option {
    padding: 0rem 0.36rem;
  }
}
.queon .g_form .g_form_l .f_select3 .f_option > li.on .f_t2 .f_icon {
  transform: rotate(90deg);
}
.queon .g_form .g_form_l .f_select3 .f_option > li .f_t2 {
  cursor: pointer;
  display: flex;
  color: #666666;
  align-items: center;
  padding: 0.06rem 0;
}
@media (max-width: 767px) {
}
.queon .g_form .g_form_l .f_select3 .f_option > li .f_t2 span {
  margin-left: 0.08rem;
  text-align: left;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 7px);
}
@media (max-width: 1580px) {
  .queon .g_form .g_form_l .f_select3 .f_option > li .f_t2 span {
    width: calc(100% - 5px);
  }
}
.queon .g_form .g_form_l .f_select3 .f_option > li .f_t2 .f_icon {
  opacity: 0.8;
  width: 6px;
  height: 9px;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .queon .g_form .g_form_l .f_select3 .f_option > li .f_t2 .f_icon {
    width: 5px;
    height: 8px;
  }
}
.queon .g_form .g_form_l .f_select3 .f_option > li .f_t2 .f_icon img,
.queon .g_form .g_form_l .f_select3 .f_option > li .f_t2 .f_icon svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two {
  display: none;
  padding: 0 0 0 0.15rem;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li.on .sel_two_t .f_icon {
  transform: rotate(90deg);
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_two_t {
  cursor: pointer;
  display: flex;
  color: #666666;
  align-items: center;
  padding: 0.06rem 0;
}
@media (max-width: 767px) {
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_two_t span {
  margin-left: 0.08rem;
  text-align: left;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 7px);
}
@media (max-width: 1580px) {
  .queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_two_t span {
    width: calc(100% - 5px);
  }
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_two_t .f_icon {
  opacity: 0.8;
  width: 6px;
  height: 9px;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* &:before,&:after {
											content: "";
											display: block;
											width: 100%;
											height: 2px;
											background: #666;
										}
										&:after {
											margin-top: -2px;
											transform: rotate(90deg);
										} */
}
@media (max-width: 1580px) {
  .queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_two_t .f_icon {
    width: 5px;
    height: 8px;
  }
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_two_t .f_icon img,
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_two_t .f_icon svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three {
  text-align: left;
  padding: 0 0 0.06rem 0.15rem;
  display: none;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li {
  margin-bottom: 8px;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li.on .sel_three_t .f_icon {
  transform: rotate(90deg);
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li.on .sel_three_t .f_icon:before,
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li.on .sel_three_t .f_icon:after {
  /* background: #000; */
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li.on .sel_three_t .f_icon:after {
  opacity: 0;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li:last-child {
  margin-bottom: 0;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li .sel_three_t {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 2;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li .sel_three_t span {
  color: #999999;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 96%, #e62129 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li .sel_three_t .f_icon {
  color: #666;
  margin-right: 10px;
  opacity: 0.8;
  width: 5px;
  height: 8px;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li .sel_three_t .f_icon {
    width: 4px;
    height: 7px;
  }
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li .sel_three_t .f_icon img,
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li .sel_three_t .f_icon svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li .sel_four {
  display: none;
  padding: 0 0 5px 15px;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li .sel_three .sel_three_li .sel_four span {
  color: #999999;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 96%, #e62129 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
  display: block;
  cursor: pointer;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li:hover .f_t2 {
  color: #000000;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li:hover .f_t2 .f_icon:before,
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li:hover .f_t2 .f_icon:after {
  background: #000;
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li.on .f_t2 {
  /* color: #000000; */
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li.on .f_t2 .f_icon {
  transform: rotate(90deg);
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li.on .f_t2 .f_icon:before,
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li.on .f_t2 .f_icon:after {
  /* background: #000; */
}
.queon .g_form .g_form_l .f_select3 .f_option > li .sel_two .sel_two_li.on .f_t2 .f_icon:after {
  opacity: 0;
}
.queon .g_form .g_form_l .f_select3.on {
  background: #fff;
}
.queon .g_form .g_form_l .f_select3.on .f_tit {
  border: 1px solid #dfdfdf;
  border-bottom: none;
}
.queon .g_form .g_form_l .f_select3.on .f_tit .f_icon {
  transform: rotate(-90deg);
}
.queon .g_form .g_inp {
  width: 22.85714286%;
  margin-left: 0.2rem;
}
@media (max-width: 991px) {
  .queon .g_form .g_inp {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .queon .g_form .g_inp {
    margin-left: 0;
    width: calc(76% - 0.1rem);
  }
}
.queon .g_form .g_inp input {
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 44px;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
}
.queon .g_form button {
  width: 8.57142857%;
  margin-left: 0.1rem;
  background: #e62129;
  color: #fff;
  border-radius: 0.05rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .queon .g_form button {
    width: 24%;
  }
}
.queon .g_form button:hover {
  opacity: 0.8;
}
.queon .box .g_t {
  font-weight: bold;
  margin-bottom: 0.1rem;
  border-bottom: 2px solid #e62129;
  background: #fafafa;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .queon .box .g_t {
    align-items: flex-start;
    flex-direction: column;
  }
}
.queon .box .g_t .gl {
  width: 21.42857143%;
  padding: 0.2rem;
}
@media (max-width: 767px) {
  .queon .box .g_t .gl {
    width: 100%;
    padding: 0.2rem 0.2rem 0;
  }
}
.queon .box .g_t .gr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78.57142857%;
  padding: 0.2rem;
}
@media (max-width: 767px) {
  .queon .box .g_t .gr {
    width: 100%;
  }
}
.queon .box .g_t .gr .g_dow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 25.58139535%;
}
@media (max-width: 991px) {
  .queon .box .g_t .gr .g_dow {
    width: 45%;
  }
}
.queon .box .g_t .gr .g_dow a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  margin: 0 0 0 0.1rem;
  padding: 0.03rem 0.2rem;
  border: 1px solid #e62129;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .queon .box .g_t .gr .g_dow a {
    font-size: 12px;
  }
}
.queon .box .g_t .gr .g_dow a:hover {
  opacity: 0.8;
}
.queon .box .g_t .gr .g_dow a i {
  margin-right: 0.06rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #e62129;
}
@media (max-width: 1199px) {
  .queon .box .g_t .gr .g_dow a i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .queon .box .g_t .gr .g_dow a i {
    width: 0.26rem;
  }
}
.queon .box .g_t .gr .g_dow a i svg,
.queon .box .g_t .gr .g_dow a i img {
  width: 100%;
  height: auto;
}
.queon .box .g_t .gr .g_dow a i svg path,
.queon .box .g_t .gr .g_dow a i img path {
  fill: #e62129;
}
.queon .box .g_t .gr .g_dow a p {
  white-space: nowrap;
}
.queon .box .g_t .gr .g_dow .a1 {
  color: #e62129;
}
.queon .box .g_t .gr .g_dow .a2 {
  color: #fff;
  background: #e62129;
}
.queon .box .g_t .gr .g_dow .a2 i {
  color: #fff;
}
.queon .box .g_b .item {
  background: #fafafa;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .queon .box .g_b .item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.queon .box .g_b .item:nth-child(2n) {
  background: #fff;
}
.queon .box .g_b .item .p1 {
  width: 21.42857143%;
  padding: 0.2rem;
}
@media (max-width: 767px) {
  .queon .box .g_b .item .p1 {
    width: 100%;
    padding: 0.2rem 0.2rem 0;
  }
}
.queon .box .g_b .item .p2 {
  width: 78.57142857%;
  padding: 0.2rem;
  color: #666;
}
@media (max-width: 767px) {
  .queon .box .g_b .item .p2 {
    width: 100%;
  }
}
/* 服务支持-官方授权渠道查询 */
.offon .g_form .g_inp {
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .offon .g_form .g_inp {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-left: 0;
  }
}
.offon .g_form button {
  /* width: 100%; */
  height: 44px;
}
@media (max-width: 767px) {
  .offon .g_form button {
    width: 100%;
  }
}
.offon .offon_box {
  padding: 0 1.95rem;
}
@media (max-width: 1199px) {
  .offon .offon_box {
    padding: 0;
  }
}
.offon .offon_box .img1 {
  position: absolute;
  width: 0.91rem;
  height: auto;
  top: -0.35rem;
  left: -0.32rem;
}
@media (max-width: 767px) {
  .offon .offon_box .img1 {
    top: -0.55rem;
  }
}
.offon .offon_box .offon_con {
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 4px;
}
.offon .offon_box .offon_con .item {
  background: #fff;
  min-height: 0.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .offon .offon_box .offon_con .item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.offon .offon_box .offon_con .item:nth-child(2n) {
  background: #fafafa;
}
.offon .offon_box .offon_con .item .p1 {
  width: 18.4%;
  padding: 0.2rem 0.2rem 0.2rem 0.58rem;
}
@media (max-width: 767px) {
  .offon .offon_box .offon_con .item .p1 {
    width: 100%;
    padding: 0.2rem 0.2rem 0;
  }
}
.offon .offon_box .offon_con .item .p2 {
  width: 81.6%;
  padding: 0.2rem;
}
@media (max-width: 767px) {
  .offon .offon_box .offon_con .item .p2 {
    width: 100%;
  }
}
.offon .offon_box .offon_con .item .span1 {
  font-weight: bold;
}
.offon .offon_box .offon_con .item .span2 {
  font-weight: bold;
  color: #e62129;
}
/* 下载中心 */
.sdowon {
  background: #f5f5f5;
}
.sdowon .box {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0 0;
}
@media (max-width: 767px) {
  .sdowon .box {
    flex-direction: column;
  }
}
.sdowon .box h2 {
  font-weight: 900;
}
.sdowon .box .txt {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.1rem;
  max-width: 4rem;
}
@media (max-width: 767px) {
  .sdowon .box .txt {
    width: 100%;
    max-width: 100%;
    margin-top: 0.3rem;
  }
}
.sdowon .sdowon_box {
  padding: 0.75rem 0 0.2rem;
}
@media (max-width: 767px) {
  .sdowon .sdowon_box {
    padding: 0.35rem 0 0.2rem;
  }
}
.sdowon .sdowon_box .layui-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sdowon .sdowon_box .g_sel {
  width: calc((100% - 1.2rem)/4);
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  height: 44px;
  margin: 0 0.4rem 0.2rem 0;
}
.sdowon .sdowon_box .g_sel:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .sdowon .sdowon_box .g_sel:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .sdowon .sdowon_box .g_sel {
    width: calc((100% - 0.4rem)/2);
  }
}
@media (max-width: 767px) {
  .sdowon .sdowon_box .g_sel {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
}
.sdowon .sdowon_box .g_sel .p1 {
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.sdowon .sdowon_box .g_sel .layui-input:focus,
.sdowon .sdowon_box .g_sel .layui-textarea:focus {
  border-color: #e62129 !important;
}
.sdowon .sdowon_box .g_sel .layui-input-block {
  margin-left: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.sdowon .sdowon_box .g_sel .layui-form-select {
  height: 100%;
  width: 100%;
}
.sdowon .sdowon_box .g_sel .layui-form-select dl {
  top: 100%;
  bottom: auto;
}
.sdowon .sdowon_box .g_sel .layui-form-select dl dd.layui-this {
  background: #e62129;
  color: #fff;
}
.sdowon .sdowon_box .g_sel .layui-form-select .layui-input {
  height: 100%;
  border: none;
  color: #444;
  padding: 0 ;
}
.sdowon .sdowon_box .g_sel .layui-form-select .layui-edge {
  right: 0;
  background: url(../images/l.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.ser_dowon {
  padding: 0.07rem 0 1.3rem;
}
@media (max-width: 767px) {
  .ser_dowon {
    padding: 0.3rem 0 1.3rem;
  }
}
.ser_dowon .dow_dow {
  border-top: 1px solid #dfdfdf;
  padding: 0.07rem 0 0;
}
.ser_dowon .dow_dow .dow_dow_t {
  padding-bottom: 0.18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ser_dowon .dow_dow .dow_dow_t .gl .g_kig {
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0.1rem 0.22rem;
}
.ser_dowon .dow_dow .dow_dow_t .gl .g_kig.on .g_kig_box {
  background: #e62129;
  border: 2px solid #e62129;
}
.ser_dowon .dow_dow .dow_dow_t .gl .g_kig.on .g_kig_box i {
  background: #fff;
  transform: translateX(8px);
}
.ser_dowon .dow_dow .dow_dow_t .gl .g_kig.on p {
  color: #e62129;
}
.ser_dowon .dow_dow .dow_dow_t .gl .g_kig .g_kig_box {
  display: flex;
  align-items: center;
  width: 24px;
  height: 16px;
  border-radius: 100px;
  padding: 3px 2px;
  background: #fff;
  border: 2px solid #999999;
}
.ser_dowon .dow_dow .dow_dow_t .gl .g_kig .g_kig_box i {
  transition: all 0.2s;
  display: inline-flex;
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 50%;
}
.ser_dowon .dow_dow .dow_dow_t .gl .g_kig p {
  color: #222;
  margin-left: 0.12rem;
}
@media (max-width: 767px) {
  .ser_dowon .dow_dow .dow_dow_t .gl .g_kig p {
    font-size: 12px;
  }
}
.ser_dowon .dow_dow .dow_dow_t .gr a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  margin: 0 0 0 0.1rem;
  padding: 0.03rem 0.2rem;
  height: 44px;
  border: 1px solid #e62129;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ser_dowon .dow_dow .dow_dow_t .gr a {
    font-size: 12px;
    height: 40px;
  }
}
.ser_dowon .dow_dow .dow_dow_t .gr a:hover {
  opacity: 0.8;
}
.ser_dowon .dow_dow .dow_dow_t .gr a i {
  margin-right: 0.06rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #e62129;
}
@media (max-width: 1199px) {
  .ser_dowon .dow_dow .dow_dow_t .gr a i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .ser_dowon .dow_dow .dow_dow_t .gr a i {
    width: 0.26rem;
  }
}
.ser_dowon .dow_dow .dow_dow_t .gr a i svg,
.ser_dowon .dow_dow .dow_dow_t .gr a i img {
  width: 100%;
  height: auto;
}
.ser_dowon .dow_dow .dow_dow_t .gr a i svg path,
.ser_dowon .dow_dow .dow_dow_t .gr a i img path {
  fill: #e62129;
}
.ser_dowon .dow_dow .dow_dow_t .gr a p {
  white-space: nowrap;
}
.ser_dowon .dow_dow .dow_dow_t .gr .a2 {
  color: #e62129;
}
/* 关于步科 人才招聘 */
.join_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.join_banner .g_bag:before {
  padding-top: 44.79166667%;
}
@media (max-width: 991px) {
  .join_banner .g_bag:before {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .join_banner .g_bag:before {
    padding-top: 93.33333333%;
  }
}
.join_banner .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 2.5rem;
  z-index: 2;
}
.join_banner .cont .font {
  text-align: center;
  color: #fff;
}
.join_banner .cont .font .f_tit {
  font-weight: bold;
  line-height: 1.2;
}
.join_banner .cont .font .f_tit span {
  color: #e62129;
}
.join_banner .cont .g_a {
  margin-top: 0.55rem;
  text-align: center;
}
.join_banner .cont .g_a a {
  margin: 0 0.06rem;
}
.g_pubbtn {
  border-radius: 100px;
  height: 0.44rem;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .g_pubbtn {
    height: 0.8rem;
  }
}
.g_pubbtn2 {
  border-radius: 100px;
  height: 0.44rem;
  padding: 0 0.4rem;
  background: #fff;
}
@media (max-width: 991px) {
  .g_pubbtn2 {
    height: 0.8rem;
  }
}
.g_pubbtn2 span {
  color: #222;
}
.g_pubbtn2 i {
  color: #222;
}
.joinon {
  margin: 1.2rem 0;
}
.joinon .box {
  margin-top: 2.15rem;
  display: flex;
}
.joinon .box .public-img {
  width: 25%;
}
.joinon .box .public-img:before {
  padding-top: 133.42857143%;
}
.joinon .box .img1 {
  transform: translateY(-1.6rem);
}
.joinon .box .img3 {
  transform: translateY(-1rem);
}
.jointw {
  margin: 1.2rem 0;
}
.jointw .box {
  margin-top: 0.55rem;
}
.jointh {
  position: relative;
}
.jointh .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jointh .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jointh .box {
  position: relative;
  z-index: 10;
  padding: 1.2rem 0 0.7rem;
}
@media (max-width: 767px) {
  .jointh .box {
    padding: 1.2rem 0 0.1rem;
  }
}
.jointh .box .g-title h2 {
  color: #fff;
}
.jointh .box .jointh_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.35rem;
  position: relative;
}
@media (max-width: 767px) {
  .jointh .box .jointh_box {
    margin: 0;
  }
}
.jointh .box .jointh_box .item {
  width: 50%;
  color: #fff;
  padding: 1.1rem 1.4rem;
  text-align: center;
}
@media (max-width: 991px) {
  .jointh .box .jointh_box .item {
    padding: 1.1rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .jointh .box .jointh_box .item {
    padding: 1.1rem 0.1rem;
  }
}
.jointh .box .jointh_box .item p {
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .jointh .box .jointh_box .item p {
    font-size: 12px;
  }
}
.jointh .box .jointh_box .jointh_posi {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  position: absolute;
  width: 100%;
}
.jointh .box .jointh_box .jointh_posi::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
}
.jointh .box .jointh_box .jointh_posi .g_more {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  position: absolute;
}
.jointh .box .jointh_box .jointh_posi .g_more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background: #e62129;
  transform: translate(-50%, -50%);
  animation: moveq 2s infinite linear;
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  z-index: 10;
}
@media (max-width: 1580px) {
  .jointh .box .jointh_box .jointh_posi .g_more .g_more_box {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .jointh .box .jointh_box .jointh_posi .g_more .g_more_box {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #e62129;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box:hover::before {
  transform: translate(-50%, -50%) scale(0.9);
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box:hover a .x-gm {
  transform: translate(-50%, -50%) scale(0.9);
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box a .x-gm {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem;
  transition: all 0.4s;
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box a .x-gm img {
  width: 100%;
  height: 100%;
  animation: txtRun 10s linear forwards infinite;
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box a .x-txts {
  display: flex;
  position: relative;
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box a .x-txts span {
  color: #fff;
  line-height: 1.22;
  font-weight: bold;
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box a .x-txts i {
  position: absolute;
  left: calc(100% + 3px);
  top: -3px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.jointh .box .jointh_box .jointh_posi .g_more .g_more_box a .x-txts i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
.joinfo {
  padding: 1.2rem 0;
  overflow: hidden;
}
.joinfo .box {
  width: 50%;
  margin: 0.65rem auto 0;
}
@media (max-width: 767px) {
  .joinfo .box {
    width: 100%;
  }
}
.joinfo .box .swiper {
  overflow: initial;
}
.joinfo .box .swiper img {
  object-fit: contain;
}
.joinfo .box .swiper .sli1 .img1 {
  width: 44%;
}
.joinfo .box .swiper .sli1 .img2 {
  position: absolute;
  top: 2.54rem;
  left: 2.3rem;
  width: 66.42857143%;
}
.joinfo .box .swiper .sli2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.joinfo .box .swiper .sli2 .img1 {
  width: 21.42857143%;
}
@media (max-width: 767px) {
  .joinfo .box .swiper .sli2 .img1 {
    width: 28.57142857%;
  }
}
.joinfo .box .swiper .sli2 .img2 {
  width: 34.71428571%;
  margin: 1.7rem 0 0 0.4rem;
}
@media (max-width: 767px) {
  .joinfo .box .swiper .sli2 .img2 {
    width: 41.42857143%;
  }
}
.joinfo .box .swiper .sli3 .img {
  padding: 0 1rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.joinfo .box .swiper .sli3 .img1 {
  width: 30.71428571%;
}
@media (max-width: 767px) {
  .joinfo .box .swiper .sli3 .img1 {
    width: 45%;
  }
}
.joinfo .box .swiper .sli3 .img2 {
  width: 63.85714286%;
  margin: 0.72rem 1.41rem 0 0;
}
@media (max-width: 767px) {
  .joinfo .box .swiper .sli3 .img2 {
    width: 78.14285714%;
  }
}
.joinfi {
  position: relative;
}
.joinfi .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.joinfi .box {
  position: relative;
  z-index: 10;
  min-height: 9.7rem;
  padding: 1.2rem 0 0;
}
.joinfi .box .g_tit {
  text-align: center;
}
.joinfi .box .g_tit .p1 {
  font-weight: 900;
}
.joinfi .box .g_tit .p2 {
  margin-top: 0.2rem;
  font-weight: 900;
  background-image: linear-gradient(to right, #f26907 0%, #e62129 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.joinfi .box .g_tit .p3 {
  margin-top: 0.25rem;
}
.joinfi .box .g_a {
  margin-top: 0.6rem;
  text-align: center;
}
.joinfi .box .g_a a {
  margin: 0 6px;
}
/* 质量保障 */
.g-public-nav {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
.g-public-nav .container .swiper .swiper-slide {
  width: auto;
  margin-right: 0.24rem;
  line-height: 60px;
}
.g-public-nav .container .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.g-public-nav .container .swiper .swiper-slide .c-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  padding: 0 0.16rem;
  transition: all 0.4s;
  font-weight: bold;
}
.g-public-nav .container .swiper .swiper-slide .c-text::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0%;
  border-top: 3px solid #e62129;
  transition: all 0.4s;
}
.g-public-nav .container .swiper .swiper-slide.on .c-text,
.g-public-nav .container .swiper .swiper-slide:hover .c-text {
  color: #222;
}
.g-public-nav .container .swiper .swiper-slide.on .c-text::before,
.g-public-nav .container .swiper .swiper-slide:hover .c-text::before {
  width: 100%;
  left: 0;
}
.g-public-nav .container .swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eee;
  border-radius: 0;
}
.g-public-nav .container .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #e62129;
}
.quaon {
  min-height: 9.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
@media (max-width: 1580px) {
  .quaon {
    min-height: 11.7rem;
  }
}
@media (max-width: 1199px) {
  .quaon {
    min-height: 8.7rem;
  }
}
@media (max-width: 767px) {
  .quaon {
    min-height: initial;
  }
}
.quaon .box {
  position: relative;
}
.quaon .box .imgbj {
  position: absolute;
  width: 60.78571429%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .quaon .box .imgbj {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .quaon .box .imgbj {
    width: 100%;
  }
}
.quaon .box .txt {
  position: relative;
  z-index: 10;
  width: 57.14285714%;
  margin: auto;
  padding-bottom: 1rem;
}
@media (max-width: 1199px) {
  .quaon .box .txt {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .quaon .box .txt {
    padding: 1.8rem 0;
    width: 100%;
  }
}
.quaon .box .txt .g-title span {
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 0.08rem;
}
.quaon .box .txt .g-title h2 {
  color: #e62129;
}
.quaon .box .txt .g_p {
  margin-top: 0.28rem;
  text-align: center;
}
.quaon .box .txt .g_p p span {
  color: #e62129;
}
.quatw {
  margin: 1.2rem 0 0.6rem;
}
.quatw .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
  margin-top: 0.58rem;
}
@media (max-width: 767px) {
  .quatw .box {
    margin: 0.6rem 0 0;
  }
}
.quatw .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.6rem;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .quatw .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .quatw .box .item {
    width: 100%;
    padding: 0;
  }
}
.quatw .box .item .itembox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.quatw .box .item .itembox:hover .public-img img {
  opacity: 1;
}
.quatw .box .item .itembox:hover .g_con .g_t h3 {
  color: #fff;
}
.quatw .box .item .itembox:hover .g_con .g_t p {
  color: #fff;
}
.quatw .box .item .itembox:hover .g_con .g_b i {
  opacity: 0;
}
.quatw .box .item .itembox:hover .g_con .g_b .r_logo .img1 {
  display: none;
}
.quatw .box .item .itembox:hover .g_con .g_b .r_logo .img2 {
  display: block;
}
.quatw .box .item .itembox .public-img {
  background: #f5f5f5;
}
.quatw .box .item .itembox .public-img:before {
  padding-top: 107.51173709%;
}
.quatw .box .item .itembox .public-img img {
  opacity: 0;
}
.quatw .box .item .itembox .g_con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.46rem 0.38rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.quatw .box .item .itembox .g_con .g_t h3 {
  color: #999;
}
.quatw .box .item .itembox .g_con .g_t p {
  font-weight: bold;
  margin-top: 0.2rem;
  line-height: 1.1;
}
.quatw .box .item .itembox .g_con .g_t p span {
  color: #e62129;
}
.quatw .box .item .itembox .g_con .g_b {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.quatw .box .item .itembox .g_con .g_b i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: auto;
  color: #e62129;
}
@media (max-width: 767px) {
  .quatw .box .item .itembox .g_con .g_b i {
    width: 0.7rem;
  }
}
.quatw .box .item .itembox .g_con .g_b i svg,
.quatw .box .item .itembox .g_con .g_b i img {
  width: 100%;
  height: auto;
}
.quatw .box .item .itembox .g_con .g_b i svg path,
.quatw .box .item .itembox .g_con .g_b i img path {
  fill: #e62129;
}
.quatw .box .item .itembox .g_con .g_b .r_logo {
  display: flex;
}
.quatw .box .item .itembox .g_con .g_b .r_logo .img2 {
  display: none;
}
.quath {
  margin: 1.2rem 0;
}
.quath .g-title p {
  width: 100%;
}
.quath .box {
  margin-top: 0.4rem;
}
.quath .box img {
  width: 94.79166667%;
  margin: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .quath .box img {
    width: 90%;
  }
}
.quafo {
  margin: 1.2rem 0;
}
.swi_pubbox {
  position: relative;
  margin-top: 0.6rem;
}
.swi_pubbox .swiper .quafo_box .img {
  border: 1px solid #dfdfdf;
  padding: 0.05rem 0.1rem;
}
.swi_pubbox .swiper .quafo_box .img .public-img:before {
  padding-top: 140.90909091%;
}
.swi_pubbox .swiper .quafo_box .txt {
  padding-top: 0.16rem;
  width: 100%;
}
.swi_pubbox .swiper .quafo_box .txt h3 {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swi_pubbox .swiper-pager .prev {
  position: absolute;
  left: -0.9rem;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1199px) {
  .swi_pubbox .swiper-pager .prev {
    left: -0.3rem;
  }
}
@media (max-width: 991px) {
  .swi_pubbox .swiper-pager .prev {
    display: none;
  }
}
.swi_pubbox .swiper-pager .next {
  position: absolute;
  right: -0.9rem;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1199px) {
  .swi_pubbox .swiper-pager .next {
    right: -0.3rem;
  }
}
@media (max-width: 991px) {
  .swi_pubbox .swiper-pager .next {
    display: none;
  }
}
.quafi {
  margin: 1.2rem 0 0;
  padding: 0 0 1.52rem;
  position: relative;
}
.quafi::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: #f5f5f5;
  bottom: 0;
  z-index: -1;
}
.quafi .box {
  margin-top: 0.55rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .quafi .box {
    flex-direction: column;
  }
}
.quafi .box .gl {
  display: flex;
  flex-wrap: wrap;
  width: 44.28571429%;
}
@media (max-width: 767px) {
  .quafi .box .gl {
    width: 100%;
  }
}
.quafi .box .gl .public-img {
  width: calc(50% - 0.1rem);
  margin: 0 0.1rem 0.1rem 0;
}
.quafi .box .gl .public-img:nth-child(2n) {
  transform: translateY(0.42rem);
}
.quafi .box .gr {
  padding: 1.55rem 0 0;
  width: 39.28571429%;
}
@media (max-width: 767px) {
  .quafi .box .gr {
    width: 100%;
  }
}
.quafi .box .gr h3 {
  line-height: 1.2;
  font-weight: bold;
  color: #e62129;
}
.quafi .box .gr p {
  line-height: 1.75;
  margin-top: 0.25rem;
}
.quasi {
  margin: 1.2rem 0 0.4rem;
  overflow: hidden;
}
.quasi .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
  margin-top: 0.56rem;
}
@media (max-width: 767px) {
  .quasi .box {
    margin: 0.6rem auto 0;
    width: 90%;
  }
}
.quasi .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.6rem;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .quasi .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .quasi .box .item {
    width: 100%;
    padding: 0;
  }
}
.quasi .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.quasi .box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.quasi .box .item .itembox .public-img:before {
  padding-top: 70%;
}
.quasi .box .item .itembox .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 0.2rem 0.31rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.quasi .box .item .itembox .txt h3 {
  font-weight: bold;
}
.quase {
  padding: 1.15rem 0;
}
.quase .g_t {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .quase .g_t {
    flex-direction: column;
  }
}
.quase .g_t .g-title p {
  min-width: 7.8rem;
}
@media (max-width: 767px) {
  .quase .g_t .g-title p {
    min-width: 100%;
  }
}
.quase .g_t .swiper-pager {
  width: auto;
}
@media (max-width: 767px) {
  .quase .g_t .swiper-pager {
    display: none;
  }
}
.quase .g_t .swiper-pager .swiper-btn {
  background: none;
}
.quase .box {
  overflow: hidden;
  margin-top: 0.55rem;
}
.quase .box .swiper {
  overflow: initial;
}
.quase .box .swiper .swiper-slide {
  width: auto;
}
.quase .box .swiper .quase_con {
  max-width: 6rem;
}
@media (max-width: 767px) {
  .quase .box .swiper .quase_con {
    max-width: 4rem;
  }
}
.quase .box .swiper .quase_con:hover .img img {
  transform: scale(1.05);
}
.quase .box .swiper .quase_con .img {
  transition: all 0.4s;
  overflow: hidden;
}
.quase .box .swiper .quase_con .img img {
  transition: all 0.4s;
}
.quase .box .swiper .quase_con .txt {
  padding-left: 0.1rem;
  margin-top: 0.26rem;
}
.quase .box .swiper .quase_con .txt h3 {
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.quase .box .swiper .quase_con .txt p {
  font-weight: bold;
  margin-top: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 环保预案 */
.g_other .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.76rem 0 0.56rem;
}
@media (max-width: 767px) {
  .g_other .box {
    flex-direction: column;
  }
}
.g_other .box h2 {
  font-weight: 900;
}
.g_other .box .txt {
  max-width: 50%;
}
@media (max-width: 767px) {
  .g_other .box .txt {
    max-width: initial;
    width: 100%;
    margin-top: 0.3rem;
    text-align: center;
  }
}
.g_other .box .txt p {
  color: #666;
  font-weight: bold;
}
.g_other_box {
  padding: 0.55rem 0 1rem;
  background: #f5f5f5;
}
.g_other_box .public-content {
  color: #222;
}
.g_other_box .public-content h3 {
  font-weight: bold;
}
.g_other_box .public-content h4 {
  font-weight: bold;
}
.g_other_box .public-content p {
  color: #666;
}
/* 关于步科 */
.about_ban .cont {
  height: 100%;
}
.about_ban .cont .container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_ban .cont .font p {
  margin-top: 0.2rem;
}
.about_ban .cont .ban_vid {
  border: 3px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0.4rem;
  width: 2.6rem;
  height: auto;
}
.about_ban .cont .ban_vid .public-img:before {
  padding-top: 69.23076923%;
}
.about_ban .cont .ban_vid .video_on {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: auto;
  z-index: 10;
}
.about_ban .cont .ban_vid .video_on img,
.about_ban .cont .ban_vid .video_on svg {
  width: 100%;
  height: auto;
}
.aboon {
  padding: 1.2rem 0 0.8rem;
}
.aboon .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboon .box {
    flex-direction: column;
  }
}
.aboon .box .gl {
  width: 47.85714286%;
}
@media (max-width: 767px) {
  .aboon .box .gl {
    width: 100%;
  }
}
.aboon .box .gl .item {
  margin-bottom: 0.66rem;
}
.aboon .box .gl .item:last-child {
  margin-bottom: 0;
}
.aboon .box .gl .item .p1 {
  font-weight: bold;
}
.aboon .box .gl .item .p2 {
  margin-top: 0.18rem;
  color: #666;
}
.aboon .box .gr {
  width: 40%;
}
@media (max-width: 767px) {
  .aboon .box .gr {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.aboon .box .gr .item {
  padding: 0.36rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.aboon .box .gr .item .item_t {
  color: #e62129;
  align-items: flex-start;
  display: flex;
}
.aboon .box .gr .item .item_t p {
  line-height: 1;
  font-weight: 900;
}
.aboon .box .gr .item .item_t span {
  margin-left: 0.1rem;
  margin-top: 0.08rem;
  font-weight: bold;
  line-height: 1;
}
.aboon .box .gr .item .item_t .font30 {
  margin-top: -2px;
}
.aboon .box .gr .item .item_b {
  margin-top: 0.1rem;
}
.abotw {
  padding: 1.2rem 0 0.6rem;
  background: #f5f5f5;
}
.abotw .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .abotw .box {
    margin: 0.5rem 0 0;
  }
}
.abotw .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.6rem;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .abotw .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .abotw .box .item {
    width: 100%;
    padding: 0;
  }
}
.abotw .box .item .itembox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0.46rem 0.4rem 0.4rem;
}
.abotw .box .item .itembox .txt {
  padding-right: 0.45rem;
}
.abotw .box .item .itembox .txt h3 {
  color: #e62129;
}
.abotw .box .item .itembox .txt p {
  margin-top: 0.16rem;
  font-weight: bold;
}
.abotw .box .item .itembox .txt p span {
  color: #e62129;
}
.abotw .box .item .itembox .img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.6rem;
}
.abotw .box .item .itembox .img i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e62129;
}
.abotw .box .item .itembox .img i svg,
.abotw .box .item .itembox .img i img {
  width: auto;
  height: 2rem;
}
.abotw .box .item .itembox .img i svg path,
.abotw .box .item .itembox .img i img path {
  fill: #e62129;
}
.abotw .box .item .itembox .img .g_logo {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.abotw .box .item .itembox .img .g_logo img {
  width: 0.56rem;
}
.aboth {
  padding: 1.2rem 0 0.6rem;
  background: #fff;
}
.aboth .g-title p {
  width: 92%;
  color: #666;
}
@media (max-width: 767px) {
  .aboth .g-title p {
    width: 100%;
  }
}
.aboth .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .aboth .box {
    margin: 0.5rem 0 0;
  }
}
.aboth .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.6rem;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .aboth .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .aboth .box .item {
    width: 100%;
    padding: 0;
  }
}
.aboth .box .item .itembox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  padding: 0.62rem 0.35rem 0.65rem;
  text-align: center;
}
.aboth .box .item .itembox .p1 {
  font-weight: 900;
  color: #e62129;
  line-height: 0.8;
}
.aboth .box .item .itembox h3 {
  font-weight: bold;
  margin-top: 0.38rem;
}
.aboth .box .item .itembox .p2 {
  margin-top: 0.36rem;
  color: #666;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .aboth .box .item .itembox .p2 {
    line-height: 1.5;
  }
}
.abofo {
  background: #f5f5f5;
  padding: 1.2rem 0;
}
.abofo .box {
  position: relative;
  padding: 0 0.85rem;
  margin-top: 0.33rem;
}
@media (max-width: 991px) {
  .abofo .box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .abofo .box {
    margin-top: 0.6rem;
  }
}
.abofo .box .gallery-thumbs {
  z-index: 10;
  padding: 74px 0;
  height: 456px;
}
@media (max-width: 1199px) {
  .abofo .box .gallery-thumbs {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .abofo .box .gallery-thumbs {
    height: auto;
    padding: 34px 0;
  }
}
@media (max-width: 767px) {
  .abofo .box .gallery-thumbs {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .abofo .box .gallery-thumbs .swiper-slide-active .abofo_box {
    width: 118%;
    height: 456px;
    margin: -74px 0 0 -9%;
  }
  .abofo .box .gallery-thumbs .swiper-slide-active .abofo_box .txt .g_p p {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .abofo .box .gallery-thumbs .swiper-slide-active .abofo_box {
    height: 380px;
  }
}
.abofo .box .gallery-thumbs .abofo_box {
  background: #fff;
  border: 1px solid #e6e6e6;
  height: 308px;
  padding: 0.45rem 0.32rem 0.38rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .abofo .box .gallery-thumbs .abofo_box {
    height: 300px;
  }
}
.abofo .box .gallery-thumbs .abofo_box .txt .tit p {
  line-height: 0.8;
  color: #e62129;
}
.abofo .box .gallery-thumbs .abofo_box .txt .tit h3 {
  margin-top: 0.1rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.abofo .box .gallery-thumbs .abofo_box .txt .g_p {
  margin-top: 0.18rem;
  overflow: auto;
  max-height: 216px;
}
@media (max-width: 1199px) {
  .abofo .box .gallery-thumbs .abofo_box .txt .g_p {
    max-height: 200px;
  }
}
@media (max-width: 991px) {
  .abofo .box .gallery-thumbs .abofo_box .txt .g_p {
    max-height: 140px;
  }
}
@media (max-width: 767px) {
  .abofo .box .gallery-thumbs .abofo_box .txt .g_p {
    max-height: 160px;
  }
}
.abofo .box .gallery-thumbs .abofo_box .txt .g_p p {
  color: #666;
  line-height: 2.25;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: none;
}
@media (max-width: 991px) {
  .abofo .box .gallery-thumbs .abofo_box .txt .g_p p {
    display: -webkit-box;
  }
}
.abofo .box .gallery-thumbs .abofo_box .txt .g_p p:first-child {
  display: -webkit-box;
}
.abofo .box .gallery-thumbs .abofo_box .txt .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e62129;
  left: 0;
  top: 15px;
}
@media (max-width: 1580px) {
  .abofo .box .gallery-thumbs .abofo_box .txt .g_p p:after {
    top: 12px;
    width: 5px;
    height: 5px;
  }
}
.abofo .box .gallery-thumbs .abofo_box .g_logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.abofo .box .gallery-thumbs .abofo_box .g_logo img {
  width: 0.56rem;
}
.abofo .box .swiper-pager .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1199px) {
  .abofo .box .swiper-pager .prev {
    left: -0.3rem;
  }
}
@media (max-width: 991px) {
  .abofo .box .swiper-pager .prev {
    display: none;
  }
}
.abofo .box .swiper-pager .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1199px) {
  .abofo .box .swiper-pager .next {
    right: -0.3rem;
  }
}
@media (max-width: 991px) {
  .abofo .box .swiper-pager .next {
    display: none;
  }
}
.abofo .box .imgbj {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 68.78571429%;
}
.abofo .abofo_b {
  text-align: center;
  margin-top: 0.68rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .abofo .abofo_b img {
    height: 16px;
    object-fit: cover;
  }
}
.abofo .abofo_b .gallery-top {
  margin-top: 0.15rem;
  width: 83.75%;
}
.abofo .abofo_b .gallery-top .swiper-slide {
  cursor: pointer;
}
.abofo .abofo_b .gallery-top .swiper-slide-active {
  color: #e62129;
}
.abofo .abofo_b .gallery-top p {
  transition: all 0.4s;
  font-weight: bold;
}
.abofi {
  padding: 1.2rem 0 1.15rem;
}
.abofi .container {
  position: relative;
}
.abofi .abofi_t {
  padding: 0.23rem 0 0;
}
@media (max-width: 767px) {
  .abofi .abofi_t {
    padding: 0;
  }
}
.abofi .abofi_t_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media (max-width: 767px) {
  .abofi .abofi_t_box {
    position: initial;
  }
}
.abofi .abofi_t_box .tit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .abofi .abofi_t_box .tit {
    flex-direction: column;
  }
}
.abofi .abofi_t_box .tit ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .abofi .abofi_t_box .tit ul {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.abofi .abofi_t_box .tit ul li {
  margin-left: 1.25rem;
  display: flex;
  width: auto;
}
@media (max-width: 767px) {
  .abofi .abofi_t_box .tit ul li {
    margin: 0 0.2rem 0 0;
  }
}
.abofi .abofi_t_box .tit ul li .g-box {
  display: block;
  width: 100%;
}
.abofi .abofi_t_box .tit ul li .g-box .g-sp {
  color: #e62129;
  display: flex;
}
.abofi .abofi_t_box .tit ul li .g-box .g-sp span {
  font-weight: bold;
  line-height: 1;
}
.abofi .abofi_t_box .tit ul li .g-box .g-sp i {
  font-style: initial;
  display: inline-block;
  margin-left: 0.1rem;
}
.abofi .abofi_t_box .tit ul li .g-box .g-pp {
  color: #666666;
  margin-top: 0.08rem;
}
.abofi .x-x {
  width: 91.42857143%;
  margin: auto;
}
@media (max-width: 767px) {
  .abofi .x-x {
    width: 100%;
    margin: 0.5rem 0 0;
  }
}
.abofi .x-x .public-img {
  overflow: initial;
}
.abofi .x-x .public-img::before {
  padding-top: 64.91712707%;
}
.abofi .x-x .x-aa {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.abofi .x-x .x-aa.on .x-box .x-tz1 {
  transform: translate(-50%, -50%) scale(1);
}
.abofi .x-x .x-aa.on .x-box .x-i i:nth-child(1)::before {
  transform: translate(-50%, -50%) scale(1);
}
.abofi .x-x .x-aa.on .x-box .x-i i:nth-child(2) {
  animation: xwid 3s linear infinite;
}
.abofi .x-x .x-aa.on .x-box .x-i i:nth-child(3) {
  animation: xwid 3s 1s linear infinite;
}
.abofi .x-x .x-aa.on .x-box .x-i i:nth-child(4) {
  animation: xwid 3s 2s linear infinite;
}
.abofi .x-x .x-aa.on .x-box .x-tz2 {
  opacity: 0;
}
.abofi .x-x .x-aa.on .x-box .x-tz3 {
  opacity: 1;
}
.abofi .x-x .x-aa .x-box {
  transform: translate(-50%, -50%);
}
.abofi .x-x .x-aa .x-box .x-tz1 {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 10;
  transition: 0.4s ease-in-out;
}
.abofi .x-x .x-aa .x-box .x-tz1 span {
  color: #fff;
}
.abofi .x-x .x-aa .x-box .x-i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abofi .x-x .x-aa .x-box .x-i i {
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color: #e62129;
  border-radius: 100%;
  position: relative;
}
.abofi .x-x .x-aa .x-box .x-i i:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.abofi .x-x .x-aa .x-box .x-i i:nth-child(1)::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #e62129;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .abofi .x-x .x-aa .x-box .x-i i:nth-child(1)::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .abofi .x-x .x-aa .x-box .x-i i:nth-child(1)::before {
    width: 1rem;
    height: 1rem;
  }
}
.abofi .x-x .x-aa .x-box .x-i i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  border: 1px dashed #e62129;
  background-color: rgba(230, 33, 41, 0.04);
  width: 0.45rem;
  height: 0.45rem;
}
.abofi .x-x .x-aa .x-box .x-i i:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  border: 1px dashed #e62129;
  background-color: rgba(230, 33, 41, 0.04);
  width: 0.45rem;
  height: 0.45rem;
}
.abofi .x-x .x-aa .x-box .x-i i:nth-child(4) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  border: 1px dashed #e62129;
  background-color: rgba(230, 33, 41, 0.04);
  width: 0.45rem;
  height: 0.45rem;
}
.abofi .x-x .x-aa .x-box .x-tz2 {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 44px;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .abofi .x-x .x-aa .x-box .x-tz2 {
    top: 30px;
  }
}
.abofi .x-x .x-aa .x-box .x-tz2 span {
  color: #333333;
}
.abofi .x-x .x-aa .x-box .x-tz3 {
  width: 2.6rem;
  background-color: #fff;
  border-radius: 0.06rem;
  position: absolute;
  left: 50%;
  top: 95px;
  transform: translate(-50%, -50%);
  color: #666666;
  padding: 0.15rem 0.2rem;
  box-shadow: 0 0 0.46rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  z-index: 8;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .abofi .x-x .x-aa .x-box .x-tz3 {
    width: 3.6rem;
    top: 70px;
  }
}
@media (max-width: 767px) {
  .abofi .x-x .x-aa .x-box .x-tz3 {
    width: 2.6rem;
    font-size: 0.24rem;
    top: 90px;
  }
}
@media (max-width: 767px) {
  .abofi .x-x .x-aa .x-box .x-tz3 p {
    margin-bottom: 0.15rem;
  }
}
.abofi .x-x .x-aa .x-box .x-tz3::before {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .abofi .abofi_b {
    margin-top: 1.6rem;
  }
}
.abosi {
  overflow: hidden;
  background: #f5f5f5;
  padding: 1.2rem 0;
}
.abosi .tit {
  display: flex;
  justify-content: space-between;
}
.abosi .tit .swiper-pager {
  width: auto;
}
.abosi .tit .swiper-pager .swiper-btn {
  background: none;
}
.abosi .box {
  margin-top: 0.55rem;
}
.abosi .box .swiper {
  overflow: initial;
}
.abosi .box .swiper .abosi_con {
  background: #fff;
  padding: 0.3rem;
}
.abosi .box .swiper .abosi_con .public-img:before {
  padding-top: 74.76635514%;
}
.abosi .box .swiper .abosi_con .txt {
  margin-top: 0.3rem;
}
.abosi .box .swiper .abosi_con .txt .g_h3 {
  display: flex;
  align-items: center;
}
.abosi .box .swiper .abosi_con .txt .g_h3 img {
  width: 15px;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.abosi .box .swiper .abosi_con .txt .g_h3 h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.abosi .box .swiper .abosi_con .txt p {
  margin-top: 0.1rem;
  color: #999;
}
/* 404 */
.notbox404 {
  padding: 1.46rem 0 1.2rem;
}
.notbox404 .notbox404_box {
  text-align: center;
  width: 90%;
  margin: auto;
}
.notbox404 .notbox404_box > img {
  margin-bottom: 0.6rem;
  width: 2.62rem;
}
@media (max-width: 991px) {
  .notbox404 .notbox404_box > img {
    width: 60%;
  }
}
.notbox404 .notbox404_box .notbox404_con .txt {
  color: #666;
}
/* 网站地图 */
.siteon {
  padding: 1.2rem 0;
}
.siteon .box {
  margin-top: 0.35rem;
  display: flex;
}
@media (max-width: 991px) {
  .siteon .box {
    flex-direction: column;
  }
}
.siteon .box .item {
  width: calc(1/7*100%);
}
@media (max-width: 991px) {
  .siteon .box .item {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
}
.siteon .box .item .g_t {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-bottom: 1px solid #dfdfdf;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .siteon .box .item .g_t {
    background: #fff;
    padding: 0.2rem 0 0;
    justify-content: flex-start;
    border-bottom: none;
  }
}
.siteon .box .item .g_t:hover {
  color: #e62129;
}
@media (max-width: 991px) {
  .siteon .box .item ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .siteon .box .item ul li {
    margin-right: 0.3rem;
    padding: 0.1rem 0;
  }
}
.siteon .box .item ul li:nth-child(2n) a {
  background: #fafafa;
}
.siteon .box .item ul li a {
  color: #666;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .siteon .box .item ul li a {
    background: #fff !important;
  }
}
.siteon .box .item ul li a:hover {
  color: #e62129;
}
.planbox_con {
  padding: 0 0 1.2rem;
}
.planbox_con .public-pager {
  margin-top: 0;
}
.planbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .planbox {
    margin: 0 ;
  }
}
.planbox .planbox_it {
  width: calc(1/3*100%);
  margin-bottom: 0.4rem;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .planbox .planbox_it {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .planbox .planbox_it {
    width: 100%;
    padding: 0;
  }
}
.planbox .planbox_it .planbox_itbox {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 1px solid #dfdfdf;
}
.planbox .planbox_it .planbox_itbox:hover {
  border-color: #e62129;
}
.planbox .planbox_it .planbox_itbox:hover .public-img img {
  transform: scale(1.05);
}
.planbox .planbox_it .planbox_itbox:hover .txt h3 {
  color: #e62129;
}
.planbox .planbox_it .planbox_itbox .public-img {
  transition: all 0.4s;
}
.planbox .planbox_it .planbox_itbox .public-img:before {
  padding-top: 75%;
}
.planbox .planbox_it .planbox_itbox .txt {
  padding: 0.35rem 0.3rem 0.28rem;
}
.planbox .planbox_it .planbox_itbox .txt h3 {
  transition: all 0.4s;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.planbox .planbox_it .planbox_itbox .txt .txt_b {
  margin-top: 0.58rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.planbox .planbox_it .planbox_itbox .txt .txt_b p {
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.planbox .planbox_it .planbox_itbox .txt .txt_b i {
  margin-left: 0.68rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #e62129;
  color: #fff;
}
@media (max-width: 1199px) {
  .planbox .planbox_it .planbox_itbox .txt .txt_b i {
    width: 0.42rem;
    height: 0.42rem;
  }
}
@media (max-width: 767px) {
  .planbox .planbox_it .planbox_itbox .txt .txt_b i {
    width: 0.46rem;
    height: 0.46rem;
  }
}
.planbox .planbox_it .planbox_itbox .txt .txt_b i svg,
.planbox .planbox_it .planbox_itbox .txt .txt_b i img {
  width: 22.85714286%;
  height: auto;
}
.planbox .planbox_it .planbox_itbox .txt .txt_b i svg path,
.planbox .planbox_it .planbox_itbox .txt .txt_b i img path {
  fill: #e62129;
}
/* 行业方案详情 */
.pinfoon {
  background: #fafafa;
}
.pinfoon .g_box {
  height: 100%;
  padding: 1.28rem 0 0;
}
@media (max-width: 767px) {
  .pinfoon .g_box {
    background: rgba(255, 255, 255, 0.7);
    min-height: 9.8rem;
  }
}
.pinfoon .box {
  margin-top: 0.3rem;
  text-align: center;
}
.pinfoon .box p {
  margin: 0 auto 0.36rem;
  width: 62.14285714%;
}
@media (max-width: 767px) {
  .pinfoon .box p {
    width: 100%;
  }
}
.pinfoon .box .img img {
  mix-blend-mode: multiply;
}
.pinfotw {
  padding: 1.1rem 0;
}
.pinfotw .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .pinfotw .box {
    flex-direction: column;
  }
}
.pinfotw .box .gl {
  width: 30%;
}
@media (max-width: 767px) {
  .pinfotw .box .gl {
    width: 100%;
  }
}
.pinfotw .box .gl .gtit h2 {
  opacity: 0.5;
}
.pinfotw .box .gl .gtit p {
  margin-top: 0.1rem;
  line-height: 1.25;
  font-weight: 900;
}
.pinfotw .box .gl .gtit p span {
  color: #e62129;
}
.pinfotw .box .gl .g_b {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.pinfotw .box .gl .g_b .item {
  width: calc(100%/3 - 0.4rem);
  margin-right: 0.4rem;
  margin-top: 0.34rem;
}
.pinfotw .box .gl .g_b .item .public-img {
  border: 1px solid #dfdfdf;
  border-radius: 0.1rem;
  width: 100%;
}
.pinfotw .box .gl .g_b p {
  margin-top: 0.06rem;
  text-align: center;
  color: #666;
}
.pinfotw .box .gr {
  width: 58.5%;
}
@media (max-width: 767px) {
  .pinfotw .box .gr {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.pinfotw .box .gr img {
  width: 100%;
  object-fit: cover;
}
.pinfoth {
  position: relative;
}
@media (max-width: 1199px) {
  .pinfoth .public-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.pinfoth .public-img:before {
  padding-top: 50.52083333%;
}
.pinfoth .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1199px) {
  .pinfoth .box {
    position: relative;
  }
}
.pinfoth .box .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.35rem;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .pinfoth .box .container {
    padding: 1.2rem 0;
  }
}
.pinfoth .box .container .g-title span {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.pinfoth .box .container .g-title h2 {
  color: #fff;
}
.pinfoth .box .container .pinfoth_box {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pinfoth .box .container .pinfoth_box {
    flex-wrap: wrap;
  }
}
.pinfoth .box .container .pinfoth_box .item {
  width: calc((100% - 1.2rem)/4);
  color: #fff;
}
@media (max-width: 767px) {
  .pinfoth .box .container .pinfoth_box .item {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.pinfoth .box .container .pinfoth_box .item h3 {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.2rem;
}
.pinfoth .box .container .pinfoth_box .item p {
  padding-right: 0.16rem;
}
.pinfofo {
  position: relative;
}
.pinfofo .public-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .pinfofo .public-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.pinfofo .public-img:before {
  padding-top: 50.52083333%;
}
.pinfofo .box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 1199px) {
  .pinfofo .box {
    position: relative;
  }
}
.pinfofo .box .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.28rem 0 0.5rem;
  justify-content: flex-start;
}
.pinfofo .box .container .g_p {
  margin: 0.32rem auto 0;
  width: 45%;
}
@media (max-width: 767px) {
  .pinfofo .box .container .g_p {
    width: 100%;
  }
}
.pinfofo .box .container .g_p p {
  text-align: center;
}
.pinfofo .box .container .g_p span {
  color: #e62129;
}
.pinfofo .box .container .pinfofo_box {
  display: flex;
  flex-direction: column;
  margin-top: 1.44rem;
  padding: 0 0.7rem 0 0;
}
@media (max-width: 1199px) {
  .pinfofo .box .container .pinfofo_box {
    padding: 0 ;
  }
}
.pinfofo .box .container .pinfofo_box .item {
  margin-bottom: 0.58rem;
  width: 27.96992481%;
}
@media (max-width: 767px) {
  .pinfofo .box .container .pinfofo_box .item {
    width: 100%;
    align-self: flex-start !important;
    margin-bottom: 0.5rem !important;
  }
}
.pinfofo .box .container .pinfofo_box .item:nth-child(2n - 1) {
  align-self: flex-end;
}
.pinfofo .box .container .pinfofo_box .item span {
  color: #e62129;
}
.pinfofo .box .container .pinfofo_box .item1 {
  margin-bottom: 1.3rem;
}
.sticky_top {
  top: 70px !important;
}
@media screen and (max-width: 991px) {
  .sticky_top {
    top: 60px !important;
  }
}
.dh {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f-column-right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f-row-right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.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;
}
.a-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a-s-stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a-s-center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a-s-end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
/* 文字超出隐藏 */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f-column-right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f-row-right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.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;
}
.a-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a-s-stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a-s-center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a-s-end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.public-search-box {
  width: 100%;
  height: auto;
  padding-top: 0.6rem;
  position: relative;
  z-index: 1;
}
.public-search-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 420px;
  background: linear-gradient(to bottom, #d7d7d7, #fff);
  top: 0;
  left: 0;
  z-index: -1;
}
.public-search-box .other-box {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 1rem;
}
.public-search-box .other-box .other-title {
  width: 100%;
  height: auto;
  text-align: center;
}
.public-search-box .other-box .other-title .title {
  width: 100%;
  height: auto;
  font-size: var(--font50);
  color: var(--color);
  line-height: 1.2;
}
.public-search-box .other-box .other-title .details {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-size: var(--font16);
  color: #666666;
}
.public-search-box .other-box .public-content {
  margin-top: 1rem;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
  text-align: justify;
}
.public-search-box .other-box .public-content > * + * {
  margin-top: 0.1rem;
}
.public-search-box .other-box .public-content h1,
.public-search-box .other-box .public-content h2,
.public-search-box .other-box .public-content h3,
.public-search-box .other-box .public-content h4,
.public-search-box .other-box .public-content h5,
.public-search-box .other-box .public-content h6,
.public-search-box .other-box .public-content strong,
.public-search-box .other-box .public-content b {
  font-weight: normal;
}
.public-search-box .other-box .public-content a {
  color: #000000;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-search-box .other-box .public-content a:hover {
  color: #e62129;
}
.public-search-box .other-box .public-content table {
  max-width: 100%;
}
.public-search-box .other-box .public-content table td,
.public-search-box .other-box .public-content table th {
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.public-search-box .other-box .public-content li {
  margin: 0 0 0 1.2em;
}
.public-search-box .other-box .public-content img,
.public-search-box .other-box .public-content video {
  max-width: 100%;
  height: auto !important;
}
.public-search-box .other-box .form-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.public-search-box .other-box .form-box .layui-form {
  width: 100%;
  max-width: 5.65rem;
  height: 0.6rem;
  min-height: 44px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.public-search-box .other-box .form-box .layui-form input {
  width: 100%;
  min-width: 0;
  height: 100%;
  flex: 1;
  padding: 0 1em 0 0;
  font-size: var(--font16);
  color: #222222;
}
.public-search-box .other-box .form-box .layui-form input::placeholder {
  color: #222222;
}
.public-search-box .other-box .form-box .layui-form button {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0;
  color: #000000;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-search-box .other-box .form-box .layui-form button svg {
  width: 20px;
  height: 20px;
}
.public-search-box .other-box .form-box .layui-form::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #222222;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-search-box .other-box .form-box .layui-form:focus-within button {
  color: var(--color);
}
.public-search-box .other-box .form-box .layui-form:focus-within::after {
  background: #e62129;
}
.public-search-box .other-box .tips-box {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  text-align: center;
  font-size: var(--font16);
  color: #222222;
}
.public-search-box .other-box .subnav-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.public-search-box .other-box .subnav-box .subnav {
  width: auto;
  height: auto;
  padding: 0.05rem;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 100px;
}
.public-search-box .other-box .subnav-box .subnav a {
  width: auto;
  min-width: 1.2rem;
  height: 0.5rem;
  min-height: 36px;
  padding: 0 1em;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font18);
  color: #222222;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  .public-search-box .other-box .subnav-box .subnav a {
    padding: 0 0.5em;
    min-width: initial;
  }
}
.public-search-box .other-box .subnav-box .subnav a.active,
.public-search-box .other-box .subnav-box .subnav a.active:hover {
  background: #e62129;
  color: #FFFFFF;
}
.public-search-box .other-box .subnav-box .subnav a:hover {
  color: #e62129;
}
.public-search-box .gbox {
  margin-top: 0.7rem;
}
.public-search-box .gbox .gbox_item {
  margin-bottom: 0.6rem;
}
.public-search-box .gbox .gbox_item .headline {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.public-search-box .gbox .gbox_item .headline .title-box {
  width: 100%;
  min-width: 0;
  height: auto;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.public-search-box .gbox .gbox_item .headline .title-box .title {
  font-size: var(--font30);
  line-height: 1;
}
.public-search-box .gbox .gbox_item .headline .title-box .tips {
  margin-left: 1em;
  font-size: var(--font16);
  color: #666666;
  line-height: 1;
}
.public-search-box .gbox .gbox_item .headline .more-box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.public-search-box .gbox .gbox_item .headline .more-box .more {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  color: #e62129;
}
.public-search-box .gbox .gbox_item .headline .more-box .more:hover .icon {
  transform: translateX(5px);
}
.public-search-box .gbox .gbox_item .headline .more-box .more .icon {
  margin-left: 10px;
  transition: all 0.4s;
}
.public-search-box .gbox .gbox_item .itzj .news-menu {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.3rem;
  position: relative;
  z-index: 1;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .images .classify {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .images .classify span {
  width: auto;
  height: 0.32rem;
  min-height: 28px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 3px;
  background: rgba(245, 245, 245, 0.9);
  font-size: var(--font14);
  color: #999999;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .images .pb {
  padding-bottom: calc(248/330*100%);
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box {
  width: 100%;
  height: auto;
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 0.2rem 0.2rem 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box .info {
  width: 100%;
  height: auto;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box .info .label {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box .info .label span {
  width: auto;
  height: 0.32rem;
  min-height: 28px;
  margin-right: 0.1rem;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #DFDFDF;
  border-radius: 100px;
  font-size: var(--font14);
  color: #222222;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box .info .label span:first-child,
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box .info .label span:hover {
  border-color: transparent;
  background: var(--color);
  color: #FFFFFF;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box .info .time {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  font-size: var(--font14);
  color: #999999;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box .info .title {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: var(--font16);
  color: #666666;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box .public-text-arrow {
  margin-top: 20px;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  border: 1px solid #DFDFDF;
  pointer-events: none;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box::after {
  content: '';
  width: 0;
  height: 0.04rem;
  min-height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: var(--color);
  pointer-events: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a:hover {
  background: #FFFFFF;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a:hover .images .classify span {
  background: rgba(230, 33, 41, 0.9);
  color: #FFFFFF;
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a:hover .images img {
  transform: scale(1.05);
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a:hover .info-box .info .title {
  color: var(--color);
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a:hover .info-box .public-text-arrow .more {
  color: var(--color);
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a:hover .info-box .public-text-arrow .more .icon {
  transform: translateX(25%);
}
.public-search-box .gbox .gbox_item .itzj .news-menu .item a:hover .info-box::after {
  width: 100%;
}
@media (max-width:1024px) {
  .public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box {
    padding: 0.3rem 0.2rem;
  }
}
@media (max-width:768px) {
  .public-search-box .gbox .gbox_item .itzj .news-menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .public-search-box .gbox .gbox_item .itzj .news-menu .item:nth-child(4n + 1)::before {
    display: none;
  }
  .public-search-box .gbox .gbox_item .itzj .news-menu .item:nth-child(odd)::before {
    width: 100%;
    border: 1px solid #E8EAED;
    border-top: 0;
    background: transparent;
  }
}
@media (max-width:480px) {
  .public-search-box .gbox .gbox_item .itzj .news-menu {
    grid-template-columns: 1fr;
  }
  .public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box {
    padding: 20px 15px;
  }
  .public-search-box .gbox .gbox_item .itzj .news-menu .item a .info-box .title {
    min-height: calc(3em * 1.2);
    font-size: var(--font18);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.public-search-box .gbox .gbox_item .itzj .planbox_con {
  padding: 0;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item {
  background: #fafafa;
  padding: 0.14rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item:nth-child(2n) {
  background: #fff;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gl {
  display: flex;
  align-items: center;
  padding-right: 0.4rem;
  width: 36.76470588%;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gl.on .g_chec i,
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gl.checked .g_chec i {
  background: #e62129;
}
@media (max-width: 767px) {
  .public-search-box .gbox .gbox_item .itzj .dowon_b .item .gl {
    width: 55%;
  }
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gl .g_chec {
  margin-right: 0.1rem;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a7a7a7;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gl .g_chec i {
  transition: all 0.4s;
  width: 57.14285714%;
  height: 57.14285714%;
  border-radius: 50%;
  background: #fff;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gl h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr {
  width: 63.23529412%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr {
    width: 45%;
  }
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_data {
  display: flex;
  align-items: center;
  width: 69.76744186%;
}
@media (max-width: 991px) {
  .public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_data {
    display: none;
  }
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_data p {
  color: #999;
  margin-right: 0.2rem;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_data .p1 {
  width: 33.33333333%;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_data .p2 {
  width: 33.33333333%;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_data .p3 {
  width: 23.33333333%;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 25.58139535%;
}
@media (max-width: 991px) {
  .public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow {
    width: 100%;
  }
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  margin: 0 0 0 0.1rem;
  padding: 0.03rem 0.2rem;
  border: 1px solid #e62129;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a {
    font-size: 12px;
  }
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a:hover {
  opacity: 0.8;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a i {
  margin-right: 0.06rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #e62129;
}
@media (max-width: 1199px) {
  .public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a i {
    width: 0.26rem;
  }
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a i svg,
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a i img {
  width: 100%;
  height: auto;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a i svg path,
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a i img path {
  fill: #e62129;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow a p {
  white-space: nowrap;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow .a1 {
  color: #e62129;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow .a2 {
  color: #fff;
  background: #e62129;
}
.public-search-box .gbox .gbox_item .itzj .dowon_b .item .gr .g_dow .a2 i {
  color: #fff;
}
.tab-box-active .speon .speon_t .gr:has(.item:nth-last-child(-n+4):first-child) {
  justify-content: center;
}
.tab-box-active .speon_b .item .speon_b_con .g_it .g_txt:has(.g_txtit:nth-last-child(-n+4):first-child) {
  justify-content: center;
}

