html {
  position: relative;
  overflow-y: auto;
}
body {
  width: 100%;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100px;
  line-height: 100px;
  z-index: 1;
  cursor: pointer;
  outline: none;
  transition: all 0.4s;
  color: #138de8;
}
.swiper-btn span {
  font-size: 30px;
  color: #fff;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.space-list-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.space-p-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.container {
  width: 87.5rem;
  margin: 0 auto;
}
.inner-header-icon {
  display: none;
  color: #fff;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 1px;
  background-color: #138de8;
}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #011d49;
}
.inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.inner-header-icon-out span {
  background: #ffffff;
}
.inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.common_banner {
  position: relative;
  width: 100%;
  margin-top: 10.625rem;
  height: 25rem;
  overflow: hidden;
}
.common_banner > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_crumb {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  margin: 1.375rem 0;
  color: #666;
}
.common_crumb .main {
  height: 100%;
}
.common_crumb em {
  font-size: 1.5rem;
  color: #bfbfbf;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.common_crumb span {
  font-size: 0.875rem;
  color: #666;
}
.common_crumb > a {
  font-size: 0.875rem;
  color: #666;
}
.common_crumb > a:hover {
  color: #ce0001;
}
.common_navbx {
  transform: translateY(-4.25rem);
  width: 14.3%;
}
.common_navbx_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.125rem;
  background-color: #ce0001;
  margin-bottom: 0.5rem;
}
.common_navbx_title h3 {
  font-size: 1.875rem;
  color: #fff;
}
.common_navbx_list li {
  width: 100%;
  height: 3.125rem;
}
.common_navbx_list li:not(:last-child) {
  margin-bottom: 0.125rem;
}
.common_navbx_list li:hover a,
.common_navbx_list li.active a {
  color: #fff;
  background-color: #ce0001;
}
.common_navbx_list li:hover a i,
.common_navbx_list li.active a i {
  display: block;
}
.common_navbx_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #333;
  background-color: #f6f6f6;
  transition: all 0.3s;
}
.common_navbx_list li a i {
  display: none;
  font-size: 1.125rem;
  color: #fff;
  margin-left: 0.75rem;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
}
.common_pagination li {
  display: inline-block;
}
.common_pagination li:nth-child(2) {
  display: flex;
  margin: 0 1.25rem;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  color: #ce0001;
}
.common_pagination li:first-child > a i,
.common_pagination li:last-child > a i {
  font-size: 1rem;
  font-weight: normal;
}
.common_pagination li:first-child > a:hover,
.common_pagination li:last-child > a:hover {
  border-radius: 0.5rem;
}
.common_pagination li:last-child > a i {
  display: block;
  transform: rotate(180deg);
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1rem;
  color: #ce0001;
  transition: all 0.35s;
  border: 1px solid #ce0001;
  border-radius: 0.5rem;
}
.common_pagination a:not(:last-child) {
  margin-right: 1.25rem;
}
.common_pagination a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #ce0001;
  border-radius: 50%;
}
.common_pagination a:hover i {
  color: #fff;
}
.common_pagination a.page-num-current {
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  background-color: #ce0001;
}
.common_pagination a:last-child {
  margin-right: 0;
}
.common_pagebtn {
  display: flex;
  flex-direction: column;
  padding-top: 1.375rem;
}
.common_pagebtn a {
  display: flex;
  max-width: 80%;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:first-child {
  margin-bottom: 1.25rem;
}
.common_pagebtn a:hover {
  color: #ce0001;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}
.index_header_top {
  background-color: #232323;
  height: 1.875rem;
}
.index_header_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_top_l p {
  font-size: 0.875rem;
  color: #fff;
  left: 1.875rem;
}
.index_header_top_r p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.875rem;
}
.index_header_top_r p i {
  font-size: 1rem;
  color: #d3d3d3;
  margin-right: 0.625rem;
}
.index_header_logomd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
}
.index_header_logomd .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_logomd .logobx {
  display: block;
  width: 38.125rem;
  height: 3.625rem;
}
.index_header_logomd .logobx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_logomd .logomd_r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index_header_logomd .logomd_r .searchbx {
  width: 26.25rem;
  height: 2.5rem;
}
.index_header_logomd .logomd_r .searchbx form {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.index_header_logomd .logomd_r .searchbx form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #9b9b9b;
  outline: none;
  padding: 0 0.5rem 0 1rem;
  border-radius: 0.375rem;
  box-sizing: border-box;
}
.index_header_logomd .logomd_r .searchbx form button {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ce0001;
  border: 0;
  outline: none;
  background-color: transparent;
}
.index_header_logomd .logomd_r .langbx {
  margin-left: 2.25rem;
}
.index_header_logomd .logomd_r .langbx p {
  font-size: 1.25rem;
  color: #333;
}
.index_header_logomd .logomd_r .langbx p a {
  font-size: 1.25rem;
  color: #333;
  padding: 0.25rem;
}
.index_header_logomd .logomd_r .langbx p a.active {
  color: #ce0001;
}
.index_header_navbx {
  width: 100%;
  height: 2.5rem;
  background-color: #232323;
}
.index_header_navbx .container {
  height: 100%;
}
.index_header_navbx .container > ul {
  display: flex;
  height: 100%;
}
.index_header_navbx .container > ul li {
  position: relative;
  height: 100%;
  transition: all 0.5s;
}
.index_header_navbx .container > ul li:hover,
.index_header_navbx .container > ul li.active {
  background-color: #ce0001;
}
.index_header_navbx .container > ul li:hover .dropdown {
  max-height: 20rem;
  opacity: 1;
}
.index_header_navbx .container > ul li a {
  display: block;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  padding: 0 3.25rem;
  box-sizing: border-box;
}
.index_header_navbx .container > ul li a i {
  display: none;
  font-size: 0.625rem;
  margin-left: 0.325rem;
}
.index_header_navbx .container > ul li.level1 a i {
  display: inline-block;
}
.index_header_navbx .container > ul li .dropdown {
  position: absolute;
  left: 0;
  top: 2.5rem;
  display: flex;
  max-height: 0;
  width: 100%;
  background: #232323;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.08);
  z-index: 99;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0;
}
.index_header_navbx .container > ul li .dropdown > .dropdown_list {
  width: 100%;
}
.index_header_navbx .container > ul li .dropdown > .dropdown_list > li {
  height: 2.5rem;
  box-sizing: border-box;
}
.index_header_navbx .container > ul li .dropdown > .dropdown_list > li > a {
  display: block;
  color: #fff;
  width: 100%;
  line-height: 2.5rem;
  padding: 0;
  font-size: 1rem;
  text-align: center;
}
.index_header_navbx .container > ul li .dropdown > .dropdown_list > li:hover {
  cursor: pointer;
}
.index_banner {
  position: relative;
  width: 100%;
  height: 43.75rem;
  margin-top: 10.625rem;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_swiper .swiper-slide-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.index_banner_swiper .swiper-slide-text h3 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 2px 3px 4px #000000;
}
.index_banner_swiper .swiper-slide-text p {
  font-size: 1.375rem;
  color: #fff;
  text-shadow: 2px 3px 4px #000000;
}
.index_banner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 2.5rem !important;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.875rem;
  height: 0.875rem;
  font-size: 5px;
  color: #fff;
  outline: none;
  border-radius: 50%;
  background-color: #989898;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 0.125rem;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ce0001;
}
.index_banner_M {
  display: none;
}
.index_hotproducts {
  padding: 3.375rem 0 5rem;
  background-color: #f4f5f9;
}
.index_hotproducts_title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 3.125rem;
}
.index_hotproducts_title .mascotbx {
  width: 3rem;
  height: 3.875rem;
  margin-right: 1.875rem;
}
.index_hotproducts_title .mascotbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_hotproducts_title h3 {
  font-size: 2.25rem;
  color: #000;
}
.index_hotproducts_title h3 span {
  color: #ce0001;
}
.index_hotproducts_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_hotproducts_content_firstbx {
  display: flex;
  justify-content: space-between;
  width: 48.6%;
  padding: 1.75rem 0.625rem;
  background-color: #fff;
  margin-bottom: 2.5rem;
}
.index_hotproducts_content_firstbx .firstbx_img {
  display: flex;
  align-items: center;
  width: 42.42%;
}
.index_hotproducts_content_firstbx .firstbx_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_hotproducts_content_firstbx .firstbx_text {
  width: 57.58%;
  padding-left: 2.25rem;
}
.index_hotproducts_content_firstbx .firstbx_text_desc {
  margin-bottom: 1rem;
}
.index_hotproducts_content_firstbx .firstbx_text_desc h6 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.375rem;
}
.index_hotproducts_content_firstbx .firstbx_text_desc p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.625rem;
}
.index_hotproducts_content_firstbx .firstbx_text .descbtn {
  width: 6.25rem;
  height: 1.75rem;
}
.index_hotproducts_content_firstbx .firstbx_text .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #999;
  text-align: center;
  line-height: 1.75rem;
  border: 1px solid #999;
  transition: all 0.5s;
  box-sizing: border-box;
}
.index_hotproducts_content_firstbx .firstbx_text .descbtn a:hover {
  border-color: #ce0001;
  color: #ce0001;
}
.index_hotproducts_content_item {
  position: relative;
  width: 22.86%;
  padding: 1.5rem 1.125rem;
  background-color: #fff;
  overflow: hidden;
}
.index_hotproducts_content_item:hover .mask {
  transform: translateY(0);
}
.index_hotproducts_content_item .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16.25rem;
  margin-bottom: 4.375rem;
  overflow: hidden;
}
.index_hotproducts_content_item .item_img img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.index_hotproducts_content_item .item_text {
  margin-bottom: 0.75rem;
}
.index_hotproducts_content_item .item_text h4 {
  font-size: 1.125rem;
  color: #d00000;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1rem;
}
.index_hotproducts_content_item .item_text p {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}
.index_hotproducts_content_item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(101%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2.375rem 1.25rem 0.625rem;
  transition: all 0.6s;
}
.index_hotproducts_content_item .mask_text_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.index_hotproducts_content_item .mask_text_title h5 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 1rem;
}
.index_hotproducts_content_item .mask_text_desc {
  padding-top: 1rem;
}
.index_hotproducts_content_item .mask_text_desc h6 {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.8;
  font-weight: normal;
  margin-bottom: 0 auto;
}
.index_hotproducts_content_item .mask_text_desc p {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.85;
  line-height: 1.5rem;
}
.index_hotproducts_content_item .mask_text_desc p:first-child {
  margin-bottom: 1.25rem;
}
.index_hotproducts_content_item .mask .descbtn {
  width: 16.875rem;
  height: 2.5rem;
  margin: 0.625rem auto 0;
}
.index_hotproducts_content_item .mask .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.index_hotproducts_content_item .mask .descbtn a:hover {
  border-color: #ce0001;
  color: #ce0001;
}
.index_profile {
  padding: 2.875rem 0 7.5rem;
}
.index_profile_top {
  margin-bottom: 2.125rem;
}
.index_profile_top_title h3 {
  display: inline-block;
  font-size: 2.25rem;
  color: #333;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #333;
  margin-bottom: 2.5rem;
}
.index_profile_top_title h4 {
  font-size: 1.25rem;
  color: #333;
  line-height: 2.25rem;
  margin-bottom: 2.5rem;
}
.index_profile_top_desc p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
  margin-bottom: 3.125rem;
}
.index_profile_top_desc p span {
  color: #000;
}
.index_profile_top .morebtn {
  position: relative;
  width: 10rem;
  height: 3.125rem;
}
.index_profile_top .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #666;
  line-height: 3.125rem;
  text-align: center;
  border: 1px solid #333;
  box-sizing: border-box;
  transition: all 0.5s;
}
.index_profile_top .morebtn a:hover {
  background-color: #ce0001;
  border-color: #ce0001;
  color: #fff;
}
.index_profile_top .morebtn .iconbx {
  position: absolute;
  top: 50%;
  right: -3.5rem;
  transform: translateY(-50%);
  width: 5.125rem;
  height: 0.25rem;
}
.index_profile_top .morebtn .iconbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_profile_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_profile_content_numbx {
  flex: 1;
  padding-right: 2.5rem;
}
.index_profile_content_numbx ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.index_profile_content_numbx ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}
.index_profile_content_numbx ul li:nth-child(1),
.index_profile_content_numbx ul li:nth-child(2),
.index_profile_content_numbx ul li:nth-child(3) {
  margin-bottom: 5rem;
}
.index_profile_content_numbx ul li span {
  font-size: 1.25rem;
  color: #d00000;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.index_profile_content_numbx ul li p {
  font-size: 0.875rem;
  color: #666;
}
.index_profile_content_imgbx {
  width: 55%;
  height: 16.75rem;
}
.index_profile_content_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_why {
  padding: 3rem 0 0;
  background-color: #f4f5f9;
}
.index_why_content_title {
  margin-bottom: 4.5rem;
}
.index_why_content_title h3 {
  font-size: 2.25rem;
  color: #d00000;
}
.index_why_content_title h3 span {
  display: inline-block;
  color: #333;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #333;
}
.index_why_content_bd {
  display: flex;
  justify-content: space-between;
}
.index_why_content_bd_imgbx {
  position: relative;
  width: 37%;
}
.index_why_content_bd_imgbx > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_why_content_bd_imgbx .imgbx_text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 5.625rem;
  padding: 0 0.625rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.index_why_content_bd_imgbx .imgbx_text p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5rem;
}
.index_why_content_bd_r {
  width: 63%;
  padding-left: 0.75rem;
}
.index_why_content_bd_r ul {
  display: flex;
  background-color: #fff;
}
.index_why_content_bd_r ul li {
  flex: 1;
}
.index_why_content_bd_r ul li .imgbox {
  width: 100%;
  height: 16.375rem;
}
.index_why_content_bd_r ul li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_why_content_bd_r ul li .textbox {
  width: 100%;
  height: 16.375rem;
  padding: 1.875rem 1rem 0;
}
.index_why_content_bd_r ul li .textbox h4 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 2.125rem;
}
.index_why_content_bd_r ul li .textbox p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5rem;
}
.index_why_honor {
  padding: 3.75rem 0 2.5rem;
  background-color: #fff;
}
.index_why_honor_title {
  margin-bottom: 2.125rem;
}
.index_why_honor_title h4 {
  font-size: 1.5rem;
  color: #d00000;
  text-align: center;
}
.index_why_honor_content {
  display: flex;
  justify-content: space-around;
}
.index_why_honor_content .item {
  display: flex;
  align-items: center;
  width: auto;
  height: 21.875rem;
}
.index_why_honor_content .item img {
  display: block;
  width: auto;
  max-height: 100%;
  object-fit: contain;
}
.index_news {
  background-color: #f4f5f9;
  padding: 5.25rem 0 4.375rem;
}
.index_news .container {
  display: flex;
  justify-content: space-between;
}
.index_news_left {
  width: 65.7%;
}
.index_news_left_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.75rem;
  height: 3rem;
  border-top: 1px solid #d00000;
  box-sizing: border-box;
}
.index_news_left_title h4 {
  position: relative;
  font-size: 1.25rem;
  color: #333;
  padding-left: 0.75rem;
}
.index_news_left_title h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #d00000;
  border-radius: 50%;
}
.index_news_left_title a {
  font-size: 1rem;
  color: #666;
}
.index_news_left_title a:hover {
  color: #ce0001;
}
.index_news_left_bd {
  padding: 0 0.75rem;
}
.index_news_left_bd .item_firstbx {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-top: 1px solid #cfcfcf;
}
.index_news_left_bd .item_firstbx_imgbx {
  width: 32.37%;
  height: 11.5rem;
}
.index_news_left_bd .item_firstbx_imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news_left_bd .item_firstbx_text {
  flex: 1;
  padding-left: 2.25rem;
}
.index_news_left_bd .item_firstbx_text h5 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0.875rem;
}
.index_news_left_bd .item_firstbx_text p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
}
.index_news_left_bd .item_firstbx_text .descbtn {
  width: 5.625rem;
  height: 1.875rem;
  margin-top: 1.25rem;
}
.index_news_left_bd .item_firstbx_text .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 1.875rem;
  background-color: #d00000;
}
.index_news_left_bd .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.125rem 0;
  border-bottom: 1px solid #cfcfcf;
}
.index_news_left_bd .item:hover h5 {
  color: #ce0001;
}
.index_news_left_bd .item h5 {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}
.index_news_left_bd .item p {
  font-size: 0.875rem;
  color: #999;
}
.index_news_right {
  width: 28.57%;
}
.index_news_right_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.75rem;
  height: 3rem;
  border-top: 1px solid #d00000;
  border-bottom: 1px solid #cfcfcf;
}
.index_news_right_title h4 {
  position: relative;
  font-size: 1.25rem;
  color: #333;
  padding-left: 0.75rem;
}
.index_news_right_title h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ce0001;
  border-radius: 50%;
}
.index_news_right_title a {
  font-size: 1rem;
  color: #666;
}
.index_news_right_title a:hover {
  color: #ce0001;
}
.index_news_right_bd {
  padding-top: 0.325rem;
}
.index_news_right_bd .item {
  position: relative;
  padding: 1.125rem 0;
  border-bottom: 1px solid #cfcfcf;
}
.index_news_right_bd .item:hover h5 {
  color: #ce0001;
}
.index_news_right_bd .item h5 {
  position: relative;
  font-size: 1rem;
  color: #666;
  font-weight: normal;
  padding-left: 1.625rem;
}
.index_news_right_bd .item h5::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  border: 0.0625rem solid #d00000;
}
.index_casebx {
  width: 100%;
  height: 13.75rem;
  background: url("../images/indexcasebg.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 6.875rem;
}
.index_casebx .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index_casebx .container h4 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 2.5rem;
}
.index_casebx .container .casebtn {
  width: 9.75rem;
  height: 2.5rem;
}
.index_casebx .container .casebtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  background-color: #d00000;
}
.index_footer {
  background: url("../images/footerbg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 2.75rem;
}
.index_footer_medio {
  margin-bottom: 3.5rem;
}
.index_footer_medio .container {
  display: flex;
}
.index_footer_medio .container h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.25rem;
  margin-right: 1.625rem;
}
.index_footer_medio .container ul {
  display: flex;
}
.index_footer_medio .container ul li {
  position: relative;
}
.index_footer_medio .container ul li:not(:last-child) {
  margin-right: 3.75rem;
}
.index_footer_medio .container ul li a {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
}
.index_footer_medio .container ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_medio .container ul li:hover .downdrop {
  display: block;
}
.index_footer_medio .container ul li .downdrop {
  display: none;
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 0.325rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.index_footer_medio .container ul li .downdrop::after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.index_footer_medio .container ul li .downdrop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_content {
  margin-bottom: 1.5rem;
}
.index_footer_content .container {
  display: flex;
  justify-content: space-between;
}
.index_footer_content_listbx {
  display: flex;
  padding-top: 1.875rem;
}
.index_footer_content_listbx dl:not(:last-child) {
  margin-right: 8.75rem;
}
.index_footer_content_listbx dl dt {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 2.25rem;
}
.index_footer_content_listbx dl dd:not(:last-child) {
  margin-bottom: 1rem;
}
.index_footer_content_listbx dl dd a {
  font-size: 0.875rem;
  color: #d1d1d1;
}
.index_footer_content_listbx dl dd a:hover {
  color: #ce0001;
}
.index_footer_content_contact .logobx {
  width: 22.9375rem;
  height: 3.75rem;
  margin-bottom: 1.625rem;
}
.index_footer_content_contact .logobx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_content_contact .contactinfo span,
.index_footer_content_contact .contactinfo p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.75rem;
}
.index_footer_content_contact .contactinfo a {
  display: block;
  color: #fff;
}
.index_footer_content_contact .contactinfo a:hover {
  color: #ce0001;
}
.index_footer_copyright {
  width: 100%;
  border-top: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.index_footer_copyright p {
  font-size: 0.75rem;
  color: #b7b7b7;
  line-height: 2.75rem;
}
.index_footer_copyright p a {
  color: #b7b7b7;
}
.index_footer_copyright p a:hover {
  color: #fff;
}
.profile_main .container {
  display: flex;
  justify-content: space-between;
}
.profile_main_right {
  width: 82.2%;
  margin-left: auto;
}
.profile_main_right_content {
  margin-bottom: 4rem;
}
.profile_main_right_content h4 {
  font-size: 1.25rem;
  color: #333;
  text-align: center;
  margin-top: 0.625rem;
  margin-bottom: 1.75rem;
}
.profile_main_right_content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.profile_main_right_content p.imgbx {
  display: flex;
  justify-content: space-between;
}
.profile_main_right_content p.imgbx img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.profile_main_right_content .numbx {
  display: flex;
  justify-content: space-between;
}
.profile_main_right_content .numbx li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile_main_right_content .numbx li span {
  font-size: 1.25rem;
  color: #d00000;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.profile_main_right_content .numbx li p {
  font-size: 0.875rem;
  color: #666;
}
.culture_main_right_content .imgbx {
  display: block;
  width: 100%;
  height: auto;
}
.culture_main_right_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.culture_main_right_content .textbx {
  margin: 0 1.5rem;
  box-shadow: 0px 0px 0.375rem 0px rgba(0, 0, 0, 0.18);
  padding: 1rem;
  box-sizing: border-box;
  transform: translateY(-8.5rem);
  background-color: #fff;
}
.culture_main_right_content .textbx_top {
  display: flex;
  margin-bottom: 2.5rem;
}
.culture_main_right_content .textbx_top h5 {
  font-size: 1.25rem;
  color: #ce0001;
  margin-right: 1.875rem;
}
.culture_main_right_content .textbx_top p {
  font-size: 1rem;
  color: #333;
}
.culture_main_right_content .textbx_desc p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.honor_main_right_content .list {
  display: flex;
}
.honor_main_right_content .list .item {
  margin-bottom: 4.125rem;
}
.honor_main_right_content .list .item img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.honor_main_right_content .list1 {
  justify-content: center;
}
.honor_main_right_content .list1 .item {
  height: 15.5625rem;
}
.honor_main_right_content .list2 {
  justify-content: space-between;
}
.honor_main_right_content .list2 .item {
  height: 21.9375rem;
}
.culture_main_right_content .imgbx {
  display: block;
  width: 100%;
  height: auto;
}
.culture_main_right_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.human_main_right_content .content_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.human_main_right_content .content_list .item {
  position: relative;
  width: 49%;
  height: 24.75rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.human_main_right_content .content_list .item_img {
  width: 100%;
  height: 100%;
}
.human_main_right_content .content_list .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.human_main_right_content .content_list .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 0.75rem;
  transform: translateY(100%);
  transition: all 0.4s;
}
.human_main_right_content .content_list .item_text p {
  font-size: 1rem;
  color: #fff;
  line-height: 3.125rem;
}
.human_main_right_content .content_list .item:hover .item_text {
  transform: translateY(0);
}
.path_main_right_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.path_main_right_content .item {
  position: relative;
  width: 28.7%;
  height: 12.5rem;
  padding: 2.5rem 1.5rem 0.75rem;
  margin-bottom: 3.75rem;
}
.path_main_right_content .item:not(:nth-child(3n))::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  content: '';
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #dedede;
}
.path_main_right_content .item:nth-child(3n)::after {
  position: absolute;
  top: 100%;
  right: 50%;
  content: '';
  display: block;
  width: 51.375rem;
  height: 3.75rem;
  background: url("../images/icons/zuojian.png") no-repeat center center;
  background-size: contain;
}
.path_main_right_content .item:nth-child(6n)::after {
  position: absolute;
  top: 100%;
  right: 50%;
  content: '';
  display: block;
  width: 51.375rem;
  height: 3.75rem;
  background: url("../images/icons/youjian.png") no-repeat center center;
  background-size: contain;
}
.path_main_right_content .item:nth-child(odd) {
  background-color: #dedede;
}
.path_main_right_content .item:nth-child(even) {
  background-color: #ffddda;
}
.path_main_right_content .item:last-child::after,
.path_main_right_content .item:last-child::before {
  display: none;
}
.charitable_main_right_content p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.brand_main_right_content {
  display: flex;
  justify-content: space-between;
}
.brand_main_right_content .imgbx {
  width: 42.6%;
}
.brand_main_right_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.brand_main_right_content .textbx {
  flex: 1;
}
.brand_main_right_content .textbx p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.brand_main_right_content .textbx ul li p {
  color: #000;
}
.products_main_right_content .content_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products_main_right_content .content_list_item {
  width: 46.96%;
  margin-bottom: 2.125rem;
}
.products_main_right_content .content_list_item:hover .content_list_item_img .mask {
  transform: translateY(0);
}
.products_main_right_content .content_list_item_img {
  position: relative;
  width: 100%;
  height: 23.375rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.products_main_right_content .content_list_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_main_right_content .content_list_item_img .mask {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.5rem 1.875rem;
  transition: all 0.3s;
}
.products_main_right_content .content_list_item_img .mask_desc p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
}
.products_main_right_content .content_list_item_img .mask .detailbtn {
  width: 11.25rem;
  height: 3.125rem;
}
.products_main_right_content .content_list_item_img .mask .detailbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  padding-left: 1.625rem;
  line-height: 3.125rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.5s;
}
.products_main_right_content .content_list_item_img .mask .detailbtn a:hover {
  background-color: #ce0001;
  border-color: #ce0001;
}
.products_main_right_content .content_list_item_text h5 {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.productdetail_main_right_content .content_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.25rem;
}
.productdetail_main_right_content .content_top_swiperbx {
  display: flex;
  justify-content: space-between;
  width: 58%;
  height: 25rem;
}
.productdetail_main_right_content .content_top_swiperbx .gallery-top {
  width: 78% !important;
  height: 100%;
  margin-left: 0;
}
.productdetail_main_right_content .content_top_swiperbx .gallery-top .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productdetail_main_right_content .content_top_swiperbx .gallery-top .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box {
  width: 18%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .gallery-thumbs {
  width: 100%;
  height: calc(100% - 1.5rem);
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  height: 100%;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img img {
  display: block;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-img {
  border: 1px solid #ce0001;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .button {
  width: 100%;
  height: 2rem;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .button > i {
  font-size: 2rem;
  color: #b0b0b0;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .button:hover {
  cursor: pointer;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .button:hover > i {
  color: #ce0001;
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .button-prev1 > i {
  display: block;
  transform: rotate(90deg);
}
.productdetail_main_right_content .content_top_swiperbx .swiper-pro_box .button-next1 > i {
  display: block;
  transform: rotate(-90deg);
}
.productdetail_main_right_content .content_top_numbx {
  flex: 1;
  padding-left: 4.625rem;
}
.productdetail_main_right_content .content_top_numbx .title {
  margin-bottom: 0.875rem;
  border-bottom: 1px dashed #b7b7b7;
}
.productdetail_main_right_content .content_top_numbx .title h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.25rem;
  text-align: left;
  font-weight: normal;
  margin: 0 0 0.5rem;
}
.productdetail_main_right_content .content_top_numbx .descbx_info {
  margin-bottom: 1.875rem;
}
.productdetail_main_right_content .content_top_numbx .descbx_info p {
  font-size: 0.875rem;
  color: #666;
  font-weight: lighter;
  line-height: 1.5rem;
}
.productdetail_main_right_content .content_top_numbx .descbx_text {
  margin-bottom: 2.75rem;
}
.productdetail_main_right_content .content_top_numbx .descbx_text p {
  font-size: 0.875rem;
  color: #666;
  font-weight: lighter;
  line-height: 1.5rem;
}
.productdetail_main_right_content .content_top_numbx .descbx .telbx {
  display: flex;
  align-items: center;
}
.productdetail_main_right_content .content_top_numbx .descbx .telbx i {
  font-size: 3rem;
  color: #ce0001;
  margin-right: 1rem;
}
.productdetail_main_right_content .content_top_numbx .descbx .telbx p {
  font-size: 1.25rem;
  color: #ce0001;
  font-weight: bold;
}
.productdetail_main_right_content .content_desc {
  margin-bottom: 5.625rem;
}
.productdetail_main_right_content .content_desc_title {
  height: 3.75rem;
  width: 100%;
  background-color: #ececec;
}
.productdetail_main_right_content .content_desc_title h3 {
  display: inline-block;
  line-height: 3.75rem;
  font-size: 1.125rem;
  color: #fff;
  padding: 0 1.875rem;
  background-color: #ce0001;
}
.productdetail_main_right_content .content_desc_bd {
  padding: 1.5rem 0 7.5rem;
}
.productdetail_main_right_content .content_desc_bd p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.productdetail_main_right_content .content_formbx_title {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 3.625rem;
}
.productdetail_main_right_content .content_formbx_title h3 {
  position: relative;
  display: inline-block;
  font-size: 1.625rem;
  color: #ce0001;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #999;
}
.productdetail_main_right_content .content_formbx_title h3::after {
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 2.125rem;
  height: 0.25rem;
  background-color: #ce0001;
}
.productdetail_main_right_content .content_formbx_bd form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.productdetail_main_right_content .content_formbx_bd .form_item {
  width: 48%;
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.productdetail_main_right_content .content_formbx_bd .form_item input {
  flex: 1;
  height: 100%;
  padding-left: 1rem;
  font-size: 0.875rem;
  color: #333333;
  outline: none;
  border: 0;
  background-color: #f1f1f1;
}
.productdetail_main_right_content .content_formbx_bd .form_item i {
  display: flex;
  margin-left: 0.375rem;
  align-items: center;
  color: #138de8;
}
.productdetail_main_right_content .content_formbx_bd .form_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.productdetail_main_right_content .content_formbx_bd .form_text i {
  margin-left: 0.375rem;
  margin-top: 1rem;
  color: #138de8;
}
.productdetail_main_right_content .content_formbx_bd .form_text textarea {
  flex: 1;
  font-size: 0.875rem;
  color: #333333;
  padding: 0.875rem 1rem;
  background-color: #f1f1f1;
  border: 0;
  outline: none;
  resize: none;
  height: 9.125rem;
}
.productdetail_main_right_content .content_formbx_bd button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  width: 11.25rem;
  height: 3.125rem;
  margin: 0 auto;
  border: 0;
  outline: none;
  background-color: #ce0001;
  cursor: pointer;
}
.news_main_right_content .content_list {
  margin-bottom: 3rem;
}
.news_main_right_content .content_list_firstbx {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #dbdbdb;
}
.news_main_right_content .content_list_firstbx:hover .firstbx_img img {
  transform: scale(1.1);
}
.news_main_right_content .content_list_firstbx:hover .firstbx_text_title h4 {
  color: #ce0001;
}
.news_main_right_content .content_list_firstbx .firstbx_img {
  width: 36.5%;
  height: 15.625rem;
  overflow: hidden;
}
.news_main_right_content .content_list_firstbx .firstbx_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news_main_right_content .content_list_firstbx .firstbx_text {
  flex: 1;
  padding-left: 2.125rem;
}
.news_main_right_content .content_list_firstbx .firstbx_text_title {
  margin-bottom: 1.875rem;
}
.news_main_right_content .content_list_firstbx .firstbx_text_title p {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 1rem;
}
.news_main_right_content .content_list_firstbx .firstbx_text_title h4 {
  font-size: 1.25rem;
  color: #333;
  text-align: left;
  font-weight: normal;
  margin: 0;
  transition: all 0.5s;
}
.news_main_right_content .content_list_firstbx .firstbx_text_desc p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5rem;
}
.news_main_right_content .content_list_item {
  position: relative;
  padding: 2.5rem 0;
  border-bottom: 1px dashed #dbdbdb;
  transition: all 0.6s;
  overflow: hidden;
}
.news_main_right_content .content_list_item:hover {
  padding-left: 9.75rem;
}
.news_main_right_content .content_list_item:hover::before {
  width: 50%;
}
.news_main_right_content .content_list_item:hover::after {
  transform: translateX(0);
}
.news_main_right_content .content_list_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: url("../images/newhv.png") no-repeat left center;
  background: #ce0001;
  background: linear-gradient(90deg, rgba(206, 0, 1, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-size: cover;
  transition: all 0.6s;
  z-index: 1;
}
.news_main_right_content .content_list_item::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: url("../images/newhv.png") no-repeat left center;
  background-size: cover;
  transition: all 0.4s;
  z-index: 3;
}
.news_main_right_content .content_list_item .item_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.news_main_right_content .content_list_item .item_title h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  margin: 0;
}
.news_main_right_content .content_list_item .item_title p {
  font-size: 0.875rem;
  color: #999;
}
.news_main_right_content .content_list_item_text p {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.5rem;
}
.newdetail_main_right_content {
  display: flex;
  justify-content: space-between;
}
.newdetail_main_right_content .content_descbx {
  width: 65.65%;
}
.newdetail_main_right_content .content_descbx_text_hd {
  margin-bottom: 1.75rem;
}
.newdetail_main_right_content .content_descbx_text_hd h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 1.125rem;
}
.newdetail_main_right_content .content_descbx_text_hd p {
  font-size: 0.875rem;
  color: #999;
  text-align: center;
}
.newdetail_main_right_content .content_descbx_text_bd p {
  width: 100%;
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
  margin-bottom: 0.125rem;
}
.newdetail_main_right_content .content_descbx_text_bd p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.newdetail_main_right_content .content_aboutnew {
  width: 29.83%;
}
.newdetail_main_right_content .content_aboutnew_title {
  position: relative;
  width: 100%;
  height: 3.125rem;
}
.newdetail_main_right_content .content_aboutnew_title h5 {
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
  text-align: center;
  font-weight: normal;
  font-size: 1.125rem;
  color: #333;
  background-color: #dbdbdb;
}
.newdetail_main_right_content .content_aboutnew_title .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 1rem;
}
.newdetail_main_right_content .content_aboutnew_title .swiper-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: #000;
  line-height: 1rem;
}
.newdetail_main_right_content .content_aboutnew_title .swiper-btn:hover {
  background-color: transparent;
}
.newdetail_main_right_content .content_aboutnew_title .swiper-btn:hover span {
  color: #ce0001;
}
.newdetail_main_right_content .content_aboutnew_title .swiper-btn-prev {
  left: 1.875rem;
}
.newdetail_main_right_content .content_aboutnew_title .swiper-btn-next {
  right: 1.875rem;
}
.newdetail_main_right_content .content_aboutnew_title .swiper-btn-next span {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.newdetail_main_right_content .content_aboutnew_swiperbx {
  padding: 0.5rem 1.125rem 1.125rem;
  background-color: #f2f2f2;
}
.newdetail_main_right_content .content_aboutnew_swiperbx .swiper-slide {
  position: relative;
}
.newdetail_main_right_content .content_aboutnew_swiperbx .swiper-slide:hover .swiper-slide-img img {
  transform: scale(1.1);
}
.newdetail_main_right_content .content_aboutnew_swiperbx .swiper-slide:hover .swiper-slide-text h5 {
  color: #ce0001;
}
.newdetail_main_right_content .content_aboutnew_swiperbx .swiper-slide-img {
  width: 100%;
  height: 11.625rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.newdetail_main_right_content .content_aboutnew_swiperbx .swiper-slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.newdetail_main_right_content .content_aboutnew_swiperbx .swiper-slide-text h5 {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.875rem;
}
.newdetail_main_right_content .content_aboutnew_swiperbx .swiper-slide-text p {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.25rem;
}
.sales_main_right_content p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.idea_main_right_content > p {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 2.5rem;
  line-height: 1.75rem;
}
.idea_main_right_content > p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.idea_main_right_content .content_list {
  margin-bottom: 3.75rem;
}
.idea_main_right_content .content_list ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.idea_main_right_content .content_list ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.idea_main_right_content .content_list ul li h6 {
  font-size: 1.25rem;
  color: #ce0001;
  line-height: 1.75rem;
  white-space: nowrap;
  margin-right: 0.625rem;
}
.idea_main_right_content .content_list ul li h6 span {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.idea_main_right_content .content_list ul li .desc {
  flex: 1;
}
.idea_main_right_content .content_list ul li .desc p {
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.idea_main_right_content .content_list ul li p {
  width: 100%;
  font-size: 1rem;
  color: #666;
  line-height: 1.75rem;
}
.substance_main_right_content {
  display: flex;
  justify-content: space-between;
}
.substance_main_right_content .content_l {
  display: flex;
  width: 30%;
  align-items: center;
}
.substance_main_right_content .content_l img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.substance_main_right_content .content_r {
  width: 63.5%;
}
.substance_main_right_content .content_r p {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
}
.substance_main_right_content .content_r p.title {
  font-size: 1.25rem;
  color: #333;
}
.mark_main_right_content p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.problem_main_right_content {
  padding-left: 1.875rem;
}
.problem_main_right_content .content_item {
  position: relative;
  margin-bottom: 1.625rem;
}
.problem_main_right_content .content_item .item_num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #ce0001;
}
.problem_main_right_content .content_item .item_num span {
  font-size: 1.5rem;
  color: #fff;
}
.problem_main_right_content .content_item .item_content {
  padding: 2.75rem 1.125rem 2.75rem 3.75rem;
  background-color: #f3f3f3;
}
.problem_main_right_content .content_item .item_content_title {
  display: flex;
  border-bottom: 1px solid #333;
}
.problem_main_right_content .content_item .item_content_title span {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  margin-right: 0.25rem;
}
.problem_main_right_content .content_item .item_content_title > p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
}
.problem_main_right_content .content_item .item_content_desc {
  display: flex;
  padding-top: 1rem;
}
.problem_main_right_content .content_item .item_content_desc span {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  margin-right: 0.25rem;
}
.problem_main_right_content .content_item .item_content_desc > p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
}
.down_main_right_content .content_list_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;
  padding: 0 1.875rem 0 1.25rem;
  border-bottom: 1px dashed #e5e5e5;
  background-color: #f6f6f6;
}
.down_main_right_content .content_list_item:hover .item_name h6,
.down_main_right_content .content_list_item:hover .item_downbtn h6 {
  color: #ce0001;
}
.down_main_right_content .content_list_item:hover .item_name p,
.down_main_right_content .content_list_item:hover .item_downbtn p,
.down_main_right_content .content_list_item:hover .item_name i,
.down_main_right_content .content_list_item:hover .item_downbtn i {
  color: #ce0001;
}
.down_main_right_content .content_list_item .item_name {
  display: flex;
  align-items: center;
}
.down_main_right_content .content_list_item .item_name i {
  font-size: 0.875rem;
  margin-right: 0.75rem;
}
.down_main_right_content .content_list_item .item_name h6 {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
}
.down_main_right_content .content_list_item .item_size {
  display: flex;
  align-items: center;
}
.down_main_right_content .content_list_item .item_size i {
  font-size: 1.25rem;
  color: #999;
  margin-right: 0.5rem;
}
.down_main_right_content .content_list_item .item_size p {
  font-size: 0.75rem;
  color: #999;
}
.down_main_right_content .content_list_item .item_downbtn {
  display: flex;
  align-items: center;
}
.down_main_right_content .content_list_item .item_downbtn p {
  font-size: 0.875rem;
  color: #333;
}
.down_main_right_content .content_list_item .item_downbtn i {
  font-size: 1.25rem;
  color: #333;
  margin-left: 0.75rem;
}
.contact_main_right_content {
  padding-top: 7.5rem;
}
.contact_main_right_content .mapbx {
  position: relative;
  width: 100%;
  height: 26.875rem;
}
.contact_main_right_content .mapbx #map {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_main_right_content .mapbx .contactinfo {
  position: absolute;
  top: -5.5rem;
  right: 3.375rem;
  padding: 0.75rem 1.25rem 1.25rem;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.contact_main_right_content .mapbx .contactinfo .imgbx {
  width: 100%;
  height: 12.5rem;
  margin-bottom: 1.25rem;
}
.contact_main_right_content .mapbx .contactinfo .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_main_right_content .mapbx .contactinfo .textbx h5 {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 1.125rem;
}
.contact_main_right_content .mapbx .contactinfo .textbx p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.375rem;
}
.contact_main_right_content .mapbx .contactinfo .textbx a {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.375rem;
}
.contact_main_right_content .mapbx .contactinfo .textbx a:hover {
  color: #ce0001;
}
.message_main_right_content form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.message_main_right_content .form_item {
  width: 48%;
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.message_main_right_content .form_item input {
  flex: 1;
  height: 100%;
  padding-left: 1rem;
  font-size: 0.875rem;
  color: #333333;
  outline: none;
  border: 0;
  background-color: #f1f1f1;
}
.message_main_right_content .form_item i {
  display: flex;
  margin-left: 0.375rem;
  align-items: center;
  color: #138de8;
}
.message_main_right_content .form_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.message_main_right_content .form_text i {
  margin-left: 0.375rem;
  margin-top: 1rem;
  color: #138de8;
}
.message_main_right_content .form_text textarea {
  flex: 1;
  font-size: 0.875rem;
  color: #333333;
  padding: 0.875rem 1rem;
  background-color: #f1f1f1;
  border: 0;
  outline: none;
  resize: none;
  height: 9.125rem;
}
.message_main_right_content button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  width: 11.25rem;
  height: 3.125rem;
  margin: 0 auto;
  border: 0;
  outline: none;
  background-color: #ce0001;
  cursor: pointer;
}
.jobs_main_right_content .content_list_item .item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
  padding: 0 2.25rem 0 1.25rem;
}
.jobs_main_right_content .content_list_item .item_title.active h5 {
  color: #ce0001;
}
.jobs_main_right_content .content_list_item .item_title:hover {
  cursor: pointer;
}
.jobs_main_right_content .content_list_item .item_title:hover h5 {
  color: #ce0001;
}
.jobs_main_right_content .content_list_item .item_title:hover .desc .btn i {
  color: #ce0001;
}
.jobs_main_right_content .content_list_item .item_title h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #333;
}
.jobs_main_right_content .content_list_item .item_title .desc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.jobs_main_right_content .content_list_item .item_title .desc > p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333;
}
.jobs_main_right_content .content_list_item .item_title .desc > p:not(:first-child) {
  margin-left: 8.75rem;
}
.jobs_main_right_content .content_list_item .item_title .desc > p i {
  font-size: 1.5rem;
  color: #ce0001;
}
.jobs_main_right_content .content_list_item .item_title .desc .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 9.75rem;
  transition: all 0.4s;
}
.jobs_main_right_content .content_list_item .item_title .desc .btn i {
  font-size: 1.5rem;
  color: #333;
}
.jobs_main_right_content .content_list_item .item_title .desc .btn.rotato {
  transform: rotate(45deg);
}
.jobs_main_right_content .content_list_item .item_title .desc .btn.rotato i {
  color: #ce0001;
}
.jobs_main_right_content .content_list_item .item_desc {
  display: none;
  padding-left: 1.25rem;
}
.jobs_main_right_content .content_list_item .item_desc_text {
  padding-top: 1.375rem;
  padding-bottom: 1.5rem;
}
.jobs_main_right_content .content_list_item .item_desc_text .text_item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.jobs_main_right_content .content_list_item .item_desc_text .text_item_hd {
  margin-bottom: 1rem;
}
.jobs_main_right_content .content_list_item .item_desc_text .text_item_hd h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #333;
  font-weight: normal;
}
.jobs_main_right_content .content_list_item .item_desc_text .text_item_bd p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #666;
}
.jobs_main_right_content .content_list_item .item_desc_text .joinbtn {
  width: 9.375rem;
  height: 3.125rem;
  margin-top: 2rem;
}
.jobs_main_right_content .content_list_item .item_desc_text .joinbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  color: #fff;
  line-height: 3.125rem;
  text-align: center;
  background-color: #666;
  transition: all 0.3s;
}
.jobs_main_right_content .content_list_item .item_desc_text .joinbtn a:hover {
  background-color: #ce0001;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .common_banner {
    width: 100%;
    height: auto;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_text h3 {
    font-size: 1.5rem;
  }
  .index_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding: 0 1rem 0 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header_top {
    display: none;
  }
  .index_header_logomd {
    display: flex;
    align-items: center;
    height: 6rem;
  }
  .index_header_logomd .logobx {
    width: auto;
    height: 2.5rem;
  }
  .index_header_logomd .logomd_r .searchbx {
    display: none;
  }
  .index_header_logomd em {
    height: 1.875rem;
    background-color: #333;
  }
  .index_header_logomd h1 {
    font-size: 1rem;
    color: #333;
  }
  .index_header_navbx {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    background: #fff;
    padding-top: 6rem;
    display: none;
    z-index: 1;
  }
  .index_header_navbx .container > ul {
    display: flex;
    flex-direction: column;
  }
  .index_header_navbx .container > ul li {
    height: auto;
    overflow: hidden;
    margin-left: 1rem;
  }
  .index_header_navbx .container > ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .index_header_navbx .container > ul li.level1 a i {
    display: none;
  }
  .index_header_navbx .container > ul li a {
    font-size: 1.5rem;
    color: #333;
    line-height: 2rem;
    text-align: left;
    padding: 0;
  }
  .index_header_navbx .container > ul li.active,
  .index_header_navbx .container > ul li:hover {
    background-color: transparent;
  }
  .index_header_navbx .container > ul li.active > a,
  .index_header_navbx .container > ul li:hover > a {
    color: #ce0001;
    border-bottom: 0;
  }
  .index_header_navbx .container > ul li .dropdown {
    display: none;
  }
  .index_header_navbx .container > ul .lang {
    display: none;
  }
  .index_header .searchbox .search {
    position: static;
    padding-right: 0;
  }
  .index_header .searchbox .search::after {
    display: none;
  }
  .index_header .searchbox .search .downinput {
    top: 6rem;
    transform: translateY(0);
    width: 100%;
    height: 0;
    transition: all 0.4s;
  }
  .index_header .searchbox .search:hover span {
    opacity: 1;
  }
  .index_header .searchbox .search:hover .downinput {
    width: 100%;
    height: 3.25rem;
  }
  .index_header .searchbox .search:hover .downinput form {
    padding: 0 1rem;
  }
  .index_header .inner-header-icon {
    display: block;
  }
  .index_header::before {
    top: 5rem;
  }
  .index_banner {
    height: auto;
    margin-top: 6rem;
  }
  .index_banner_swiper {
    width: 100%;
    height: 100%;
  }
  .index_banner_swiper .swiper-slide-text {
    display: none;
  }
  .index_banner .swiper-pagination {
    bottom: 1.5rem !important;
  }
  .index_hotproducts_content_firstbx {
    width: 100%;
  }
  .index_hotproducts_content_item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_profile_content {
    flex-wrap: wrap;
  }
  .index_profile_content_numbx {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
  }
  .index_profile_content_numbx ul li:nth-child(1),
  .index_profile_content_numbx ul li:nth-child(2),
  .index_profile_content_numbx ul li:nth-child(3) {
    margin-bottom: 2.5rem;
  }
  .index_profile_content_imgbx {
    width: 100%;
  }
  .index_why_content_bd {
    flex-wrap: wrap;
  }
  .index_why_content_bd_imgbx {
    width: 100%;
  }
  .index_why_content_bd_r {
    width: 100%;
    padding-left: 0;
  }
  .index_why_content_bd_r ul {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .index_why_content_bd_r ul li {
    display: flex;
    width: 100%;
  }
  .index_why_content_bd_r ul li .imgbox {
    width: 50%;
  }
  .index_why_content_bd_r ul li .textbox {
    width: 50%;
  }
  .index_why_honor {
    padding-bottom: 0;
  }
  .index_why_honor_content {
    flex-wrap: wrap;
  }
  .index_why_honor_content .item:not(:last-child) {
    width: 50%;
    height: 19.875rem;
    margin-bottom: 1rem;
  }
  .index_news .container {
    flex-wrap: wrap;
  }
  .index_news_left {
    width: 100%;
  }
  .index_news_left_bd .item_firstbx {
    flex-wrap: wrap;
  }
  .index_news_left_bd .item_firstbx_imgbx {
    width: 100%;
    height: 17.5rem;
    margin-bottom: 1rem;
  }
  .index_news_left_bd .item_firstbx_text {
    width: 100%;
    padding-left: 0;
  }
  .index_news_right {
    width: 100%;
  }
  .index_footer_medio {
    margin-bottom: 1.5rem;
  }
  .index_footer_medio .container h4 {
    font-size: 1.25rem;
  }
  .index_footer_medio .container ul li:not(:last-child) {
    margin-right: 1rem;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content_listbx {
    flex-wrap: wrap;
  }
  .index_footer_content_listbx dl {
    width: 48%;
    margin-bottom: 1rem;
  }
  .index_footer_content_listbx dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content_contact {
    width: 100%;
  }
  .index_footer_copyright {
    flex-wrap: wrap;
  }
  .index_footer_copyright p {
    width: 100%;
    text-align: center;
    line-height: 1.5rem;
  }
  .index_footer_copyright p:first-child {
    margin-right: 0;
  }
  .profile_main .container {
    flex-wrap: wrap;
  }
  .profile_main .container .common_navbx {
    width: 100%;
    transform: translateY(0);
    margin-top: 2rem;
  }
  .profile_main_right {
    width: 100%;
  }
  .profile_main_right .common_crumb {
    justify-content: flex-start;
  }
  .profile_main_right_content .numbx {
    flex-wrap: wrap;
  }
  .profile_main_right_content .numbx li {
    width: 32%;
  }
  .profile_main_right_content .imgbx {
    flex-wrap: wrap;
  }
  .profile_main_right_content .imgbx img {
    width: 100%;
  }
  .culture_main_right_content .textbx {
    margin: 0;
    transform: translateY(0);
  }
  .honor_main_right_content .list {
    flex-wrap: wrap;
  }
  .honor_main_right_content .list .item {
    margin-bottom: 1.5rem;
  }
  .honor_main_right_content .list1 .item {
    margin-right: 0 !important;
  }
  .honor_main_right_content .list2 .item {
    width: 48%;
    height: auto;
  }
  .honor_main_right_content .list2 .item img {
    width: 100%;
    height: auto;
  }
  .human_main_right_content .content_list .item {
    width: 100%;
  }
  .path_main_right_content .item {
    width: 32%;
    margin-bottom: 1.5rem;
  }
  .path_main_right_content .item:not(:nth-child(3n))::before {
    display: none;
  }
  .path_main_right_content .item:nth-child(3n)::after {
    display: none;
  }
  .brand_main_right_content {
    flex-wrap: wrap;
  }
  .brand_main_right_content .imgbx {
    width: 100%;
  }
  .brand_main_right_content .textbx {
    width: 100%;
  }
  .products_main_right_content .content_list_item {
    width: 100%;
  }
  .products_main_right_content .content_list_item_img {
    height: 23.5rem;
  }
  .productdetail_main_right_content .content_top {
    flex-wrap: wrap;
  }
  .productdetail_main_right_content .content_top_swiperbx {
    width: 100%;
    margin-bottom: 1.5rem;
    height: 18rem;
  }
  .productdetail_main_right_content .content_top_numbx {
    width: 100%;
    padding-left: 0;
  }
  .news_main_right_content .content_list_firstbx {
    flex-wrap: wrap;
  }
  .news_main_right_content .content_list_firstbx .firstbx_img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .news_main_right_content .content_list_firstbx .firstbx_text {
    width: 100%;
    padding-left: 0;
  }
  .newdetail_main_right_content {
    flex-wrap: wrap;
  }
  .newdetail_main_right_content .content_descbx {
    width: 100%;
  }
  .newdetail_main_right_content .content_aboutnew {
    width: 100%;
    margin-top: 2rem;
  }
  .substance_main_right_content .content_l {
    display: none;
  }
  .substance_main_right_content .content_r {
    width: 100%;
  }
  .contact_main_right_content {
    padding-top: 0;
  }
  .contact_main_right_content .mapbx {
    height: auto;
  }
  .contact_main_right_content .mapbx #map {
    height: 26.875rem;
  }
  .contact_main_right_content .mapbx .contactinfo {
    position: static;
  }
  .jobs_main_right_content .content_list_item .item_title {
    padding: 0 1rem;
  }
  .jobs_main_right_content .content_list_item .item_title .desc > p:not(:first-child) {
    margin-left: 1rem;
  }
  .jobs_main_right_content .content_list_item .item_title .desc .btn {
    margin-left: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding: 0 3rem 0 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header_top {
    display: none;
  }
  .index_header_logomd {
    display: flex;
    align-items: center;
    height: 6rem;
  }
  .index_header_logomd .container {
    padding: 0 1rem 0 3rem;
  }
  .index_header_logomd .logobx {
    width: auto;
    height: 2.5rem;
  }
  .index_header_logomd .logomd_r .searchbx {
    display: block;
    width: 17.25rem;
  }
  .index_header_logomd em {
    height: 1.875rem;
    background-color: #333;
  }
  .index_header_logomd h1 {
    font-size: 1rem;
    color: #333;
  }
  .index_header .inner-header-icon {
    display: block;
  }
  .index_header::before {
    top: 5rem;
  }
  .index_hotproducts_content_firstbx {
    flex-wrap: wrap;
    width: 48.6%;
  }
  .index_hotproducts_content_firstbx .firstbx_img {
    width: 100%;
  }
  .index_hotproducts_content_firstbx .firstbx_text {
    width: 100%;
    padding-left: 0;
  }
  .index_hotproducts_content_item {
    width: 48%;
    margin-bottom: 1rem;
  }
  .index_why_honor {
    padding-bottom: 0;
  }
  .index_why_honor_content {
    flex-wrap: wrap;
  }
  .index_why_honor_content .item:not(:last-child) {
    width: 25%;
    height: 19.875rem;
    margin-bottom: 1rem;
  }
  .index_news .container {
    flex-wrap: wrap;
  }
  .index_news_left {
    width: 100%;
  }
  .index_news_left_bd .item_firstbx {
    flex-wrap: nowrap;
  }
  .index_news_left_bd .item_firstbx_imgbx {
    width: 32.4%;
    height: 11.5rem;
    margin-bottom: 0;
  }
  .index_news_left_bd .item_firstbx_text {
    width: 100%;
    padding-left: 1.5rem;
  }
  .index_news_right {
    width: 100%;
  }
  .index_footer_medio {
    margin-bottom: 1.5rem;
  }
  .index_footer_medio .container h4 {
    font-size: 1.5rem;
  }
  .index_footer_medio .container ul li:not(:last-child) {
    margin-right: 3rem;
  }
  .index_footer_content .container {
    flex-wrap: nowrap;
  }
  .index_footer_content_listbx {
    flex-wrap: wrap;
  }
  .index_footer_content_listbx dl {
    width: auto;
    margin-bottom: 1rem;
  }
  .index_footer_content_listbx dl:not(:last-child) {
    margin-right: 2rem;
  }
  .index_footer_content_contact {
    width: auto;
  }
  .index_footer_copyright {
    flex-wrap: wrap;
  }
  .index_footer_copyright p {
    width: 100%;
    text-align: center;
    line-height: 1.5rem;
  }
  .index_footer_copyright p:first-child {
    margin-right: 0;
  }
  .profile_main .container {
    flex-wrap: wrap;
  }
  .profile_main .container .common_navbx {
    width: 22%;
    transform: translateY(0);
    margin-top: 2rem;
  }
  .profile_main_right {
    width: 78%;
    padding-left: 2rem;
  }
  .profile_main_right .common_crumb {
    justify-content: flex-start;
  }
  .profile_main_right_content .numbx {
    flex-wrap: wrap;
  }
  .profile_main_right_content .numbx li {
    width: 32%;
  }
  .profile_main_right_content .imgbx {
    flex-wrap: wrap;
  }
  .profile_main_right_content .imgbx img {
    width: 100%;
  }
  .culture_main_right_content .textbx {
    margin: 0;
    transform: translateY(0);
  }
  .honor_main_right_content .list {
    flex-wrap: nowrap;
  }
  .honor_main_right_content .list .item {
    margin-bottom: 1.5rem;
  }
  .honor_main_right_content .list1 .item {
    margin-right: 0 !important;
  }
  .honor_main_right_content .list2 .item {
    width: 48%;
    height: auto;
  }
  .honor_main_right_content .list2 .item img {
    width: 100%;
    height: auto;
  }
  .human_main_right_content .content_list .item {
    width: 49%;
    height: 15rem;
  }
  .path_main_right_content .item {
    width: 32%;
    margin-bottom: 1.5rem;
  }
  .path_main_right_content .item:not(:nth-child(3n))::before {
    display: none;
  }
  .path_main_right_content .item:nth-child(3n)::after {
    display: none;
  }
  .brand_main_right_content {
    flex-wrap: wrap;
  }
  .brand_main_right_content .imgbx {
    width: 40%;
  }
  .brand_main_right_content .textbx {
    width: 100%;
  }
  .products_main_right_content .content_list_item {
    width: 47%;
  }
  .products_main_right_content .content_list_item_img {
    height: 14.5rem;
  }
  .products_main_right_content .content_list_item_img .mask {
    padding: 1rem;
  }
  .products_main_right_content .content_list_item_img .mask_desc p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .productdetail_main_right_content .content_top {
    flex-wrap: wrap;
  }
  .productdetail_main_right_content .content_top_swiperbx {
    width: 100%;
    margin-bottom: 1.5rem;
    height: 23rem;
  }
  .productdetail_main_right_content .content_top_numbx {
    width: 100%;
    padding-left: 0;
  }
  .news_main_right_content .content_list_firstbx {
    flex-wrap: wrap;
  }
  .news_main_right_content .content_list_firstbx .firstbx_img {
    width: 36%;
    margin-bottom: 0;
  }
  .news_main_right_content .content_list_firstbx .firstbx_text {
    width: 64%;
    padding-left: 1.5rem;
  }
  .news_main_right_content .content_list_firstbx .firstbx_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .newdetail_main_right_content {
    flex-wrap: wrap;
  }
  .newdetail_main_right_content .content_descbx {
    width: 100%;
  }
  .newdetail_main_right_content .content_aboutnew {
    width: 48%;
    margin-top: 2rem;
  }
  .substance_main_right_content .content_l {
    display: none;
  }
  .substance_main_right_content .content_r {
    width: 100%;
  }
  .contact_main_right_content {
    padding-top: 0;
  }
  .contact_main_right_content .mapbx {
    height: auto;
  }
  .contact_main_right_content .mapbx #map {
    height: 26.875rem;
  }
  .contact_main_right_content .mapbx .contactinfo {
    display: flex;
    position: static;
  }
  .contact_main_right_content .mapbx .contactinfo .imgbx {
    width: 40%;
    margin-bottom: 0;
  }
  .contact_main_right_content .mapbx .contactinfo .textbx {
    width: 60%;
    padding-left: 2rem;
  }
  .jobs_main_right_content .content_list_item .item_title {
    padding: 0 1rem;
  }
  .jobs_main_right_content .content_list_item .item_title .desc > p:not(:first-child) {
    margin-left: 1rem;
  }
  .jobs_main_right_content .content_list_item .item_title .desc .btn {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header {
    padding: 0;
  }
  .index_profile .container {
    padding: 0 3rem;
  }
  .index_profile .bg {
    width: 50rem;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header {
    padding: 0;
  }
  .index_profile .container {
    padding: 0 3rem;
  }
  .index_profile .bg {
    width: 52rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header {
    padding: 0;
  }
  .index_profile .container {
    padding: 0 3rem;
  }
  .index_profile .bg {
    width: 58rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header {
    padding: 0;
  }
  .index_profile .container {
    padding: 0 3rem;
  }
  .index_profile .bg {
    width: 62rem;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
  .index_header {
    padding: 0;
  }
}
