@charset "utf-8";
.casebannerbox {
  position: relative;
}
.casebannerbox .base_img {
  position: relative;
  overflow: hidden;
}
.casebannerbox .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}
.casebannerbox .base_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
}
.casebannerbox .f_bag {
  padding-top: 31.25%;
}
@media (max-width: 991px) {
  .casebannerbox .f_bag {
    padding-top: 53.33333333%;
  }
}
@media (max-width: 767px) {
  .casebannerbox .f_bag {
    padding-top: 80%;
  }
}
.casebannerbox .f_bag:after {
  /* content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #000000;
			opacity: 0.1; */
}
.casebannerbox .cont {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #333;
}
.casebannerbox .cont .f_name {
  margin-bottom: 0.1rem;
}
.casebannerbox .cont .f_tit {
  font-weight: bold;
  line-height: 1.16666667;
  font-size: 0.56rem;
  color: #fff;
}
.casebannerbox .cont .f_text {
  margin-top: 0.1rem;
  font-size: var(--font-size6);
  color: #fff;
}
.casebannerbox .cont .hm_but {
  margin-top: 0.44rem;
}
.casebannerbox .cont .hm_but:hover {
  background: #ffffff;
}
.casebannerbox .cont .hm_but:hover span {
  color: var(--color);
}
.casebannerbox .cont .hm_but:hover .f_icon svg path {
  fill: var(--color);
}

 
@charset "utf-8";
.g-pro {
  background: #F8F8F8;
  padding: 1rem 0 1.4rem;
}
.g-pro .hm_tit {
  text-align: center;
}
.g-pro .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.g-pro .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.g-pro .hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 25px;
  border: solid 1px #dddddd;
  min-width: 1.4rem;
  padding: 12px 24px;
}
@media (max-width: 1580px) {
  .g-pro .hm_but {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .g-pro .hm_but {
    padding: 8px 16px;
  }
}
.g-pro .hm_but span {
  color: #666666;
  transform: translateX(8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .g-pro .hm_but span {
    transform: translateX(6px);
  }
}
.g-pro .hm_but .f_icon {
  display: flex;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .g-pro .hm_but .f_icon {
    width: 4px;
    height: 8px;
    transform: translateX(-6px);
    margin-left: 8px;
  }
}
.g-pro .hm_but .f_icon img,
.g-pro .hm_but .f_icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
}
.g-pro .hm_but .f_icon img path,
.g-pro .hm_but .f_icon svg path {
  fill: #ffffff;
}
.g-pro .hm_but:hover {
  background: var(--color);
  border-color: var(--color);
}
.g-pro .hm_but:hover span {
  transform: translateX(0);
  color: #ffffff;
}
.g-pro .hm_but:hover .f_icon {
  transform: translateX(0);
  opacity: 1;
}
.g-pro .hm_but2 {
  background: transparent;
  border: 1px solid #ffffff;
}
.g-pro .hm_but2 span {
  color: #ffffff;
}
.g-pro .hm_but2:hover {
  border-color: var(--color);
}
.g-pro .hm_tit {
  text-align: center;
}
.g-pro .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
}
.g-pro .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.g-pro .hm_tit {
  margin-bottom: 0.48rem;
}
.g-pro .base_img {
  position: relative;
  overflow: hidden;
}
.g-pro .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.g-pro .base_img:before {
  content: "";
  display: block;
}
.g-pro .f_nei {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .g-pro .f_nei {
    padding: 0.6rem 0.34rem;
  }
}
.g-pro .f_nei .f_jt {
  margin-bottom: 0.62rem;
}
.g-pro .f_nei .f_jt:last-child {
  margin-bottom: 0;
}
.g-pro .f_nei .f_jt .hm_tit {
  margin-bottom: 0.3rem;
}
.g-pro .prodbox_list2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.g-pro .prodbox_list2 .item {
  width: calc(100%/3);
  padding: 0 5px 10px;
}
@media (max-width: 991px) {
  .g-pro .prodbox_list2 .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .g-pro .prodbox_list2 .item {
    width: 100%;
  }
}
.g-pro .prodbox_list2 .item .list {
  display: block;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.g-pro .prodbox_list2 .item .list .f_img {
  width: 100%;
  padding-top: 104.56273764%;
}
.g-pro .prodbox_list2 .item .list .font {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.42rem 0.4rem 0.26rem;
}
.g-pro .prodbox_list2 .item .list .font .f_marke {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.g-pro .prodbox_list2 .item .list .font .f_marke .f_tag {
  background-color: rgba(0, 158, 176, 0.22);
  border-radius: 15px;
  border: solid 1px var(--color);
  color: var(--color);
  font-size: 12px;
  padding: 5px 14px;
}
@media (max-width: 991px) {
  .g-pro .prodbox_list2 .item .list .font .f_marke .f_tag {
    padding: 3px 10px;
  }
}
.g-pro .prodbox_list2 .item .list .font .f_marke .f_icon1 {
  width: 0.37rem;
  height: auto;
}
.g-pro .prodbox_list2 .item .list .font .f_marke .f_icon2 {
  width: 0.62rem;
  height: auto;
}
.g-pro .prodbox_list2 .item .list .font .f_tit {
  font-weight: bold;
  color: #727782;
  margin-bottom: 4px;
}
.g-pro .prodbox_list2 .item .list .font .f_text {
  line-height: 1.625;
  width: 100%;
  white-space: nowrap;
  font-size: var(--font-size6);
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .g-pro .prodbox_list2 .item .list .font .f_text {
    line-height: 1.5;
    height: 3em;
    font-size: 0.26rem;
  }
}
.g-pro .prodbox_list2 .item .list .font .f_text2 {
  margin-top: 4px;
  color: #727782;
}
.g-pro .prodbox_list2 .item .list .font .f_but {
  position: absolute;
  bottom: 0.26rem;
  right: 0.34rem;
  display: flex;
  align-items: center;
  color: #333333;
}
.g-pro .prodbox_list2 .item .list .font .f_but .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 8px;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.g-pro .prodbox_list2 .item .list .font .f_but .f_icon img,
.g-pro .prodbox_list2 .item .list .font .f_but .f_icon svg {
  width: 100%;
  max-height: 100%;
}
.g-pro .prodbox_list2 .item .list .font .f_but .f_icon img path,
.g-pro .prodbox_list2 .item .list .font .f_but .f_icon svg path {
  fill: #333333;
}
.g-pro .prodbox_list2 .item .list:hover .f_img img {
  transform: scale(1.08);
}
.g-pro .prodbox_list2 .item .list:hover .f_but .f_icon {
  transform: translateX(0.1rem);
}
.g-pro .basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.g-pro .basepage a,
.g-pro .basepage span,
.g-pro .basepage .f_fan,
.g-pro .basepage input {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  border: solid 1px #eeeeee;
  color: #999999;
  flex-shrink: 0;
  transition: all 0.4s;
  float: left;
  margin: 0 10px 10px;
}
@media (max-width: 1580px) {
  .g-pro .basepage a,
  .g-pro .basepage span,
  .g-pro .basepage .f_fan,
  .g-pro .basepage input {
    width: 42px;
    height: 42px;
    margin: 0 6px 10px;
  }
}
@media (max-width: 991px) {
  .g-pro .basepage a,
  .g-pro .basepage span,
  .g-pro .basepage .f_fan,
  .g-pro .basepage input {
    width: 40px;
    margin: 0 5px 10px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .g-pro .basepage a,
  .g-pro .basepage span,
  .g-pro .basepage .f_fan,
  .g-pro .basepage input {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.g-pro .basepage input {
  text-align: center;
}
.g-pro .basepage span {
  border: none;
  width: auto;
}
.g-pro .basepage .f_zi {
  margin-right: 0;
}
.g-pro .basepage .f_zi2 {
  margin-left: 0;
}
.g-pro .basepage .active {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
}
.g-pro .basepage .active:hover {
  color: #fff;
  background-color: var(--color);
}
.g-pro .basepage .f_fan {
  width: 72px;
  color: var(--color);
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1580px) {
  .g-pro .basepage .f_fan {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .g-pro .basepage .f_fan {
    width: 64px;
  }
}
.g-pro .basepage .f_fan::-webkit-input-placeholder {
  color: #999999;
}
.g-pro .basepage .f_fan::-ms-input-placeholder {
  color: #999999;
}
.g-pro .basepage input {
  font-size: var(--font-size9);
  width: 72px;
  color: #333333;
}
@media (max-width: 1580px) {
  .g-pro .basepage input {
    width: 68px;
  }
}
.g-pro .basepage .prev,
.g-pro .basepage .next {
  position: relative;
  color: #222;
}
@media (max-width: 991px) {
}
.g-pro .basepage .prev svg,
.g-pro .basepage .next svg {
  width: 6px;
  height: 10px;
}
@media (max-width: 1580px) {
  .g-pro .basepage .prev svg,
  .g-pro .basepage .next svg {
    width: 4px;
    height: 8px;
  }
}
.g-pro .basepage .prev svg path,
.g-pro .basepage .next svg path {
  transition: all 0.4s;
  fill: #999999;
}
.g-pro .basepage .prev:hover,
.g-pro .basepage .next:hover {
  background-color: var(--color);
  color: #fff;
}
.g-pro .basepage .prev:hover svg path,
.g-pro .basepage .next:hover svg path {
  fill: #ffffff;
}
.g-pro .basepage .fan {
  width: auto;
  padding: 0 15px;
}
.g-pro .basepage a:hover:not(.active) {
  border: 1px solid var(--color);
  color: #fff;
  background: var(--color);
}
