@keyframes fadeIn {
  to {
    opacity: 1;
    /* 最终完全显示 */
    transform: scale(1);
    /* 最终回到原位置 */
  }
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
    /* 最终完全显示 */
    transform: translateY(-50%) scale(1);
    /* 最终回到原位置 */
    left: 10%;
    top: 50%;
    filter: blur(0rem);
  }
}
@keyframes infiniteRotation {
  from {
    transform: translate(-35%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-35%, -50%) rotate(360deg);
  }
}
@keyframes infiniteRotation2 {
  from {
    transform: translate(70%, -50%) rotate(0deg);
  }
  to {
    transform: translate(70%, -50%) rotate(360deg);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 5.625rem;
  height: 5.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header > div {
  line-height: inherit;
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 1.25rem;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 3.5625rem;
}
header > div .logo .logo_img a img:nth-child(1) {
  display: block;
}
header > div .logo .logo_img a img:nth-child(2) {
  display: none;
}
header > div .logo .logo_text a h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
header > div .logo .logo_text a p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
header > div nav {
  width: 68%;
  line-height: inherit;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 7rem);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  z-index: 999;
  transition: all 1s;
  width: 20%;
  box-sizing: border-box;
  position: relative;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li:hover > a {
  font-weight: 600;
  background-color: #f8f8f8;
}
header > div nav ul li a {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: all 1s;
  position: absolute;
  top: 5.625rem;
  left: 0;
  background-color: #f8f8f8;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header > div nav ul li .menu .menu_item {
  padding: 1.2rem 1rem;
}
header > div nav ul li .menu .menu_item a {
  font-size: 1rem;
  color: #123325;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #123325;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  line-height: 1;
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
header > div nav .tool .t_tel i {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}
header > div nav .tool .t_tel .t_telBox {
  position: absolute;
  top: 5.625rem;
  right: 0%;
  height: auto;
  background-color: #fff;
  display: none;
}
header > div nav .tool .t_tel .t_telBox .c {
  text-align: center;
  position: relative;
  padding: 0.75rem 1rem;
  height: 100%;
  overflow: hidden;
}
header > div nav .tool .t_tel .t_telBox .c img {
  margin: 0.5rem auto 0;
  display: block;
}
header > div nav .tool .t_tel .t_telBox .c p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-top: 0.25rem;
}
header > div nav .tool .t_tel .t_telBox .c::after {
  display: block;
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #96b931;
}
header > div nav .tool .t_tel:hover .t_telBox {
  display: block;
}
header > div nav .tool .line {
  width: 1px;
  height: 1.125rem;
  background-color: #fff;
  margin: 0 0.75rem;
}
header > div nav .tool .t_erweima i {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}
header > div nav .tool .t_erweima .t_ewmBox {
  position: absolute;
  top: 5.625rem;
  right: 0%;
  height: auto;
  background-color: #fff;
  display: none;
}
header > div nav .tool .t_erweima .t_ewmBox .c {
  text-align: center;
  position: relative;
  padding: 0.75rem 1rem;
  height: 100%;
  overflow: hidden;
}
header > div nav .tool .t_erweima .t_ewmBox .c::after {
  display: block;
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #96b931;
}
header > div nav .tool .t_erweima:hover .t_ewmBox {
  display: block;
}
header.active {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header.active > div .logo .logo_img a img:nth-child(1) {
  display: none;
}
header.active > div .logo .logo_img a img:nth-child(2) {
  display: block;
}
header.active > div .logo .logo_text a h3 {
  color: #123325;
}
header.active > div .logo .logo_text a p {
  color: #123325;
}
header.active > div nav ul li a {
  color: #123325;
}
header.active > div nav .tool {
  background-color: #123325;
}
footer {
  background-color: #292e27;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5.875rem;
}
footer .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w90 .top .left {
  width: 30%;
}
footer .w90 .top .left .logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .w90 .top .left .logo .logo_img {
  margin-right: 1.25rem;
}
footer .w90 .top .left .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w90 .top .left .logo .logo_img a img {
  height: 4rem;
}
footer .w90 .top .left .logo .logo_text a h3 {
  font-size: 1.875rem;
  color: #96b931;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
footer .w90 .top .left .logo .logo_text a p {
  font-size: 1.375rem;
  color: #96b931;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
footer .w90 .top .left .text {
  width: 100%;
  margin-top: 5rem;
}
footer .w90 .top .left .text .t_item {
  margin-bottom: 2rem;
}
footer .w90 .top .left .text .t_item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.3;
  margin-bottom: 0.75rem;
}
footer .w90 .top .left .text .t_item h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
footer .w90 .top .left .text .t_item h3 span {
  font-weight: 400;
  font-size: 1.125rem;
}
footer .w90 .top .left .text .t_item h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
}
footer .w90 .top .left .text .t_item h4 span {
  display: block;
  font-weight: 100;
}
footer .w90 .top .left .text .t_item:nth-of-type(2) h3 {
  font-weight: normal;
}
footer .w90 .top .center {
  width: 20%;
}
footer .w90 .top .center h3 {
  font-size: 1.875rem;
  color: #96b931;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
footer .w90 .top .center .form_item {
  width: 100%;
  margin-bottom: 0.25rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  overflow: hidden;
}
footer .w90 .top .center .form_item input {
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  color: #96b931;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .w90 .top .center .form_item:nth-last-of-type(1) {
  background-color: #96b931;
}
footer .w90 .top .center .form_item:nth-last-of-type(1) input {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .w90 .top .center .form_item:nth-of-type(4) textarea {
  width: 100%;
  height: 8rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.05);
}
footer .w90 .top .right {
  width: 10%;
  margin-top: 1rem;
  text-align: right;
}
footer .w90 .top .right ul li {
  margin-bottom: 2.25rem;
  text-align: right;
}
footer .w90 .top .right ul li a {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  font-weight: 100;
  text-align: right;
}
footer .w90 .top .right .up {
  margin-top: 2.25rem;
  background-color: #96b931;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 5rem;
  display: inline-block;
  transform: rotate(-90deg);
  cursor: pointer;
}
footer .w90 .top .right .up i {
  color: #fff;
  font-size: 0.75rem;
}
footer .w90 .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6.25rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .w90 .bottom a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-weight: 100;
  text-align: center;
  padding: 0 1rem;
}
.more {
  width: 18.75rem;
  height: 5.125rem;
  line-height: 5.125rem;
  text-align: center;
  border-radius: 3rem;
  background-color: #123325;
  overflow: hidden;
  transition: all 1.2s ease;
  position: relative;
}
.more a {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 5.125rem;
}
.more a .m_icon {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  line-height: 2rem;
  border-radius: 50%;
  background-color: #96b931;
}
.more a .m_icon i {
  display: block;
  line-height: 2rem;
  font-size: 0.5rem;
  color: #fff;
}
.more a span {
  font-size: 1rem;
  color: #96b931;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #96b931;
  border-radius: 3rem;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
.more:hover {
  background-color: #96b931;
}
.more:hover::after {
  transform: translateX(0);
}
.more:hover a span {
  color: #fff;
}
.more.f {
  background-color: #96b931;
}
.more.f a .m_icon {
  background-color: #123325;
}
.more.f a span {
  color: #fff;
}
.more.f::after {
  background-color: #123325;
}
.title h2 {
  font-size: 3.125rem;
  color: #292e27;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1.5rem;
}
.title p {
  font-size: 1.125rem;
  color: #96b931;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .hotProduct {
  padding-top: 12.5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.index .hotProduct .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .hotProduct .w90 .top .title {
  width: 80%;
  width: calc(100% - 22rem);
}
.index .hotProduct .w90 .bottom {
  margin-top: 5.25rem;
}
.index .hotProduct .w90 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .hotProduct .w90 .bottom ul li {
  width: 24%;
  margin-right: 1.33%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.875rem;
  position: relative;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.index .hotProduct .w90 .bottom ul li:nth-of-type(4n) {
  margin-right: 0;
}
.index .hotProduct .w90 .bottom ul li a {
  width: 100%;
}
.index .hotProduct .w90 .bottom ul li a .p_title p {
  font-size: 0.875rem;
  color: #96b931;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.6rem;
}
.index .hotProduct .w90 .bottom ul li a .p_title h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  height: 2.5rem;
}
.index .hotProduct .w90 .bottom ul li a .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0.5rem 0 4rem;
}
.index .hotProduct .w90 .bottom ul li a .img_box img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.index .hotProduct .w90 .bottom ul li a .canshu h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
.index .hotProduct .w90 .bottom ul li a .canshu p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .hotProduct .w90 .bottom ul li a .p_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #96b931;
  box-sizing: border-box;
  border-left: 0.75rem solid #f8f8f8;
  border-top: 0.75rem solid #f8f8f8;
  border-radius: 0 0 0.75rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .hotProduct .w90 .bottom ul li a .p_more i {
  font-size: 1.5rem;
  color: #fff;
}
.index .hotProduct .w90 .bottom ul li:hover {
  background-color: #96b931;
}
.index .hotProduct .w90 .bottom ul li:hover a .p_title p {
  color: #fff;
}
.index .hotProduct .w90 .bottom ul li:hover a .canshu p {
  color: #fff;
}
.index .hotProduct.hotProduct2 {
  padding-top: 6rem;
}
.index .hotProduct.hotProduct3 {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.index .lingyu {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  overflow: hidden;
  background-color: #292e27;
  position: relative;
}
.index .lingyu .top {
  position: relative;
  z-index: 2;
}
.index .lingyu .top .w90 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .lingyu .top .w90 .title {
  width: 80%;
  width: calc(100% - 22rem);
}
.index .lingyu .top .w90 .title h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1.5rem;
}
.index .lingyu .top .w90 .title p {
  font-size: 1.25rem;
  color: #96b931;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .lingyu .top .w90 .num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .lingyu .top .w90 .num h3 {
  font-size: 3rem;
  color: #96b931;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: -0.25rem;
}
.index .lingyu .top .w90 .num span {
  width: 0.125rem;
  height: 1.75rem;
  display: block;
  margin: 0 0.5rem;
  background-color: #fff;
  transform: rotate(15deg);
}
.index .lingyu .top .w90 .num h4 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: -0.125rem;
}
.index .lingyu .center {
  position: relative;
  left: 5%;
  margin-top: 3.125rem;
  z-index: 2;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  cursor: pointer;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  bottom: 3.5rem;
  left: 2rem;
  width: calc(100% - 4rem);
  z-index: 6;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text .t1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text .t1 h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text .t1 i {
  font-size: 0.75rem;
  color: #96b931;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  transform: rotate(90deg);
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text .t2 {
  margin-top: 2rem;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text .t2 p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .img img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 5;
  transition: all 0.25s ease-in-out;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide:hover .text .t1 h3 {
  color: #96b931;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide:hover .text .t2 {
  height: 7.5rem;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide:hover .text .t2 p {
  opacity: 0.6;
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide:hover::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.index .lingyu .bottom {
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.index .lingyu .bottom .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .lingyu .bottom .w90 .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .lingyu .bottom .w90 .btns > div {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.index .lingyu .bottom .w90 .btns > div:hover {
  background-color: #96b931;
}
.index .lingyu .bottom .w90 .btns > div:hover i {
  color: #fff;
}
.index .lingyu .bottom .w90 .btns > div i {
  font-size: 1rem;
  color: #96b931;
}
.index .lingyu .bottom .w90 .btns .l_btn {
  margin-right: 0.375rem;
}
.index .lingyu .bottom .w90 .btns .l_btn i {
  transform: rotate(180deg);
}
.index .lingyu .bottom .w90 .btns .r_btn {
  margin-left: 0.375rem;
}
.index .lingyu::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-35%, -50%);
  width: 100vw;
  height: 100vw;
  border-radius: 50%;
  background-color: rgba(150, 185, 49, 0.2);
  z-index: 0;
  border: 2px dashed #96b931;
  animation: infiniteRotation 1s linear infinite;
}
.index .youshi {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.index .youshi .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .youshi .w90 .top .title {
  width: 80%;
  width: calc(100% - 22rem);
}
.index .youshi .w90 .bottom {
  margin-top: 5.25rem;
}
.index .youshi .w90 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .youshi .w90 .bottom ul li {
  width: 24%;
  margin-right: 1.33%;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
  overflow: hidden;
}
.index .youshi .w90 .bottom ul li:nth-of-type(1) {
  margin-top: -2rem;
}
.index .youshi .w90 .bottom ul li:nth-of-type(1):hover {
  margin-top: 2rem;
}
.index .youshi .w90 .bottom ul li:nth-of-type(2) {
  margin-top: 2rem;
}
.index .youshi .w90 .bottom ul li:nth-of-type(2):hover {
  margin-top: -2rem;
}
.index .youshi .w90 .bottom ul li:nth-of-type(3) {
  margin-top: -2rem;
}
.index .youshi .w90 .bottom ul li:nth-of-type(3):hover {
  margin-top: 2rem;
}
.index .youshi .w90 .bottom ul li:nth-of-type(4) {
  margin-top: 2rem;
}
.index .youshi .w90 .bottom ul li:nth-of-type(4):hover {
  margin-top: -2rem;
}
.index .youshi .w90 .bottom ul li:nth-of-type(4n) {
  margin-right: 0;
}
.index .youshi .w90 .bottom ul li .text {
  width: 100%;
  padding: 1.75rem;
  box-sizing: border-box;
}
.index .youshi .w90 .bottom ul li .text .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .youshi .w90 .bottom ul li .text .t1 h3 {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  transition: all 0.5s ease;
}
.index .youshi .w90 .bottom ul li .text .t1 img {
  width: 3rem;
}
.index .youshi .w90 .bottom ul li .text .t2 {
  margin-top: 1.5rem;
  height: 7rem;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.5s ease;
}
.index .youshi .w90 .bottom ul li .text .t2 h3 {
  font-size: 1.375rem;
  color: #96b931;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.index .youshi .w90 .bottom ul li .text .t2 p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  transition: all 0.5s ease;
}
.index .youshi .w90 .bottom ul li .img {
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
}
.index .youshi .w90 .bottom ul li .img img {
  width: 100%;
  display: block;
  transition: all 0.75s ease;
}
.index .youshi .w90 .bottom ul li:hover {
  cursor: pointer;
  background-color: #123325;
}
.index .youshi .w90 .bottom ul li:hover .text .t1 h3 {
  color: #96b931;
  opacity: 1;
}
.index .youshi .w90 .bottom ul li:hover .text .t2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.index .youshi .w90 .bottom ul li:hover .text .t2 h3 {
  color: #fff;
}
.index .youshi .w90 .bottom ul li:hover .text p {
  color: #fff;
  opacity: 0.3;
}
.index .youshi .w90 .bottom ul li:hover .img img {
  transform: scale(1.1);
}
.index .about {
  width: 100%;
  height: 100vh;
  background-image: url("/images/aboutBg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.index .about .w90 {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .about .w90 .text {
  width: 62%;
}
.index .about .w90 .text .t1 {
  margin-bottom: 6rem;
}
.index .about .w90 .text .t1 h4 {
  font-size: 1.25rem;
  color: #96b931;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
}
.index .about .w90 .text .t1 h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.index .about .w90 .text .t1 p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
}
.index .about::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 100vw;
  height: 100vw;
  border-radius: 50%;
  background-color: rgba(150, 185, 49, 0);
  z-index: 0;
  border: 2px dashed #96b931;
  animation: infiniteRotation2 1s linear infinite;
}
.hx_product .main {
  padding-top: 12rem;
  background-color: #f8f8f8;
  padding-bottom: 4rem;
}
.hx_product .main .w90 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hx_product .main .w90 .left {
  width: 74%;
}
.hx_product .main .w90 .left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product .main .w90 .left .top .title h2 {
  font-size: 2.5rem;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
.hx_product .main .w90 .left .top .xuanze {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product .main .w90 .left .top .xuanze .x_box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product .main .w90 .left .top .xuanze .x_box1 h4 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.hx_product .main .w90 .left .top .xuanze .x_box1 i {
  margin-left: 0.375rem;
  margin-top: 0.125rem;
  font-size: 1.25rem;
}
.hx_product .main .w90 .left .top .xuanze .x_box2 {
  margin-left: 1rem;
}
.hx_product .main .w90 .left .top .xuanze .x_box2 .custom-select {
  position: relative;
  width: 100%;
}
.hx_product .main .w90 .left .top .xuanze .x_box2 .custom-select .custom-select__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem 1.375rem;
  border: 1px solid #123325;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 0.375rem;
  overflow: hidden;
}
.hx_product .main .w90 .left .top .xuanze .x_box2 .custom-select .custom-select__trigger .custom-select__value {
  font-size: 1rem;
  color: #123325;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.hx_product .main .w90 .left .top .xuanze .x_box2 .custom-select .custom-select__trigger .custom-select__arrow {
  font-size: 1rem;
  color: #123325;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  transition: transform 0.3s ease;
  padding-left: 0.5rem;
}
.hx_product .main .w90 .left .top .xuanze .x_box2 .custom-select.active .custom-select__arrow {
  transform: rotate(180deg);
}
.hx_product .main .w90 .left .top .xuanze .x_box2 .custom-select .custom-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #123325;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
}
.hx_product .main .w90 .left .top .xuanze .x_box2 .custom-select .custom-select__options .custom-select__option {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1rem;
  color: #123325;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.hx_product .main .w90 .left .top .xuanze .x_box2 .custom-select .custom-select__options .custom-select__option:hover {
  background-color: #123325;
  color: #fff;
}
.hx_product .main .w90 .left .top .xuanze .x_box2 .custom-select.active .custom-select__options {
  display: block;
}
.hx_product .main .w90 .left .bottom {
  margin-top: 2rem;
}
.hx_product .main .w90 .left .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product .main .w90 .left .bottom ul li {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.875rem;
  position: relative;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.hx_product .main .w90 .left .bottom ul li:nth-of-type(3n) {
  margin-right: 0;
}
.hx_product .main .w90 .left .bottom ul li a {
  width: 100%;
}
.hx_product .main .w90 .left .bottom ul li a .p_title p {
  font-size: 0.875rem;
  color: #96b931;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.6rem;
}
.hx_product .main .w90 .left .bottom ul li a .p_title h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  height: 2.5rem;
}
.hx_product .main .w90 .left .bottom ul li a .img_box {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  position: relative;
}
.hx_product .main .w90 .left .bottom ul li a .img_box img {
  display: block;
  margin: 0 auto;
  transition: all 500ms ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translatex(-50%) translateY(-50%) scalex(1);
  transform: translatex(-50%) translateY(-50%) scalex(1);
  -webkit-filter: blur(0);
}
.hx_product .main .w90 .left .bottom ul li a .img_box img:first-child {
  opacity: 1;
}
.hx_product .main .w90 .left .bottom ul li a .img_box img:nth-last-child(1) {
  transform: translateX(50%) translateY(-50%) scalex(1);
  opacity: 0;
  filter: blur(0.9375rem);
}
.hx_product .main .w90 .left .bottom ul li a .canshu {
  width: 76%;
}
.hx_product .main .w90 .left .bottom ul li a .canshu h4 {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
.hx_product .main .w90 .left .bottom ul li a .canshu p {
  font-size: 0.75rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.hx_product .main .w90 .left .bottom ul li a .p_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #96b931;
  box-sizing: border-box;
  border-left: 0.75rem solid #f8f8f8;
  border-top: 0.75rem solid #f8f8f8;
  border-radius: 0 0 0.75rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product .main .w90 .left .bottom ul li a .p_more i {
  font-size: 1.5rem;
  color: #fff;
}
.hx_product .main .w90 .left .bottom ul li:hover {
  background-color: #96b931;
}
.hx_product .main .w90 .left .bottom ul li:hover a .p_title p {
  color: #fff;
}
.hx_product .main .w90 .left .bottom ul li:hover a .img_box img:first-child {
  opacity: 0;
  left: 0;
  transition-delay: 50ms;
  filter: blur(0.9375rem);
  transform: translateX(-50%) translateY(-50%) scalex(1);
}
.hx_product .main .w90 .left .bottom ul li:hover a .img_box img:nth-last-child(1) {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scalex(1);
  filter: blur(0);
}
.hx_product .main .w90 .left .bottom ul li:hover a .canshu p {
  color: #fff;
}
.hx_product .main .w90 .right {
  width: 20%;
}
.hx_product .main .w90 .right .search {
  background-color: #123325;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.hx_product .main .w90 .right .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product .main .w90 .right .search form input {
  width: calc(100% - 3rem);
  font-size: 1rem;
  color: #fff;
  line-height: 2.75rem;
  font-weight: 100;
  text-align: left;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.hx_product .main .w90 .right .search form input::placeholder {
  color: #fff;
}
.hx_product .main .w90 .right .search form button {
  width: 3rem;
  height: 2.75rem;
  background-color: #96b931;
  border-radius: 0 0.25rem 0.25rem 0;
}
.hx_product .main .w90 .right .search form button i {
  font-size: 2rem;
  color: #fff;
}
.hx_product .main .w90 .right .proList {
  margin-top: 2rem;
  background-color: rgba(18, 51, 37, 0.1);
  box-sizing: border-box;
  padding: 1.75rem;
  border-radius: 0.5rem;
}
.hx_product .main .w90 .right .proList h3 {
  font-size: 1.25rem;
  color: #123325;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product .main .w90 .right .proList h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.hx_product .main .w90 .right .proList ul li {
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
.hx_product .main .w90 .right .proList ul li a {
  display: block;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  padding: 1rem 1rem;
}
.hx_product .main .w90 .right .proList ul li:hover {
  background-color: #96b931;
}
.hx_product .main .w90 .right .proList ul li:hover a {
  color: #fff;
}
.hx_product .main .w90 .right .contactInfo {
  margin-top: 2rem;
  background-color: #123325;
  box-sizing: border-box;
  padding: 1.75rem;
  padding-bottom: 4rem;
  padding-top: 2.5rem;
  border-radius: 0.5rem;
}
.hx_product .main .w90 .right .contactInfo h3 {
  font-size: 1.25rem;
  color: #96b931;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product .main .w90 .right .contactInfo h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.hx_product .main .w90 .right .contactInfo > p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.hx_product .main .w90 .right .contactInfo .c_item {
  margin-top: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 0.25rem;
}
.hx_product .main .w90 .right .contactInfo .c_item h4 {
  font-size: 1rem;
  color: #96b931;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.5rem;
  opacity: 1;
}
.hx_product .main .w90 .right .contactInfo .c_item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.hx_product .main .w90 .right .contactInfo .c_item p:nth-of-type(1) {
  font-weight: 600;
}
.hx_product .main .w90 .right .contactInfo .c_item p:nth-of-type(2) {
  font-weight: 600;
}
.hx_product_detail .main {
  padding-top: 12rem;
  background-color: #f8f8f8;
  padding-bottom: 10rem;
}
.hx_product_detail .main .w90 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hx_product_detail .main .w90 .left {
  width: 74%;
}
.hx_product_detail .main .w90 .left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product_detail .main .w90 .left .top .imgBox {
  width: 50%;
  position: relative;
  background-color: #fff;
}
.hx_product_detail .main .w90 .left .top .imgBox .bigImg {
  padding: 2.5rem 2.5rem 8rem 2.5rem;
}
.hx_product_detail .main .w90 .left .top .imgBox .bigImg img {
  width: 100%;
  max-width: 34.75rem;
  display: block;
  margin: 0 auto;
}
.hx_product_detail .main .w90 .left .top .imgBox .smailImg {
  width: 100%;
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product_detail .main .w90 .left .top .imgBox .smailImg .btnLeft {
  width: 1.875rem;
  height: 4rem;
  background-color: #f8f8f8;
  margin-left: 1.25rem;
  line-height: 4rem;
  text-align: center;
  cursor: pointer;
}
.hx_product_detail .main .w90 .left .top .imgBox .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.hx_product_detail .main .w90 .left .top .imgBox .smailImg .btnRight {
  width: 1.875rem;
  height: 4rem;
  background-color: #f8f8f8;
  margin-left: 1.25rem;
  line-height: 4rem;
  text-align: center;
  cursor: pointer;
}
.hx_product_detail .main .w90 .left .top .imgBox .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product_detail .main .w90 .left .top .imgBox .smailImg ul li {
  cursor: pointer;
  width: 13%;
  border: 1px solid #292e27;
  margin: 0 0.5%;
  box-sizing: border-box;
}
.hx_product_detail .main .w90 .left .top .imgBox .smailImg ul li img {
  width: 100%;
}
.hx_product_detail .main .w90 .left .top .imgBox .smailImg ul li:hover {
  border: 1px solid #123325;
}
.hx_product_detail .main .w90 .left .top .textBox {
  width: 44%;
  height: inherit;
  position: relative;
}
.hx_product_detail .main .w90 .left .top .textBox .title p {
  font-size: 1rem;
  color: #96b931;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.875rem;
}
.hx_product_detail .main .w90 .left .top .textBox .title h3 {
  font-size: 1.75rem;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  font-family: "Impact";
}
.hx_product_detail .main .w90 .left .top .textBox .title::after {
  display: block;
  content: "";
  margin-top: 1.5rem;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.hx_product_detail .main .w90 .left .top .textBox .pro_content {
  margin: 1.25rem 0;
}
.hx_product_detail .main .w90 .left .top .textBox .pro_content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
}
.hx_product_detail .main .w90 .left .top .textBox .pro_content p span {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
}
.hx_product_detail .main .w90 .left .top .textBox .pro_config {
  margin: 1.25rem 0 0rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hx_product_detail .main .w90 .left .top .textBox .pro_config span {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
}
.hx_product_detail .main .w90 .left .top .textBox .pro_config ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product_detail .main .w90 .left .top .textBox .pro_config ul li {
  padding: 0 0.625rem;
  margin: 0.375rem 0.125rem;
  border-radius: 5rem;
  background-color: #96b931;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 2.625rem;
  font-weight: normal;
  text-align: center;
}
.hx_product_detail .main .w90 .left .top .textBox .pro_config ul li:nth-of-type(2n) {
  background-color: #123325;
}
.hx_product_detail .main .w90 .left .top .textBox .button .pre a {
  font-size: 1rem;
  color: #333;
  line-height: 3.75rem;
  font-weight: normal;
  text-align: left;
}
.hx_product_detail .main .w90 .left .top .textBox .button .next a {
  font-size: 1rem;
  color: #333;
  line-height: 3.75rem;
  font-weight: normal;
  text-align: left;
}
.hx_product_detail .main .w90 .left .bottom {
  margin-top: 4rem;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav {
  background-color: #123325;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  margin-bottom: 3rem;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #f8f8f8;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav ul li {
  margin-right: 2rem;
  margin-bottom: -2px;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav ul li a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 600;
  text-align: left;
  padding: 1rem 2rem;
  display: block;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  position: relative;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #96b931;
  transition: width 0.3s ease;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav ul li.active {
  background-color: #96b931;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav ul li.active a {
  color: #123325;
  font-weight: 600;
  border-bottom-color: #96b931;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav ul li.active a::after {
  width: 100%;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav ul li:hover a {
  color: #123325;
}
.hx_product_detail .main .w90 .left .bottom .proParameterNav ul li:hover a::after {
  width: 80%;
}
.hx_product_detail .main .w90 .left .bottom .proParameter {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .item .proItemTitle {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  cursor: pointer;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  width: calc(100% - 2rem);
  z-index: 6;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t1 h3 {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t1 i {
  font-size: 0.75rem;
  color: #96b931;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t2 {
  margin-top: 2rem;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t2 p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .img {
  width: 100%;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .img img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 5;
  transition: all 0.25s ease-in-out;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover .text .t1 h3 {
  color: #96b931;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover .text .t2 {
  height: 7.5rem;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover .text .t2 p {
  opacity: 0.6;
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide:hover::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.hx_product_detail .main .w90 .right {
  width: 20%;
}
.hx_product_detail .main .w90 .right .search {
  background-color: #123325;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.hx_product_detail .main .w90 .right .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product_detail .main .w90 .right .search form input {
  width: calc(100% - 3rem);
  font-size: 1rem;
  color: #fff;
  line-height: 2.75rem;
  font-weight: 100;
  text-align: left;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.hx_product_detail .main .w90 .right .search form input::placeholder {
  color: #fff;
}
.hx_product_detail .main .w90 .right .search form button {
  width: 3rem;
  height: 2.75rem;
  background-color: #96b931;
  border-radius: 0 0.25rem 0.25rem 0;
}
.hx_product_detail .main .w90 .right .search form button i {
  font-size: 2rem;
  color: #fff;
}
.hx_product_detail .main .w90 .right .proList {
  margin-top: 2rem;
  background-color: rgba(18, 51, 37, 0.1);
  box-sizing: border-box;
  padding: 1.75rem;
  border-radius: 0.5rem;
}
.hx_product_detail .main .w90 .right .proList h3 {
  font-size: 1.25rem;
  color: #123325;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product_detail .main .w90 .right .proList h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.hx_product_detail .main .w90 .right .proList ul li {
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
.hx_product_detail .main .w90 .right .proList ul li a {
  display: block;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  padding: 1rem 1rem;
}
.hx_product_detail .main .w90 .right .proList ul li:hover {
  background-color: #96b931;
}
.hx_product_detail .main .w90 .right .proList ul li:hover a {
  color: #fff;
}
.hx_product_detail .main .w90 .right .contactInfo {
  margin-top: 2rem;
  background-color: #123325;
  box-sizing: border-box;
  padding: 1.75rem;
  padding-bottom: 4rem;
  padding-top: 2.5rem;
  border-radius: 0.5rem;
}
.hx_product_detail .main .w90 .right .contactInfo h3 {
  font-size: 1.25rem;
  color: #96b931;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_product_detail .main .w90 .right .contactInfo h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.hx_product_detail .main .w90 .right .contactInfo > p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.hx_product_detail .main .w90 .right .contactInfo .c_item {
  margin-top: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 0.25rem;
}
.hx_product_detail .main .w90 .right .contactInfo .c_item h4 {
  font-size: 1rem;
  color: #96b931;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.5rem;
  opacity: 1;
}
.hx_product_detail .main .w90 .right .contactInfo .c_item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.hx_product_detail .main .w90 .right .contactInfo .c_item p:nth-of-type(1) {
  font-weight: 600;
}
.hx_product_detail .main .w90 .right .contactInfo .c_item p:nth-of-type(2) {
  font-weight: 600;
}
.hx_product_detail .proParameterNav {
  margin-bottom: 3rem;
}
.hx_product_detail .proParameterNav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #f8f8f8;
}
.hx_product_detail .proParameterNav ul li {
  margin-right: 2rem;
  margin-bottom: -2px;
}
.hx_product_detail .proParameterNav ul li a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  color: #666;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  position: relative;
}
.hx_product_detail .proParameterNav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #96b931;
  transition: width 0.3s ease;
}
.hx_product_detail .proParameterNav ul li.active a {
  color: #123325;
  font-weight: 600;
  border-bottom-color: #96b931;
}
.hx_product_detail .proParameterNav ul li.active a::after {
  width: 100%;
}
.hx_product_detail .proParameterNav ul li:hover a {
  color: #fff !important;
}
.hx_product_detail .proParameterNav ul li:hover a::after {
  width: 80%;
}
.hx_product_detail .proParameter {
  scroll-margin-top: 6rem;
}
.hx_product_detail .proParameter .item {
  display: block;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  scroll-margin-top: 6rem;
}
.hx_product_detail .proParameter .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.hx_product_detail .proParameter .item .proItemTitle {
  margin-bottom: 3rem;
  position: relative;
  padding-left: 1.5rem;
}
.hx_product_detail .proParameter .item .proItemTitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 2rem;
  background-color: #96b931;
  border-radius: 2px;
}
.hx_product_detail .proParameter .item .proItemTitle h3 {
  font-size: 2rem;
  color: #123325;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
.hx_product_detail .proParameter .item .proItemContent h3 {
  font-size: 1.25rem;
  color: #123325;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.hx_product_detail .proParameter .item .proItemContent h3:first-child {
  margin-top: 0;
}
.hx_product_detail .proParameter .item .proItemContent h3::before {
  content: '✓';
  display: inline-block;
  margin-right: 0.5rem;
  color: #96b931;
  font-weight: bold;
}
.hx_product_detail .proParameter .item .proItemContent p {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  text-align: justify;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.hx_product_detail .proParameter .item.youshi .proItemContent {
  background: linear-gradient(135deg, rgba(150, 185, 49, 0.05) 0%, rgba(150, 185, 49, 0.05) 100%);
  padding: 2.5rem;
  border-radius: 1rem;
  border-left: 4px solid #96b931;
}
.hx_product_detail .proParameter .item.youshi .proItemContent h3 {
  position: relative;
  padding-left: 3rem;
  line-height: 2;
}
.hx_product_detail .proParameter .item.youshi .proItemContent h3::before {
  content: '★';
  position: absolute;
  left: 0;
  color: #96b931;
  font-size: 1.5rem;
  line-height: 1.6;
}
.hx_product_detail .proParameter .item.youshi .proItemContent h3:first-child::before {
  content: '01';
  background-color: #96b931;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.hx_product_detail .proParameter .item.youshi .proItemContent h3:nth-child(3)::before {
  content: '02';
  background-color: #96b931;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.hx_product_detail .proParameter .item.youshi .proItemContent h3:nth-child(5)::before {
  content: '03';
  background-color: #96b931;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.hx_product_detail .proParameter .item.youshi .proItemContent h3:nth-child(7)::before {
  content: '04';
  background-color: #96b931;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.hx_product_detail .proParameter .item.youshi .proItemContent h3:nth-child(9)::before {
  content: '05';
  background-color: #96b931;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.hx_product_detail .proParameter .item.youshi .proItemContent p {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  padding-left: 3.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.hx_product_detail .proParameter .item.youshi .proItemContent p::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #96b931;
  border-radius: 50%;
  top: 2.2rem;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(150, 185, 49, 0.1);
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(150, 185, 49, 0.2);
  border-color: #96b931;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item.full-width {
  grid-column: 1 / -1;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item .scene-img {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  position: relative;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item .scene-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item:hover .scene-img img {
  transform: scale(1.1);
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item .scene-text {
  padding: 1.5rem;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item .scene-text h4 {
  font-size: 1.125rem;
  color: #123325;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item .scene-text h4::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #96b931;
  font-weight: bold;
  font-size: 1.25rem;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item .scene-text p {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
  padding-left: 0;
  margin: 0;
}
.hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item .scene-text p::before {
  display: none;
}
.hx_product_detail .proParameter .item.canshu .proItemContent {
  border-radius: 1rem;
}
.hx_product_detail .proParameter .item.canshu .proItemContent table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
}
.hx_product_detail .proParameter .item.canshu .proItemContent table thead {
  background-color: #96b931;
  color: #fff;
}
.hx_product_detail .proParameter .item.canshu .proItemContent table thead tr th {
  font-size: 1.125rem;
  color: #fff;
  line-height: 4rem;
  font-weight: 600;
  text-align: center;
}
.hx_product_detail .proParameter .item.canshu .proItemContent table tbody {
  background-color: #f8f8f8;
}
.hx_product_detail .proParameter .item.canshu .proItemContent table tbody tr td {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  color: #666;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.hx_product_detail .proParameter .item.canshu .proItemContent table tbody tr td:nth-child(1) {
  font-weight: 600;
}
.hx_product_detail .proParameter .item.wenti .proItemContent h3 {
  background-color: #96b931;
  color: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 3rem;
}
.hx_product_detail .proParameter .item.wenti .proItemContent h3::before {
  content: '?';
  position: absolute;
  left: 1rem;
  font-size: 1.25rem;
  color: #ffffff;
}
.hx_product_detail .proParameter .item.wenti .proItemContent p {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(18, 51, 37, 0.1);
  position: relative;
  padding-left: 2rem;
}
.hx_product_detail .proParameter .item.wenti .proItemContent p::before {
  content: '💡';
  position: absolute;
  left: 0.5rem;
  font-size: 1rem;
  color: #96b931;
}
.hx_product_detail .proParameter .item.wenti .proItemContent p:hover {
  border-color: #96b931;
  box-shadow: 0 4px 15px rgba(150, 185, 49, 0.1);
}
.single-product-style1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.single-product-style1 li {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.875rem;
  position: relative;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.single-product-style1 li:nth-of-type(3n) {
  margin-right: 0;
}
.single-product-style1 li a {
  width: 100%;
}
.single-product-style1 li a .p_title p {
  font-size: 0.875rem;
  color: #96b931;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.6rem;
}
.single-product-style1 li a .p_title h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.single-product-style1 li a .single-product-style1__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--mediplace-bdr-radius);
  border-bottom: 1px solid rgba(var(--mediplace-black-rgb), 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 1.25rem 0 2.5rem 0;
  z-index: 1;
}
.single-product-style1 li a .single-product-style1__img img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.single-product-style1 li a .single-product-style1__img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.single-product-style1 li a .canshu h4 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
.single-product-style1 li a .canshu p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.single-product-style1 li a .p_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #96b931;
  box-sizing: border-box;
  border-left: 0.75rem solid #f8f8f8;
  border-top: 0.75rem solid #f8f8f8;
  border-radius: 0 0 0.75rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.single-product-style1 li a .p_more i {
  font-size: 1.5rem;
  color: #fff;
}
.single-product-style1 li:hover {
  background-color: #96b931;
}
.single-product-style1 li:hover a .p_title p {
  color: #fff;
}
.single-product-style1 li:hover a .canshu p {
  color: #fff;
}
.single-product-style1 li:hover .single-product-style1__img img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.single-product-style1 li:hover .single-product-style1__img img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.hx_news .main {
  padding-top: 10rem;
}
.hx_news .main .w90 {
  margin: 0 auto;
}
.hx_news .main .w90 ul li {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hx_news .main .w90 ul li:hover a .img img {
  transform: scale(1.2);
}
.hx_news .main .w90 ul li:hover a .text h3 {
  transform: translateY(-1.25rem);
  color: #123325;
}
.hx_news .main .w90 ul li:hover a .text .more {
  color: #fff;
}
.hx_news .main .w90 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_news .main .w90 ul li a .img {
  width: 32%;
  height: 20.625rem;
  border-radius: 1.625rem;
  overflow: hidden;
  position: relative;
}
.hx_news .main .w90 ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
  transition: all 0.5s ease;
}
.hx_news .main .w90 ul li a .text {
  width: 64%;
}
.hx_news .main .w90 ul li a .text h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1.25rem;
  transition: all 0.5s ease;
}
.hx_news .main .w90 ul li a .text span {
  font-size: 1rem;
  color: #123325;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.hx_news .main .w90 ul li a .text p {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.hx_news .main .w90 ul li a .text .more {
  margin-top: 2.5rem;
  background-color: #f8f8f8;
  transition: all 0.5s ease;
  width: 13.75rem;
  height: 3.75rem;
  border-radius: 2.75rem;
}
.hx_news .main .w90 ul li a .text .more .c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 6;
}
.hx_news .main .w90 ul li a .text .more .c span {
  font-size: 0.9375rem;
  color: #123325;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.hx_news .main .w90 ul li a .text .more .c i {
  margin-left: 0.625rem;
  font-size: 0.9375rem;
  color: #123325;
  line-height: 3rem;
  font-weight: 700;
  text-align: left;
}
.hx_news .main .w90 ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.hx_news .main .w90 ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.hx_news .main .w90 ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.hx_news .main .w90 ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.hx_news .main .w90 ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.hx_news .main .w90 ul li:nth-of-type(6) {
  animation-delay: 1.2s;
}
.hx_news .main .pageList {
  margin-top: 3rem;
}
.hx_news .main .pageList dl {
  justify-content: center;
}
.hx_news_details {
  background-color: #f8f8f8;
}
.hx_news_details .main .n_center {
  padding-top: 10rem;
}
.hx_news_details .main .n_center .ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hx_news_details .main .n_center .ct .detailed {
  width: 74%;
}
.hx_news_details .main .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.hx_news_details .main .n_center .ct .detailed > .n_title h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #d6d6d6;
  margin-bottom: 2.5rem;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin: 0 0.625rem;
  opacity: 0.3;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .news_content {
  padding: 4rem 3rem;
  box-sizing: border-box;
  background-color: #fff;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .news_content h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  text-align: left;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.6875rem;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 0.625rem;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 0.625rem;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 1.5rem;
}
.hx_news_details .main .n_center .ct .detailed .sub2 .np div a {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.2;
  font-weight: 1;
  text-align: left;
  padding: 0.875rem;
}
.hx_news_details .main .n_center .ct .right {
  width: 20%;
}
.hx_news_details .main .n_center .ct .right .search {
  background-color: #123325;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.hx_news_details .main .n_center .ct .right .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_news_details .main .n_center .ct .right .search form input {
  width: calc(100% - 3rem);
  font-size: 1rem;
  color: #fff;
  line-height: 2.75rem;
  font-weight: 100;
  text-align: left;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.hx_news_details .main .n_center .ct .right .search form input::placeholder {
  color: #fff;
}
.hx_news_details .main .n_center .ct .right .search form button {
  width: 3rem;
  height: 2.75rem;
  background-color: #96b931;
  border-radius: 0 0.25rem 0.25rem 0;
}
.hx_news_details .main .n_center .ct .right .search form button i {
  font-size: 2rem;
  color: #fff;
}
.hx_news_details .main .n_center .ct .right .proList {
  margin-top: 2rem;
  background-color: rgba(18, 51, 37, 0.1);
  box-sizing: border-box;
  padding: 1.75rem;
  border-radius: 0.5rem;
}
.hx_news_details .main .n_center .ct .right .proList h3 {
  font-size: 1.25rem;
  color: #123325;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_news_details .main .n_center .ct .right .proList h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.hx_news_details .main .n_center .ct .right .proList ul li {
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
.hx_news_details .main .n_center .ct .right .proList ul li a {
  display: block;
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  padding: 1rem 1rem;
}
.hx_news_details .main .n_center .ct .right .proList ul li:hover {
  background-color: #96b931;
}
.hx_news_details .main .n_center .ct .right .proList ul li:hover a {
  color: #fff;
}
.hx_news_details .main .n_center .ct .right .contactInfo {
  margin-top: 2rem;
  background-color: #123325;
  box-sizing: border-box;
  padding: 1.75rem;
  padding-bottom: 4rem;
  padding-top: 2.5rem;
  border-radius: 0.5rem;
}
.hx_news_details .main .n_center .ct .right .contactInfo h3 {
  font-size: 1.25rem;
  color: #96b931;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.hx_news_details .main .n_center .ct .right .contactInfo h3 i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
}
.hx_news_details .main .n_center .ct .right .contactInfo > p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.hx_news_details .main .n_center .ct .right .contactInfo .c_item {
  margin-top: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 0.25rem;
}
.hx_news_details .main .n_center .ct .right .contactInfo .c_item h4 {
  font-size: 1rem;
  color: #96b931;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.5rem;
  opacity: 1;
}
.hx_news_details .main .n_center .ct .right .contactInfo .c_item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.hx_page .main {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.hx_page .main .w90 {
  padding-bottom: 2rem;
}
.hx_page .main .w90 .part0 {
  margin-bottom: 3rem;
}
.hx_page .main .w90 .part0 h4 {
  font-size: 1.25rem;
  color: #96b931;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
}
.hx_page .main .w90 .part0 h3 {
  font-size: 2.5rem;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
.hx_page .main .w90 .part01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hx_page .main .w90 .part01 .img {
  width: 46%;
  border-radius: 1rem;
  overflow: hidden;
}
.hx_page .main .w90 .part01 .img img {
  width: 100%;
  display: block;
}
.hx_page .main .w90 .part01 .text {
  width: 47%;
  height: 45vh;
  overflow-y: auto;
  padding: 1rem;
  position: relative;
}
.hx_page .main .w90 .part01 .text h4 {
  font-size: 1.25rem;
  color: #96b931;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
}
.hx_page .main .w90 .part01 .text h3 {
  font-size: 2.5rem;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
.hx_page .main .w90 .part01 .text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
}
.hx_page .main .w90 .part01 .text .more {
  margin-top: 3rem;
}
.hx_page .main .w90 .part01 .text::-webkit-scrollbar {
  width: 0.25rem;
}
.hx_page .main .w90 .part01 .text::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.hx_page .main .w90 .part01 .text::-webkit-scrollbar-thumb {
  background: #123325;
  border-radius: 0.25rem;
}
.hx_page .main .w90 .part02 {
  margin-top: 3rem;
}
.hx_page .main .w90 .part02 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hx_page .main .w90 .part02 ul li {
  width: 16%;
}
.hx_page .main .w90 .part02 ul li .img {
  width: 100%;
  position: relative;
}
.hx_page .main .w90 .part02 ul li .img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.5rem;
}
.hx_page .main .w90 .part02 ul li .img::after {
  content: '';
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #96b931;
  border-radius: 0.5rem;
}
.hx_contact .main {
  background-color: #f8f8f8;
}
.hx_contact .main > div {
  padding-top: 12rem;
}
.hx_contact .main > div .c_top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.875rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_contact .main > div .c_top .n_title {
  position: relative;
}
.hx_contact .main > div .c_top .n_title h2 {
  font-size: 2.625rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.hx_contact .main > div .c_top .n_title::before {
  position: absolute;
  top: -1.625rem;
  left: -1.25rem;
  display: block;
  content: "";
  width: 4.6875rem;
  height: 4.6875rem;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.hx_contact .main > div .c_top .n_title::after {
  margin-top: 1.375rem;
  display: block;
  content: "";
  width: 3rem;
  height: 0.375rem;
  background-color: #123325;
}
.hx_contact .main > div .c_top .en {
  width: 60%;
}
.hx_contact .main > div .c_top .en p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
}
.hx_contact .main > div .top {
  margin-top: 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_contact .main > div .top .top_left {
  width: 100%;
}
.hx_contact .main > div .top .top_left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_contact .main > div .top .top_left ul li {
  width: 32.6%;
  height: 15rem;
  box-shadow: 0 0.625rem 1.2rem rgba(46, 0, 2, 0.05);
  border-radius: 1.25rem;
  padding: 1.875rem 1rem 0.625rem;
  background-color: #fff;
  box-sizing: border-box;
}
.hx_contact .main > div .top .top_left ul li:nth-of-type(5) .text p {
  font-size: 1rem;
}
.hx_contact .main > div .top .top_left ul li .img {
  text-align: center;
}
.hx_contact .main > div .top .top_left ul li .img img {
  width: initial;
  margin: 0 auto;
}
.hx_contact .main > div .top .top_left ul li .text {
  margin-top: 1.25rem;
}
.hx_contact .main > div .top .top_left ul li .text h3 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.125rem;
}
.hx_contact .main > div .top .top_left ul li .text .t {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.hx_contact .main > div .top .top_left ul li .text .t p {
  font-size: 1.25rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}
.hx_contact .main > div .top .top_left ul li .text .t .erweima {
  position: relative;
  margin-left: 0.5rem;
}
.hx_contact .main > div .top .top_left ul li .text .t .erweima i {
  color: #333;
  font-size: 1.125rem;
  cursor: pointer;
}
.hx_contact .main > div .top .top_left ul li .text .t .erweima img {
  position: absolute;
  top: -2.5rem;
  right: -7rem;
  width: initial;
  display: none;
}
.hx_contact .main > div .top .top_left ul li .text .t .erweima:hover img {
  display: block;
}
.hx_contact .main > div .top .top_left ul li .text p {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  color: #999;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.hx_contact .main > div .top .top_left ul li .text p span {
  width: 100%;
  display: block;
  text-align: center;
}
.hx_contact .main > div .top .top_right {
  margin-top: 3.125rem;
  width: 100%;
  background-color: #fff;
  padding: 3.125rem;
  box-sizing: border-box;
  border-radius: 1.25rem;
}
.hx_contact .main > div .top .top_right h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.hx_contact .main > div .top .top_right .message {
  margin-top: 1.25rem;
}
.hx_contact .main > div .top .top_right .message .ms1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_contact .main > div .top .top_right .message .ms1 .ms1_sub1 {
  width: 49%;
  height: 3.75rem;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem;
}
.hx_contact .main > div .top .top_right .message .ms1 .ms1_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.hx_contact .main > div .top .top_right .message .ms2 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hx_contact .main > div .top .top_right .message .ms2 .ms2_sub1 {
  width: 49%;
  height: 3.75rem;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem;
}
.hx_contact .main > div .top .top_right .message .ms2 .ms2_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.hx_contact .main > div .top .top_right .message .ms3 {
  margin-top: 1rem;
  background-color: #f2f5f5;
  height: 12.5rem;
  box-sizing: border-box;
  padding: 1.25rem;
}
.hx_contact .main > div .top .top_right .message .ms3 textarea {
  width: 100%;
  height: 100%;
}
.hx_contact .main > div .top .top_right .message .ms4 {
  margin-top: 1.25rem;
  width: 100%;
}
.hx_contact .main > div .top .top_right .message .ms4 button {
  width: 100%;
  height: 3.5rem;
  background-color: #123325;
  font-size: 1rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  header {
    height: 5.25rem;
    line-height: 5.25rem;
  }
  header > div .logo {
    width: 32%;
  }
  header > div nav {
    width: 60%;
  }
  header > div .logo .logo_text a h3 {
    font-size: 1.25rem;
  }
  header > div .logo .logo_text a p {
    font-size: 1.25rem;
  }
  .title h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .title p {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .more {
    width: 16rem;
    height: 3.75rem;
    line-height: 3.75rem;
  }
  .more a {
    height: 3.75rem;
  }
  .index .hotProduct .w90 .bottom ul li a .p_more {
    width: 5.5rem;
    height: 5.5rem;
  }
  .index .hotProduct .w90 .bottom ul li a .p_title h3 {
    font-size: 1.125rem;
    height: 4rem;
  }
  .index .hotProduct .w90 .bottom ul li a .canshu h4 {
    font-size: 1rem;
  }
  .index .hotProduct .w90 .bottom {
    margin-top: 3rem;
  }
  .index .lingyu .top .w90 .title h2 {
    font-size: 2.75rem;
  }
  .index .lingyu .top .w90 .title p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text h3 {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text {
    align-items: center;
    bottom: 2rem;
  }
  .index .youshi .w90 .bottom ul li .text .t1 h3 {
    font-size: 1rem;
  }
  .index .youshi .w90 .bottom ul li .text .t1 img {
    width: 2.5rem;
  }
  .index .youshi .w90 .bottom ul li .text .t2 h3 {
    font-size: 1.25rem;
  }
  .index .youshi .w90 .bottom ul li .text .t2 p {
    font-size: 1rem;
  }
  .index .youshi .w90 .bottom ul li .text .t2 {
    height: 6rem;
    margin-top: 1.75rem;
  }
  .index .about .w90 .text .t1 h2 {
    font-size: 2.75rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
  footer .w90 .top .right {
    width: 18%;
  }
  footer .w90 .top .right ul li a {
    font-size: 1.125rem;
  }
  footer .w90 .top .right ul li {
    margin-bottom: 1.875rem;
  }
  footer .w90 .top .left .text .t_item h3 {
    font-size: 1.125rem;
  }
  footer .w90 .top .left .text {
    margin-top: 4.5rem;
  }
  .hx_product .main .w90 .left .top .title h2 {
    font-size: 2rem;
  }
  .hx_product .main .w90 .left .bottom ul li a .p_title h3 {
    font-size: 1.125rem;
  }
  .hx_product .main .w90 .left .bottom ul li a .canshu h4 {
    font-size: 1rem;
  }
  .hx_product .main .w90 .left .bottom ul li a .p_more {
    width: 4.875rem;
    height: 4.875rem;
  }
  .hx_product_detail .main .w90 .left .bottom .proParameterNav ul li {
    margin-right: 0;
  }
  .hx_product_detail .main .w90 .left .bottom .proParameterNav ul li a {
    line-height: 2.5rem;
  }
  .hx_product_detail .proParameter .item .proItemTitle h3 {
    font-size: 1.75rem;
  }
  .hx_product_detail .proParameter .item.youshi .proItemContent h3 {
    font-size: 1.125rem;
  }
  .hx_product_detail .proParameter .item.youshi .proItemContent p {
    line-height: 1.5;
  }
  .hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item .scene-img {
    height: 16rem;
  }
  .hx_product_detail .proParameter .item.changjing .proItemContent .scene-grid .scene-item .scene-text p {
    line-height: 1.5;
  }
  .hx_product_detail .proParameter .item.wenti .proItemContent h3 {
    font-size: 1.125rem;
  }
  .hx_product_detail .proParameter .item.wenti .proItemContent p {
    line-height: 1.5;
  }
  .hx_page .main .w90 .part0 h3 {
    font-size: 2.75rem;
  }
  .hx_page .main .w90 .part01 .text {
    height: 40vh;
  }
  .hx_news .main .w90 ul li a .text h3 {
    font-size: 1.25rem;
  }
  .hx_news .main .w90 ul li a .img {
    height: 16rem;
    border-radius: 1rem;
  }
  .hx_news .main {
    padding-top: 8rem;
  }
  .hx_news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 1.5rem;
  }
  .hx_news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .hx_news_details .main .n_center .ct .detailed .sub2 .news_content {
    padding: 3rem 2rem;
  }
  .hx_news_details .main .n_center .ct .right .search form input {
    font-size: 0.75rem;
  }
  .hx_contact .main > div .top .top_left ul li .text p span {
    font-size: 1rem;
  }
  .index .hotProduct .w90 .bottom ul li a .img_box {
    margin: 0.5rem 0 2.5rem;
  }
  .index .hotProduct .w90 .bottom ul li {
    padding: 1.5rem;
  }
  .index .lingyu .top .w90 .title h2 {
    font-size: 2.5rem;
  }
  .index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text .t1 h3 {
    font-size: 1.125rem;
  }
  .index .lingyu .center .swiper-container .swiper-wrapper .swiper-slide .text .t1 {
    align-items: center;
  }
  .index .lingyu .center {
    margin-top: 2rem;
  }
  .index .lingyu .bottom {
    margin-top: 2rem;
  }
  .index .lingyu .bottom .w90 .btns > div {
    width: 3.5em;
    height: 3.5em;
  }
  .index .hotProduct {
    padding-top: 9rem;
  }
  .index .hotProduct.hotProduct3 {
    padding-bottom: 9rem;
  }
  .index .lingyu {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .index .youshi {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .index .youshi .w90 .bottom {
    margin-top: 3rem;
  }
  .index .about .w90 .text .t1 h2 {
    font-size: 2.5rem;
  }
  .index .about .w90 .text .t1 p {
    line-height: 1.4;
  }
  .index .about .w90 .text .t1 {
    margin-bottom: 3rem;
  }
  footer .w90 .top .center {
    width: 28%;
  }
  footer .w90 .top .center h3 {
    line-height: 1.1;
    font-size: 1.25rem;
  }
  footer .w90 .top .left {
    width: 36%;
  }
  footer .w90 .top .right {
    width: 14%;
  }
  footer .w90 .top .left .text {
    margin-top: 2rem;
  }
  footer .w90 .top .left .text .t_item {
    margin-bottom: 1.75rem;
  }
  footer .w90 .bottom {
    margin-top: 5.5rem;
  }
  .hx_page .main .w90 .part01 .text h3 {
    font-size: 2rem;
  }
  .hx_page .main .w90 .part01 .text {
    padding: 0 1rem;
    height: 48vh;
  }
  .hx_page .main {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
  .hx_contact .main > div .c_top {
    margin-bottom: 2rem;
  }
  .hx_contact .main > div .c_top .n_title h2 {
    font-size: 2.5rem;
  }
  .hx_contact .main > div .c_top .en {
    width: 70%;
  }
  .hx_contact .main > div {
    padding-top: 9rem;
  }
  .hx_contact .main > div .c_top .n_title::after {
    height: 0.25rem;
  }
  .hx_contact .main > div .c_top {
    padding-bottom: 1.5rem;
  }
  .hx_news_details .main .n_center {
    padding-top: 9rem;
  }
  .hx_news_details .main .n_center .ct .detailed {
    width: 70%;
  }
  .hx_news_details .main .n_center .ct .right {
    width: 26%;
  }
  header > div nav ul li .menu {
    top: 5.25rem;
  }
  .hx_product .main {
    padding-top: 9rem;
  }
  .hx_product .main .w90 .left .bottom ul li {
    padding: 1.25rem;
  }
  .hx_product .main .w90 .left .top .title h2 {
    margin-bottom: 0;
  }
  .hx_product .main .w90 .right {
    width: 24%;
  }
  .hx_product .main .w90 .left {
    width: 72%;
  }
  .hx_product .main .w90 .left .bottom ul li a .canshu {
    width: 100%;
  }
  .hx_product .main .w90 .left .bottom ul li a .canshu p {
    width: 76%;
  }
  .single-product-style1 li a .single-product-style1__img {
    margin: 1.25rem 0 2rem 0;
  }
  .hx_product_detail .main .w90 .left .top .textBox .pro_config {
    display: none;
  }
  .hx_product_detail .main {
    padding-top: 9rem;
  }
  .hx_product_detail .proParameter .item .proItemTitle h3 {
    font-size: 1.5rem;
  }
  .hx_product_detail .main .w90 .left .bottom .proParameterNav ul li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .hx_product_detail .main .w90 .left {
    width: 72%;
  }
  .hx_product_detail .main .w90 .right {
    width: 24%;
  }
  .hx_product_detail .main .w90 .left .top .imgBox .bigImg {
    padding: 0.75rem 0.75rem 5rem 0.75rem;
  }
  .hx_product_detail .main .w90 .left .top .imgBox .smailImg .btnLeft {
    margin-left: 0.75rem;
  }
  .hx_product_detail .main .w90 .left .top .imgBox .smailImg .btnRight {
    margin-left: 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
  .index .hotProduct {
    padding-top: 6rem;
  }
  .title h2 {
    font-size: 1.375rem;
  }
  .index .hotProduct .w90 .top .more {
    display: none;
  }
  .index .hotProduct .w90 .top .title {
    width: 100%;
  }
  .title p {
    font-size: 1rem;
  }
  .index .hotProduct .w90 .bottom ul li {
    width: 100%;
  }
  .index .hotProduct .w90 .bottom {
    margin-top: 2rem;
  }
  .index .hotProduct .w90 .bottom ul li a .p_title h3 {
    font-size: 1.125rem;
  }
  .index .hotProduct.hotProduct3 {
    padding-bottom: 6rem;
  }
  .index .lingyu {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .index .lingyu .top .w90 .title {
    width: 100%;
  }
  .index .lingyu .top .w90 .title h2 {
    font-size: 1.375rem;
  }
  .index .lingyu .top .w90 .title p {
    font-size: 1rem;
    line-height: 1.3;
  }
  .index .lingyu .center {
    width: 90%;
  }
  .index .lingyu .top .w90 .num h3 {
    font-size: 2rem;
  }
  .index .lingyu .top .w90 .num span {
    height: 1rem;
    width: 1px;
    margin: 0 0.25rem;
  }
  .index .lingyu .top .w90 .num h4 {
    font-size: 1.375rem;
  }
  .index .lingyu .top .w90 .num {
    margin-top: 2rem;
  }
  .index .lingyu .bottom .w90 .btns > div {
    width: 3rem;
    height: 3rem;
  }
  .index .youshi {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .index .youshi .w90 .top .title {
    width: 100%;
  }
  .index .youshi .w90 .bottom ul li {
    width: 100%;
  }
  .index .youshi .w90 .bottom ul li:nth-of-type(1) {
    margin-top: 0;
  }
  .index .youshi .w90 .bottom ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .index .youshi .w90 .bottom ul li:nth-of-type(3) {
    margin-top: 0;
  }
  .index .youshi .w90 .bottom ul li:nth-of-type(4) {
    margin-top: 0;
  }
  .index .about .w90 .text {
    width: 100%;
  }
  .index .about .w90 .text .t1 h2 {
    font-size: 1.375rem;
  }
  .index .about .w90 .text .t1 p {
    line-height: 1.3;
    font-size: 1rem;
  }
  footer .w90 .top .right {
    display: none;
  }
  footer .w90 .top .left {
    width: 100%;
  }
  footer .w90 .top .center {
    width: 100%;
    display: none;
  }
  footer .w90 .top .left .logo .logo_text a p {
    font-size: 1.125rem;
  }
  footer .w90 .top .left .logo .logo_img a img {
    height: 3rem;
  }
  footer .w90 .top .left .logo .logo_img {
    margin-right: 0.75rem;
  }
  footer .w90 .top .left .text .t_item h3 {
    font-size: 1rem;
  }
  footer .w90 .top .left .text .t_item p {
    font-size: 0.875rem;
  }
  footer .w90 .top .left .text .t_item h3 span {
    font-size: 1rem;
  }
  footer .w90 .top .left .text .t_item h4 {
    font-size: 1rem;
  }
  footer .w90 .bottom a {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  footer {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .index .hotProduct .w90 .bottom ul li a .p_more {
    width: 4rem;
    height: 4rem;
    border-left: 0.5rem solid #f8f8f8;
    border-top: 0.5rem solid #f8f8f8;
  }
  .index .hotProduct .w90 .bottom ul li a .p_title h3 {
    font-size: 1rem;
  }
  .index .hotProduct .w90 .bottom ul li a .canshu h4 {
    font-size: 0.875rem;
  }
  .hx_page .main .w90 .part01 .img {
    width: 100%;
  }
  .hx_page .main .w90 .part01 .text {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .hx_page .main {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .hx_page .main .w90 .part01 .text {
    margin-top: 3rem;
  }
  .hx_page .main .w90 .part01 .text h4 {
    font-size: 0.875rem;
  }
  .hx_page .main .w90 .part01 .text h3 {
    font-size: 1.25rem;
  }
  .hx_page .main .w90 .part02 ul li {
    width: 48%;
    margin-bottom: 1.25rem;
  }
  .hx_page .main .w90 {
    padding-bottom: 0;
  }
  .hx_product .main {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .hx_product .main .w90 .right {
    display: none;
  }
  .hx_product .main .w90 .left {
    width: 100%;
  }
  .hx_product .main .w90 .left .top .title h2 {
    font-size: 1.375rem;
  }
  .hx_product .main .w90 .left .bottom ul li {
    width: 100%;
    margin-right: 0;
  }
  .hx_product_detail .main {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .hx_product_detail .main .w90 .right {
    display: none;
  }
  .hx_product_detail .main .w90 .left {
    width: 100%;
  }
  .hx_product_detail .main .w90 .left .top .imgBox {
    width: 100%;
  }
  .hx_product_detail .main .w90 .left .top .imgBox .smailImg .btnLeft i {
    font-size: 10px;
  }
  .hx_product_detail .main .w90 .left .top .imgBox .smailImg .btnLeft {
    height: 2rem;
    line-height: 2rem;
    width: 1.5rem;
  }
  .hx_product_detail .main .w90 .left .top .imgBox .smailImg .btnRight {
    height: 2rem;
    line-height: 2rem;
    width: 1.5rem;
  }
  .hx_product_detail .main .w90 .left .top .textBox {
    width: 100%;
    margin-top: 3rem;
  }
  .hx_product_detail .main .w90 .left .top .textBox .title h3 {
    font-size: 1.25rem;
  }
  .hx_product_detail .main .w90 .left .bottom .proParameterNav ul li a {
    padding: 0.75rem 0.25rem;
    font-size: 0.75rem;
  }
  .hx_product_detail .main .w90 .left .bottom .proParameter {
    padding: 2rem 0rem;
    background: none;
  }
  .hx_product_detail .proParameter .item .proItemTitle h3 {
    font-size: 1.125rem;
  }
  .hx_product_detail .proParameter .item.youshi .proItemContent {
    padding: 1.5rem 0.5rem;
  }
  .hx_product_detail .proParameter .item.youshi .proItemContent h3 {
    line-height: 1.2;
    font-size: 0.875rem;
  }
  .hx_product_detail .proParameter .item.youshi .proItemContent p {
    padding-left: 1.5rem;
    text-align: left;
    font-size: 0.875rem;
  }
  .hx_product_detail .proParameter .item.youshi .proItemContent p::before {
    display: none;
  }
  .hx_product_detail .proParameter .item.youshi .proItemContent h3:first-child::before {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
  .hx_product_detail .proParameter .item.youshi .proItemContent h3:nth-child(3)::before {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
  .hx_product_detail .proParameter .item.youshi .proItemContent h3:nth-child(5)::before {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
  .hx_product_detail .main .w90 .left .bottom .proParameter .swiper-container .swiper-wrapper .swiper-slide a .text .t1 h3 {
    font-size: 0.875rem;
  }
  .hx_product_detail .proParameter .item {
    padding-bottom: 0;
  }
  .hx_news .main .w90 ul li a .img {
    width: 100%;
  }
  .hx_news .main .w90 ul li a .text {
    width: 100%;
    margin-top: 2rem;
  }
  .hx_news .main .w90 ul li a .text h3 {
    font-size: 1rem;
  }
  .hx_news .main .w90 ul li a .text p {
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .hx_news_details .main .n_center .ct .right {
    display: none;
  }
  .hx_news_details .main .n_center .ct .detailed {
    width: 100%;
  }
  .hx_news_details .main .n_center {
    padding-top: 6rem;
  }
  .hx_news .main {
    padding-top: 6rem;
  }
  .hx_news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 1rem;
  }
  .hx_news_details .main .n_center .ct .detailed .sub2 .share p {
    display: none;
  }
  .hx_news_details .main .n_center .ct .detailed .sub2 .share p:nth-of-type(1) {
    display: block;
    font-size: 0.75rem;
  }
  .hx_news_details .main .n_center .ct .detailed .sub2 .news_content {
    padding: 1.5rem;
  }
  .hx_contact .main > div {
    padding-top: 6rem;
  }
  .hx_contact .main > div .c_top .n_title h2 {
    font-size: 1.375rem;
  }
  .hx_contact .main > div .c_top .en {
    width: 100%;
    margin-top: 0.75rem;
  }
  .hx_contact .main > div .c_top .en p {
    font-size: 1rem;
    line-height: 1.3;
  }
  .hx_contact .main > div .c_top .n_title::after {
    height: 0.125rem;
    margin-top: 0.5rem;
  }
  .hx_contact .main > div .top .top_left ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .hx_contact .main > div .top .top_left ul li .text p {
    font-size: 1rem;
  }
  .hx_contact .main > div .top .top_right {
    margin-top: 2rem;
    padding: 1rem;
  }
  .hx_contact .main > div .top .top_right h3 {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}
