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;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.container {
  width: 87.5rem;
  margin: 0 auto;
}
.container_contact {
  width: 106.25rem;
  margin: 0 auto;
}
.hvr-bounce-to-right {
  background: transparent;
}
.hvr-bounce-to-right::before {
  background: #E6252A;
}
.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: 99;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0);
  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%;
  height: 37.5rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_banner_text {
  position: absolute;
  top: 50%;
  left: 17.71%;
  transform: translateY(-50%);
}
.common_banner_text h3 {
  font-size: 3.125rem;
  color: #333333;
  line-height: 4.625rem;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
}
.common_banner_text p {
  font-size: 1.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 2.75rem;
  letter-spacing: 2px;
}
.common_crumb {
  background: #E9E9E9;
}
.common_crumb_content {
  display: flex;
  align-items: center;
  height: 3.75rem;
  font-size: 1rem;
  width: 93.5%;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common_crumb_content a {
  font-size: 1rem;
  color: #333333;
  line-height: 1.25rem;
  letter-spacing: 1px;
}
.common_crumb_content a:hover {
  color: #E6252A;
}
.common_navbx {
  float: left;
  width: 18%;
}
.common_navbx_bd {
  width: 100%;
}
.common_navbx_bd li {
  width: 100%;
  height: 3.75rem;
}
.common_navbx_bd li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3.75rem;
  background: #F1F1F1;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.common_navbx_bd li.active a,
.common_navbx_bd li:hover a {
  color: #fff;
  background: #E6252A;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  font-size: 1rem;
  color: #666;
  margin: 0 0.875rem;
  border: 1px solid #333;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #E6252A;
  border-color: #E6252A;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #E6252A;
  border-color: #E6252A;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  width: 5.625rem;
  height: 2.5rem;
  border-radius: 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: #E6252A;
}
.searchbd_content {
  padding: 5rem 0 5rem;
}
.searchbd_content_item {
  position: relative;
}
.searchbd_content_item:not(:last-child) {
  margin-bottom: 2rem;
}
.searchbd_content_item h3 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.75rem;
}
.searchbd_content_item p {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
}
.searchbd_content_item:hover h3 {
  color: #E6252A;
}
.index_header {
  position: static;
  width: 100%;
}
.index_header_top {
  height: 13.25rem;
  background-color: #F5F5F5;
}
.index_header_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 3% 0 13.5%;
}
.index_header_top .container .toplogobox {
  height: 100%;
  padding: 2.875rem 0 0 0;
}
.index_header_top .container .toplogobox .logobx {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.index_header_top .container .toplogobox .logobx > a {
  display: block;
  width: 16rem;
  height: 4.75rem;
  margin-right: 2.25rem;
}
.index_header_top .container .toplogobox .logobx > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_top .container .toplogobox .logobx .sincebx {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #333;
  letter-spacing: 0.0625rem;
  white-space: nowrap;
}
.index_header_top .container .toplogobox .logobx .sincebx span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.625rem;
  letter-spacing: 0.125rem;
}
.index_header_top .container .toplogobox .logotext .entext {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333;
}
.index_header_top .container .toplogobox .logotext .cntext {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333;
  font-weight: bold;
}
.index_header_top .container .topimg {
  width: auto;
  height: 100%;
}
.index_header_top .container .topimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_nav {
  position: relative;
  width: 100%;
  height: 5rem;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.index_header_nav::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #E6252A;
}
.index_header_nav .container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.index_header_nav .navlist {
  display: flex;
  align-items: center;
}
.index_header_nav .navlist_M {
  display: none;
}
.index_header_nav .navlist_item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.index_header_nav .navlist_item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-bottom: 0.25rem solid #E6252A;
  opacity: 0;
  transition: all 0.25s;
}
.index_header_nav .navlist_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  line-height: 5rem;
  padding: 0 1.5625rem;
  color: #fff;
}
.index_header_nav .navlist_item > a:hover {
  cursor: pointer;
}
.index_header_nav .navlist_item .dropdown {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 8rem;
  max-height: 0;
  background: #fff;
  z-index: 99;
  transition: all 0.6s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(11px);
  opacity: 0;
}
.index_header_nav .navlist_item .dropdown_product {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 48.125rem;
  max-height: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(11px);
  z-index: 99;
  transition: all 0.6s;
  overflow: hidden;
  opacity: 0;
}
.index_header_nav .navlist_item .dropdown_product > .dropdown_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index_header_nav .navlist_item .dropdown_product > .dropdown_list > li {
  width: 50%;
  padding-left: 2.25rem;
  margin-bottom: 1.25rem;
}
.index_header_nav .navlist_item .dropdown_product > .dropdown_list > li > a {
  font-size: 1rem;
  color: #fff;
  line-height: 1.25rem;
}
.index_header_nav .navlist_item .dropdown_product > .dropdown_list > li > a:hover {
  color: #E6252A;
}
.index_header_nav .navlist_item .dropdown > .dropdown_list > li {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
}
.index_header_nav .navlist_item .dropdown > .dropdown_list > li > a {
  font-size: 1rem;
  color: #fff;
  line-height: 1.25rem;
  text-align: center;
}
.index_header_nav .navlist_item .dropdown > .dropdown_list > li > a:hover {
  color: #E6252A;
}
.index_header_nav .navlist_item.active::after {
  transform: translate(-50%, 0);
  opacity: 1;
}
.index_header_nav .navlist_item.active a::after {
  transform: scale(1);
}
.index_header_nav .navlist_item:hover a {
  color: #E6252A;
}
.index_header_nav .navlist_item:hover::after {
  transform: translate(-50%, 0);
  opacity: 1;
}
.index_header_nav .navlist_item:hover .dropdown,
.index_header_nav .navlist_item:hover .dropdown_product {
  max-height: 25rem;
  padding: 1.875rem 0 0.0625rem;
  opacity: 1;
}
.index_header_nav .searchbox {
  display: flex;
  height: 100%;
}
.index_header_nav .searchbox .search {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  transition: all 0.4s;
}
.index_header_nav .searchbox .search span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.5rem;
  color: #fff;
  opacity: 1;
  transition: all 0.2s;
}
.index_header_nav .searchbox .search:hover {
  cursor: pointer;
}
.index_header_nav .searchbox .search:hover .downinput {
  width: 13rem;
}
.index_header_nav .searchbox .search .downinput {
  position: absolute;
  top: 5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  width: 0;
  overflow: hidden;
  height: 4rem;
  transition: all 1s;
  background: #E6252A;
  z-index: 2;
}
.index_header_nav .searchbox .search .downinput form {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  transition: all 0.6s;
  overflow: hidden;
}
.index_header_nav .searchbox .search .downinput form input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  background-color: transparent;
  padding: 0 1.625rem 0 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  outline: none;
  transition: all 0.6s;
}
.index_header_nav .searchbox .search .downinput form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.index_header_nav .searchbox .search .downinput form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.index_header_nav .searchbox .search .downinput form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.index_header_nav .searchbox .search .downinput form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.index_header_nav .searchbox .search .downinput form button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  color: #fff;
  height: 100%;
  outline: none;
  border: 0;
  background: transparent;
}
.index_header_nav .searchbox .search .downinput form button em {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.5rem;
  color: #fff;
}
.index_header_nav .searchbox .search .downinput form button:hover {
  cursor: pointer;
}
.index_header_nav .searchbox .lang {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.index_header_nav .searchbox .lang span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.5rem;
  color: #fff;
}
.index_header_nav .searchbox .lang .dropdown {
  position: absolute;
  top: 5rem;
  left: 0;
  transform: translateX(-10%);
  width: 6.5rem;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(11px);
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.08);
  z-index: 99;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.index_header_nav .searchbox .lang .dropdown_list {
  padding: 1rem 0;
}
.index_header_nav .searchbox .lang .dropdown_list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.index_header_nav .searchbox .lang .dropdown_list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1.875rem;
}
.index_header_nav .searchbox .lang .dropdown_list li a svg {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.index_header_nav .searchbox .lang .dropdown_list li:hover a {
  color: #E6252A;
}
.index_header_nav .searchbox .lang:hover {
  cursor: pointer;
}
.index_header_nav .searchbox .lang:hover span {
  color: #E6252A;
}
.index_header_nav .searchbox .lang:hover .dropdown {
  max-height: 20rem;
  opacity: 1;
}
.index_common_title .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.625rem;
}
.index_common_title .hd h3 {
  font-size: 1.875rem;
  clear: #000;
  line-height: 2.5rem;
  letter-spacing: 0.1875rem;
  margin: 0 3.125rem;
}
.index_common_title .hd h3 span {
  color: #E6252A;
}
.index_common_title .hd em {
  display: block;
  width: 6.25rem;
  height: 0.125rem;
  background: #E6252A;
}
.index_common_title p {
  font-size: 1.25rem;
  color: #C4C4C4;
  line-height: 1.625rem;
  letter-spacing: 0.125rem;
  text-align: center;
}
.index_common_morebtn {
  width: 12.5rem;
  height: 3.5rem;
  background: #E6252A;
  border: 1px solid #E6252A;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_common_morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.index_common_morebtn:hover {
  background-color: transparent;
}
.index_common_morebtn:hover a {
  color: #E6252A;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_swiper .swiper-slide-text {
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translateY(-50%);
  max-width: 35rem;
}
.index_banner_swiper .swiper-slide-text h3 {
  font-size: 2.875rem;
  line-height: 3.875rem;
  letter-spacing: 0.1875rem;
  margin-bottom: 3.125rem;
  color: #333;
}
.index_banner_swiper .swiper-slide-text h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.1875rem;
  margin-bottom: 1.25rem;
  color: #333;
}
.index_banner_swiper .swiper-slide-text p {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.875rem;
}
.index_banner .swiper-pagination {
  bottom: 2rem;
}
.index_banner .swiper-btn {
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #4b4b4b;
}
.index_banner .swiper-btn span {
  color: #fff;
  transition: all 0.4s;
}
.index_banner .swiper-btn:hover {
  background-color: #E6252A;
}
.index_banner .swiper-btn-next {
  right: 0;
}
.index_banner .swiper-btn-next span {
  transform: rotate(180deg);
}
.index_banner .swiper-button-disabled {
  opacity: 0;
}
.index_banner_bottom {
  position: relative;
  transform: translateY(-45%);
  z-index: 6;
}
.index_banner_bottom img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.index_products_content {
  margin-top: 3.125rem;
  padding-bottom: 3.75rem;
}
.index_products_content .products_navbx ul {
  display: flex;
  flex-wrap: wrap;
}
.index_products_content .products_navbx ul li {
  margin-bottom: 2.5rem;
}
.index_products_content .products_navbx ul li:not(:first-child) {
  margin-left: 3.125rem;
}
.index_products_content .products_navbx ul li a {
  position: relative;
  font-size: 1rem;
  color: #333333;
  line-height: 1.25rem;
  transition: all 0.4s;
}
.index_products_content .products_navbx ul li a::after {
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E6252A;
  opacity: 0;
  transition: all 0.4s;
}
.index_products_content .products_navbx ul li:hover a,
.index_products_content .products_navbx ul li.active a {
  color: #E6252A;
}
.index_products_content .products_navbx ul li:hover a::after,
.index_products_content .products_navbx ul li.active a::after {
  opacity: 1;
}
.index_products_content .products_swiperbx {
  position: relative;
}
.index_products_content .products_swiperbx .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.index_products_content .products_swiperbx .swiper-slide-left {
  position: relative;
  width: 74.3%;
  height: 43rem;
}
.index_products_content .products_swiperbx .swiper-slide-left .imgbx {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index_products_content .products_swiperbx .swiper-slide-left .imgbx > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_products_content .products_swiperbx .swiper-slide-left .textbx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  background: rgba(0, 0, 0, 0.7);
}
.index_products_content .products_swiperbx .swiper-slide-left .textbx_hd {
  display: flex;
  align-items: center;
}
.index_products_content .products_swiperbx .swiper-slide-left .textbx_hd h4 {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.25rem;
  letter-spacing: 1px;
  font-weight: normal;
}
.index_products_content .products_swiperbx .swiper-slide-left .textbx_hd h4:first-child {
  margin-right: 2.5rem;
}
.index_products_content .products_swiperbx .swiper-slide-left .textbx a {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.25rem;
  letter-spacing: 1px;
}
.index_products_content .products_swiperbx .swiper-slide-left .textbx a:hover {
  color: #E6252A;
}
.index_products_content .products_swiperbx .swiper-slide-right {
  width: 24%;
}
.index_products_content .products_swiperbx .swiper-slide-right ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.index_products_content .products_swiperbx .swiper-slide-right ul li {
  position: relative;
  width: 100%;
  height: 13.75rem;
}
.index_products_content .products_swiperbx .swiper-slide-right ul li .imgbx {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.index_products_content .products_swiperbx .swiper-slide-right ul li .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.index_products_content .products_swiperbx .swiper-slide-right ul li:hover .imgbx img {
  transform: scale(1.1);
}
.index_products_content .products_swiperbx .swiper-btn {
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #4b4b4b;
}
.index_products_content .products_swiperbx .swiper-btn span {
  color: #fff;
  transition: all 0.4s;
}
.index_products_content .products_swiperbx .swiper-btn:hover {
  background-color: #E6252A;
}
.index_products_content .products_swiperbx .swiper-btn-prev {
  left: -7.5rem;
}
.index_products_content .products_swiperbx .swiper-btn-next {
  right: -7.5rem;
}
.index_products_content .products_swiperbx .swiper-btn-next span {
  transform: rotate(180deg);
}
.index_about {
  display: flex;
  background: #F5F5F5;
}
.index_about_text {
  width: 50%;
}
.index_about_text .textbx_main {
  width: 43.75rem;
  margin-left: auto;
  padding: 6.25rem 6.25rem 4rem 0;
}
.index_about_text .text_title {
  margin-bottom: 1.875rem;
}
.index_about_text .text_title h3 {
  font-size: 1.875rem;
  clear: #000;
  line-height: 2.5rem;
  letter-spacing: 0.1875rem;
  margin-bottom: 0.625rem;
}
.index_about_text .text_title h3 span {
  color: #E6252A;
}
.index_about_text .text_title p {
  font-size: 1.25rem;
  color: #C4C4C4;
  line-height: 1.625rem;
  letter-spacing: 0.125rem;
}
.index_about_text .text_bd {
  margin-bottom: 1.875rem;
}
.index_about_text .text_bd_desc {
  margin-bottom: 1.875rem;
}
.index_about_text .text_bd_desc p {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.875rem;
  letter-spacing: 2px;
}
.index_about_text .text_bd_list ul {
  display: flex;
  justify-content: space-between;
}
.index_about_text .text_bd_list ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9.75rem;
  height: 9.625rem;
  background: #EDEDED;
}
.index_about_text .text_bd_list ul li .num p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.25rem;
}
.index_about_text .text_bd_list ul li .num p span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 3.125rem;
  margin-right: 0.25rem;
}
.index_about_text .text_bd_list ul li > p {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.25rem;
}
.index_about_imgbg {
  width: 50%;
}
.index_about_imgbg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_use {
  padding-top: 3.75rem;
}
.index_use_content {
  position: relative;
  margin-top: 2.5rem;
  width: 100%;
  height: 45rem;
}
.index_use_content_item {
  position: absolute;
  display: block;
  width: 15.5%;
  left: 0;
  height: 100%;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 8;
}
.index_use_content_item img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  transition: all 0.5s;
}
.index_use_content_item_box1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: 101%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.index_use_content_item_box1 .titlebx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.index_use_content_item_box1 .titlebx h4 {
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  white-space: nowrap;
  letter-spacing: 2px;
  padding: 0 2rem;
  transition: all 0.2s;
}
.index_use_content_item_box1 .titlebx em {
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
.index_use_content_item_box1 .titlebx:hover {
  cursor: pointer;
}
.index_use_content_item_box1 .titlebx:hover h4 {
  transform: translateY(-1rem);
}
.index_use_content_item_box1 .titlebx:hover em {
  width: 100%;
}
.index_use_content_item_box2 {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  backdrop-filter: blur(2px);
  padding: 1.875rem 3.125rem 1.375rem;
  opacity: 0;
  transition: all 0.4s;
}
.index_use_content_item_box2 h4 {
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.index_use_content_item_box2 .desc {
  transition: all 1s;
}
.index_use_content_item_box2 .desc p {
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-align: center;
}
.index_use_content .active {
  width: 38%;
}
.index_use_content .active .index_use_content_item_box1 {
  opacity: 0;
}
.index_use_content .active .index_use_content_item_box2 {
  top: 10%;
  opacity: 1;
}
.index_news {
  padding: 3.75rem 0 5rem;
}
.index_news_content {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
}
.index_news_content_l {
  width: 50%;
}
.index_news_content_l img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_news_content_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-left: 1.25rem;
}
.index_news_content_r .news_item {
  position: relative;
  padding: 1.875rem 2rem 1.625rem 2.5rem;
  overflow: hidden;
  background: #F5F5F5;
}
.index_news_content_r .news_item::before {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-105%);
  content: '';
  display: block;
  width: 0.625rem;
  height: 100%;
  background-color: #E6252A;
  transition: all 0.4s;
}
.index_news_content_r .news_item h4 {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.625rem;
  letter-spacing: 2px;
  margin-bottom: 0.625rem;
  transition: all 0.4s;
}
.index_news_content_r .news_item > p {
  font-size: 0.875rem;
  color: #C4C4C4;
  line-height: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}
.index_news_content_r .news_item .desc p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.5rem;
  letter-spacing: 1px;
}
.index_news_content_r .news_item:hover::before {
  transform: translateX(0);
}
.index_news_content_r .news_item:hover h4 {
  color: #E6252A;
}
.index_news .index_common_morebtn {
  margin: 2.5rem auto 0;
}
.index_footer {
  background-color: #484848;
  padding-top: 3.75rem;
}
.index_footer_media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 0.125rem solid #d8d8d8;
}
.index_footer_media h3 {
  font-size: 1.25rem;
  color: #9F9F9F;
  line-height: 1.625rem;
  letter-spacing: 1px;
  margin-right: 3.75rem;
}
.index_footer_media > ul {
  display: flex;
}
.index_footer_media > ul > li {
  position: relative;
}
.index_footer_media > ul > li:not(:last-child) {
  margin-right: 7.5rem;
}
.index_footer_media > ul > li:hover {
  cursor: pointer;
}
.index_footer_media > ul > li:hover .dropdown {
  display: block;
}
.index_footer_media > ul > li:hover .dropdown2 {
  display: flex;
}
.index_footer_media > ul > li .iconbx {
  display: flex;
  align-items: center;
  height: 2.75rem;
}
.index_footer_media > ul > li .iconbx img {
  display: block;
  width: auto;
  max-height: 100%;
  object-fit: contain;
}
.index_footer_media > ul > li .dropdown {
  display: none;
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  transform: translateX(-18%);
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 0.3125rem;
  padding: 1rem 1rem 0.75rem;
  z-index: 19;
}
.index_footer_media > ul > li .dropdown::after {
  position: absolute;
  bottom: -1rem;
  left: 22%;
  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_media > ul > li .dropdown .erweima {
  width: 8rem;
  height: 8rem;
  margin-bottom: 0.5rem;
}
.index_footer_media > ul > li .dropdown .erweima img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_media > ul > li .dropdown p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.25rem;
  letter-spacing: 1px;
}
.index_footer_media > ul > li .dropdown ul {
  display: flex;
}
.index_footer_media > ul > li .dropdown ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_footer_media > ul > li .dropdown ul li:first-child {
  margin-right: 1.25rem;
}
.index_footer_media > ul > li .dropdown.dropdown2 {
  flex-direction: column;
  align-items: center;
}
.index_footer_content {
  display: flex;
  padding: 2.5rem 0 3.125rem;
  border-bottom: 0.125rem solid #d8d8d8;
}
.index_footer_content dl:not(:last-child) {
  margin-right: 11%;
}
.index_footer_content dl dt {
  font-size: 1.25rem;
  font-weight: bold;
  color: #9F9F9F;
  line-height: 1.625rem;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}
.index_footer_content dl dd:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_footer_content dl dd a {
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.25rem;
  letter-spacing: 1px;
}
.index_footer_content dl dd a:hover {
  color: #E6252A;
}
.index_footer_content dl.contactinfo dd {
  display: flex;
  align-items: center;
}
.index_footer_content dl.contactinfo dd i {
  font-size: 1.25rem;
  color: #9f9f9f;
  margin-right: 0.875rem;
}
.index_footer_content dl.contactinfo dd p {
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.25rem;
  letter-spacing: 1px;
}
.index_footer_copyright .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.875rem;
}
.index_footer_copyright .container p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #969FA9;
}
.index_footer_copyright .container p a {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #969FA9;
}
.index_footer_copyright .container p:not(:last-child) {
  margin-right: 2.5rem;
}
.profile {
  background-color: #f0f2f5;
}
.profile_content .center_title h4 {
  font-size: 1.875rem;
  color: #333333;
  line-height: 2.5rem;
  margin-bottom: 0.375rem;
  text-align: center;
}
.profile_content .center_title p {
  font-size: 1.25rem;
  color: #A5A5A5;
  line-height: 1.625rem;
  text-align: center;
}
.profile_content_centerbx {
  position: relative;
  padding: 3.125rem 0 9.375rem;
}
.profile_content_centerbx .profile_textbx {
  position: relative;
  display: flex;
  margin-top: 4.125rem;
}
.profile_content_centerbx .profile_textbx_l {
  width: 47.2%;
}
.profile_content_centerbx .profile_textbx_l img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.profile_content_centerbx .profile_textbx_r {
  width: 52.8%;
  padding-left: 3.125rem;
}
.profile_content_centerbx .profile_textbx_r p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
  letter-spacing: 1px;
}
.profile_content_centerbx .profile_textbx_numbx {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  background-color: #fff;
  height: 11.25rem;
  padding: 0 7.5rem;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.profile_content_centerbx .profile_textbx_numbx ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.profile_content_centerbx .profile_textbx_numbx ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile_content_centerbx .profile_textbx_numbx ul li:not(:last-child) {
  margin-right: 8.75rem;
}
.profile_content_centerbx .profile_textbx_numbx ul li .num {
  margin-bottom: 0.375rem;
}
.profile_content_centerbx .profile_textbx_numbx ul li .num p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.25rem;
}
.profile_content_centerbx .profile_textbx_numbx ul li .num p span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 3.125rem;
}
.profile_content_centerbx .profile_textbx_numbx ul li > p {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.25rem;
}
.profile_content_culture {
  position: relative;
  width: 100%;
  height: auto;
}
.profile_content_culture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.profile_content_culture .center_title {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.profile_content_path {
  padding: 3.75rem 0 5rem;
}
.profile_content_path .path_swiperbx {
  position: relative;
  width: 100%;
  height: 12.5rem;
  margin-top: 4.125rem;
}
.profile_content_path .path_swiperbx .path_swiper {
  height: 100%;
}
.profile_content_path .path_swiperbx .path_swiper::after {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 100%;
  height: 0.125rem;
  background: url("../images/icons/xian.png") no-repeat center center;
  background-size: contain;
}
.profile_content_path .path_swiperbx .swiper-slide {
  position: relative;
  height: 100%;
}
.profile_content_path .path_swiperbx .swiper-slide-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 6.25rem;
  background-color: #fff;
}
.profile_content_path .path_swiperbx .swiper-slide-text p {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.625rem;
}
.profile_content_path .path_swiperbx .swiper-slide-iconbx {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  background-color: rgba(230, 37, 42, 0.5);
  border-radius: 50%;
  z-index: 0;
}
.profile_content_path .path_swiperbx .swiper-slide-iconbx span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #E6252A;
  border-radius: 50%;
  opacity: 1;
  z-index: 3;
}
.profile_content_path .path_swiperbx .swiper-slide-time {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}
.profile_content_path .path_swiperbx .swiper-slide-time p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.625rem;
}
.profile_content_path .path_swiperbx .swiper-btn {
  position: absolute;
  top: 55%;
  width: 5rem;
  height: 5rem;
}
.profile_content_path .path_swiperbx .swiper-btn span {
  font-size: 2rem;
  color: #333;
  transition: all 0.4s;
}
.profile_content_path .path_swiperbx .swiper-btn:hover {
  background-color: #E6252A;
}
.profile_content_path .path_swiperbx .swiper-btn:hover span {
  color: #fff;
}
.profile_content_path .path_swiperbx .swiper-btn-prev {
  left: -6.5rem;
}
.profile_content_path .path_swiperbx .swiper-btn-next {
  right: -6.5rem;
}
.profile_content_path .path_swiperbx .swiper-btn-next span {
  transform: rotate(180deg);
}
.honor {
  background-color: #f0f2f5;
}
.honor_content_centerbx {
  width: 100%;
  padding: 3.125rem 0 3.75rem;
}
.honor_content_centerbx .honor_swiperbx {
  position: relative;
  margin-top: 2.5rem;
  height: 28.375rem;
}
.honor_content_centerbx .honor_swiperbx .swiper-slide {
  display: block;
  height: 100%;
  padding: 0.5rem;
}
.honor_content_centerbx .honor_swiperbx .swiper-slide-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.honor_content_centerbx .honor_swiperbx .swiper-slide-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.honor_content_centerbx .honor_swiperbx .swiper-btn {
  position: absolute;
  top: 55%;
  width: 5rem;
  height: 5rem;
}
.honor_content_centerbx .honor_swiperbx .swiper-btn span {
  font-size: 2rem;
  color: #333;
  transition: all 0.4s;
}
.honor_content_centerbx .honor_swiperbx .swiper-btn:hover {
  background-color: #E6252A;
}
.honor_content_centerbx .honor_swiperbx .swiper-btn:hover span {
  color: #fff;
}
.honor_content_centerbx .honor_swiperbx .swiper-btn-prev {
  left: -6.5rem;
}
.honor_content_centerbx .honor_swiperbx .swiper-btn-next {
  right: -6.5rem;
}
.honor_content_centerbx .honor_swiperbx .swiper-btn-next span {
  transform: rotate(180deg);
}
.honor_content_partner .partner_listbx {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 0 5rem;
}
.honor_content_partner .partner_listbx_item {
  position: relative;
  width: 20%;
  height: 8.125rem;
}
.honor_content_partner .partner_listbx_item_before,
.honor_content_partner .partner_listbx_item_after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.honor_content_partner .partner_listbx_item_before img,
.honor_content_partner .partner_listbx_item_after img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.honor_content_partner .partner_listbx_item_after {
  transform: rotateY(180deg);
  opacity: 0;
}
.honor_content_partner .partner_listbx_item:hover .partner_listbx_item_before {
  opacity: 0;
  transform: rotateY(180deg);
}
.honor_content_partner .partner_listbx_item:hover .partner_listbx_item_after {
  opacity: 1;
  transform: rotateY(0);
}
.products {
  background-color: #f0f2f5;
}
.products .common_banner_text h3,
.products .common_banner_text p {
  color: #fff;
}
.products_content_centerbx {
  padding: 3.125rem 0 5rem;
}
.products_content_centerbx .products_listbx {
  position: relative;
  width: 100%;
  height: 50rem;
  margin-top: 3.5rem;
}
.products_content_centerbx .products_listbx .product_swiper {
  height: 100%;
}
.products_content_centerbx .products_listbx .product_swiper .swiper-slide {
  height: calc((100% - 40px) / 2);
  padding: 0.625rem;
}
.products_content_centerbx .products_listbx .product_swiper .swiper-slide:hover .swiper-slide-title h4 {
  color: #E6252A;
}
.products_content_centerbx .products_listbx .product_swiper .swiper-slide-img {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
.products_content_centerbx .products_listbx .product_swiper .swiper-slide-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.products_content_centerbx .products_listbx .product_swiper .swiper-slide-title {
  width: 100%;
}
.products_content_centerbx .products_listbx .product_swiper .swiper-slide-title h4 {
  font-size: 1rem;
  color: #333333;
  line-height: 1.25rem;
  text-align: center;
  transition: all 0.2s;
}
.products_content_centerbx .products_listbx .product_swiper .swiper-pagination {
  margin: 0 0.625rem;
  bottom: 0;
}
.products_content_centerbx .products_listbx .product_swiper .swiper-pagination-progressbar {
  bottom: 0;
}
.products_content_centerbx .products_listbx .swiper-btn {
  position: absolute;
  top: 45%;
  width: 5rem;
  height: 5rem;
}
.products_content_centerbx .products_listbx .swiper-btn span {
  font-size: 2rem;
  color: #333;
  transition: all 0.4s;
}
.products_content_centerbx .products_listbx .swiper-btn:hover {
  background-color: #E6252A;
}
.products_content_centerbx .products_listbx .swiper-btn:hover span {
  color: #fff;
}
.products_content_centerbx .products_listbx .swiper-btn-prev {
  left: -6.5rem;
}
.products_content_centerbx .products_listbx .swiper-btn-next {
  right: -6.5rem;
}
.products_content_centerbx .products_listbx .swiper-btn-next span {
  transform: rotate(180deg);
}
.productdetail {
  background-color: #f0f2f5;
}
.productdetail .common_banner_text h3,
.productdetail .common_banner_text p {
  color: #fff;
}
.productdetail_content_title {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.productdetail_content_title h4 {
  font-size: 1.875rem;
  color: #333333;
  line-height: 2.5rem;
  font-weight: normal;
  margin-right: 1.25rem;
}
.productdetail_content_title p {
  font-size: 1.875rem;
  color: #E2E2E2;
  line-height: 2.5rem;
  margin-right: 1.25rem;
}
.productdetail_content_title em {
  display: block;
  flex: 1;
  height: 0.125rem;
  background-color: #E2E2E2;
}
.productdetail_content_centerbx {
  padding: 3.125rem 0 5rem;
}
.productdetail_content_centerbx .centerbx_desctext {
  display: flex;
  justify-content: space-between;
}
.productdetail_content_centerbx .centerbx_desctext_img {
  width: 35.7%;
  height: auto;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.productdetail_content_centerbx .centerbx_desctext_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.productdetail_content_centerbx .centerbx_desctext_r {
  width: 58.6%;
}
.productdetail_content_centerbx .centerbx_desctext_r h3 {
  font-size: 1.875rem;
  font-weight: normal;
  color: #333333;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}
.productdetail_content_centerbx .centerbx_desctext_r .md1 {
  margin-bottom: 1.875rem;
}
.productdetail_content_centerbx .centerbx_desctext_r .md1,
.productdetail_content_centerbx .centerbx_desctext_r .md2 {
  position: relative;
  padding-left: 2.5rem;
}
.productdetail_content_centerbx .centerbx_desctext_r .md1::before,
.productdetail_content_centerbx .centerbx_desctext_r .md2::before {
  position: absolute;
  top: 5.5%;
  left: 0;
  content: '';
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #333;
  border-radius: 50%;
}
.productdetail_content_centerbx .centerbx_desctext_r .md1 p,
.productdetail_content_centerbx .centerbx_desctext_r .md2 p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
}
.productdetail_content_show .productdetail_swiperbx {
  position: relative;
  width: 100%;
  padding: 0 7.5rem;
}
.productdetail_content_show .productdetail_swiperbx .productdetail_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.5rem;
}
.productdetail_content_show .productdetail_swiperbx .productdetail_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productdetail_content_show .productdetail_swiperbx .swiper-btn {
  position: absolute;
  top: 45%;
  width: 5rem;
  height: 5rem;
}
.productdetail_content_show .productdetail_swiperbx .swiper-btn span {
  font-size: 2rem;
  color: #333;
  transition: all 0.4s;
}
.productdetail_content_show .productdetail_swiperbx .swiper-btn:hover {
  background-color: #E6252A;
}
.productdetail_content_show .productdetail_swiperbx .swiper-btn:hover span {
  color: #fff;
}
.productdetail_content_show .productdetail_swiperbx .swiper-btn-prev {
  left: 0;
}
.productdetail_content_show .productdetail_swiperbx .swiper-btn-next {
  right: 0;
}
.productdetail_content_show .productdetail_swiperbx .swiper-btn-next span {
  transform: rotate(180deg);
}
.productdetail_content_numbx {
  padding: 4rem 0 5rem;
}
.productdetail_content_numbx .numbx_info_nav {
  width: 100%;
  height: 3.75rem;
  background: #E2E2E2;
}
.productdetail_content_numbx .numbx_info_nav ul {
  display: flex;
  height: 100%;
}
.productdetail_content_numbx .numbx_info_nav ul li a {
  display: block;
  font-size: 1.25rem;
  color: #666;
  line-height: 3.75rem;
  padding: 0 3.125rem;
  transition: all 0.3s;
}
.productdetail_content_numbx .numbx_info_nav ul li.active a {
  background-color: #e6232a;
  color: #fff;
}
.productdetail_content_numbx .numbx_info_center {
  padding: 2.5rem;
  background-color: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-top: 0;
}
.productdetail_content_numbx .numbx_info_center_item {
  display: none;
}
.productdetail_content_numbx .numbx_info_center_item.active {
  display: block;
}
.productdetail_content_numbx .numbx_info_center_item > p {
  font-size: 1.125rem;
  color: #333;
  line-height: 2.25rem;
}
.productdetail_content_numbx .numbx_info_center_item:first-child ul li {
  position: relative;
  display: flex;
  padding-left: 1rem;
}
.productdetail_content_numbx .numbx_info_center_item:first-child ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.productdetail_content_numbx .numbx_info_center_item:first-child ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #333;
  border-radius: 50%;
}
.productdetail_content_numbx .numbx_info_center_item:first-child ul li p {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.25rem;
}
.productdetail_content_numbx .numbx_info_center_item:first-child ul li p.namebx {
  width: 8rem;
}
.productdetail_content_numbx .numbx_info_center_item:first-child ul li p:last-child {
  flex: 1;
}
.case_content_centerbx .center_title h4 {
  font-size: 1.875rem;
  color: #333333;
  line-height: 2.5rem;
  margin-bottom: 0.375rem;
  text-align: center;
}
.case_content_centerbx .center_title p {
  font-size: 1.25rem;
  color: #A5A5A5;
  line-height: 1.625rem;
  text-align: center;
}
.case_content_centerbx .case_swiperbx {
  padding-top: 3.125rem;
  height: 45rem;
}
.case_content_centerbx .case_swiperbx .case_swiper {
  height: 100%;
}
.case_content_centerbx .case_swiperbx .case_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.case_content_centerbx .case_swiperbx .case_swiper .swiper-slide {
  position: relative;
  width: auto !important;
  height: 100%;
}
.case_content_centerbx .case_swiperbx .case_swiper .swiper-slide:first-child {
  margin-left: 6.25rem;
}
.case_content_centerbx .case_swiperbx .case_swiper .swiper-slide-img {
  height: 100%;
}
.case_content_centerbx .case_swiperbx .case_swiper .swiper-slide-img img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.case_content_centerbx .case_swiperbx .case_swiper .swiper-slide-text {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case_content_centerbx .case_swiperbx .case_swiper .swiper-slide-text h4 {
  font-size: 1.875rem;
  font-weight: normal;
  color: #333333;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.case_content_centerbx .case_swiperbx .case_swiper .swiper-slide-text em {
  display: block;
  width: 4.125rem;
  height: 0.125rem;
  background-color: #333;
}
.casedetail_content_textbx {
  padding: 3rem 0;
}
.casedetail_content_textbx .textbx_hd {
  border-bottom: 1px solid #C7C7C7;
}
.casedetail_content_textbx .textbx_hd h3 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.5rem;
}
.casedetail_content_textbx .textbx_hd_timebx {
  display: flex;
  justify-content: center;
}
.casedetail_content_textbx .textbx_hd_timebx p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #C7C7C7;
  margin-bottom: 1.25rem;
}
.casedetail_content_textbx .textbx_hd_timebx p:first-child {
  margin-right: 4.375rem;
}
.casedetail_content_textbx .textbx_bd {
  padding-top: 2.125rem;
}
.casedetail_content_textbx .textbx_bd p {
  font-size: 1rem;
  color: #767676;
  line-height: 1.875rem;
  letter-spacing: 1px;
  text-indent: 2em;
}
.casedetail_content_textbx .textbx_bd p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.join_content_jobbx {
  margin-bottom: 3.125rem;
}
.join_content_jobbx .hd {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #333;
}
.join_content_jobbx .hd h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #333;
}
.join_content_jobbx .bd {
  padding: 1.375rem 3.125rem 2.5rem;
}
.join_content_jobbx .bd_item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.join_content_jobbx .bd_item_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
}
.join_content_jobbx .bd_item_title:hover {
  cursor: pointer;
}
.join_content_jobbx .bd_item_title:hover h5 {
  color: #E6252A;
}
.join_content_jobbx .bd_item_title:hover .desc .btn i {
  color: #E6252A;
}
.join_content_jobbx .bd_item_title h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333;
}
.join_content_jobbx .bd_item_title .desc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.join_content_jobbx .bd_item_title .desc > p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333;
}
.join_content_jobbx .bd_item_title .desc > p:not(:first-child) {
  margin-left: 8.75rem;
}
.join_content_jobbx .bd_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;
}
.join_content_jobbx .bd_item_title .desc .btn.rotato {
  transform: rotate(45deg);
}
.join_content_welfare .hd {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #333;
}
.join_content_welfare .hd h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #333;
}
.join_content_welfare .bd {
  padding-left: 13.125rem;
  padding-top: 1.375rem;
}
.join_content_welfare .bd_listbx li {
  display: flex;
  justify-content: flex-start;
}
.join_content_welfare .bd_listbx li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.join_content_welfare .bd_listbx li p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333;
}
.join_content_welfare .bd_listbx li p.title {
  font-weight: bold;
  min-width: 6.25rem;
  margin-right: 5rem;
}
.joindetail_content_jobbx {
  margin-bottom: 3.125rem;
}
.joindetail_content_jobbx .hd {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #333;
}
.joindetail_content_jobbx .hd h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #333;
}
.joindetail_content_jobbx .bd {
  padding: 1.375rem 3.125rem 2.5rem;
}
.joindetail_content_jobbx .bd_item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.joindetail_content_jobbx .bd_item_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
}
.joindetail_content_jobbx .bd_item_title:hover {
  cursor: pointer;
}
.joindetail_content_jobbx .bd_item_title h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333;
  margin-right: 8.125rem;
}
.joindetail_content_jobbx .bd_item_title .desc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.joindetail_content_jobbx .bd_item_title .desc > p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333;
}
.joindetail_content_jobbx .bd_item_title .desc > p:not(:first-child) {
  margin-left: 8.75rem;
}
.joindetail_content_jobbx .bd_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;
}
.joindetail_content_jobbx .bd_item_title .desc .btn.rotato {
  transform: rotate(45deg);
}
.joindetail_content_jobbx .bd_item_desc {
  margin-bottom: 2.5rem;
}
.joindetail_content_jobbx .bd_item_desc_text {
  padding-top: 1.375rem;
}
.joindetail_content_jobbx .bd_item_desc_text .text_item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.joindetail_content_jobbx .bd_item_desc_text .text_item_hd {
  margin-bottom: 1rem;
}
.joindetail_content_jobbx .bd_item_desc_text .text_item_hd h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #333;
}
.joindetail_content_jobbx .bd_item_desc_text .text_item_bd p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #333;
}
.joindetail_content_jobbx .bd_item_joinbtn {
  width: 10rem;
  height: 3.125rem;
  background: #E6252A;
  border: 1px solid #e6232a;
  box-sizing: border-box;
  transition: all 0.4s;
}
.joindetail_content_jobbx .bd_item_joinbtn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.4s;
}
.joindetail_content_jobbx .bd_item_joinbtn:hover {
  background-color: transparent;
}
.joindetail_content_jobbx .bd_item_joinbtn:hover a {
  color: #E6252A;
}
.human {
  background-color: #f0f2f5;
}
.human_content_centerbx {
  padding: 3.125rem 0 5rem;
}
.human_content_centerbx .centerbx_right {
  float: right;
  width: 78%;
}
.human_content_centerbx .centerbx_right_text1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.human_content_centerbx .centerbx_right_text1 .imgbx {
  width: 32%;
}
.human_content_centerbx .centerbx_right_text1 .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.human_content_centerbx .centerbx_right_text1 .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62.4%;
}
.human_content_centerbx .centerbx_right_text1 .desc h4 {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.625rem;
  letter-spacing: 2px;
  margin-bottom: 1.875rem;
}
.human_content_centerbx .centerbx_right_text1 .desc p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
  letter-spacing: 1px;
  text-indent: 2em;
}
.human_content_centerbx .centerbx_right_text2 h4 {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.625rem;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
}
.human_content_centerbx .centerbx_right_text2 p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
  letter-spacing: 1px;
  text-indent: 2em;
}
.news_content_list {
  margin-bottom: 1.5rem;
}
.news_content_list_firstbx {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 1.25rem;
}
.news_content_list_firstbx .firstbx_img {
  width: 31%;
  height: 18.75rem;
}
.news_content_list_firstbx .firstbx_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_content_list_firstbx .firstbx_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 69%;
  padding-left: 3.75rem;
}
.news_content_list_firstbx .firstbx_text .time p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #333;
}
.news_content_list_firstbx .firstbx_text .time span {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #333;
  margin-left: 1px;
}
.news_content_list_firstbx .firstbx_text > h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333;
}
.news_content_list_firstbx .firstbx_text > p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
}
.news_content_list_firstbx .firstbx_text .detailbtn {
  width: 8.125rem;
  height: 3.125rem;
  border: 1px solid #E6252A;
}
.news_content_list_firstbx .firstbx_text .detailbtn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #E6252A;
  line-height: 3.125rem;
  text-align: center;
}
.news_content_list_firstbx .firstbx_text .detailbtn:hover > a {
  color: #fff;
}
.news_content_list_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-top: 1px solid #E2E2E2;
}
.news_content_list_item > a {
  display: none;
}
.news_content_list_item .item_img {
  width: 14.2%;
  height: 7.5rem;
}
.news_content_list_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_content_list_item .item_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85.8%;
  padding-left: 2.75rem;
}
.news_content_list_item .item_text_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
}
.news_content_list_item .item_text_desc > h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333;
}
.news_content_list_item .item_text_desc > p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
}
.news_content_list_item .item_text_desc > p.timebx {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #C6C6C6;
}
.news_content_list_item .item_text .detailbtn {
  width: 8.125rem;
  height: 3.125rem;
  border: 1px solid #E6252A;
  margin-left: 11.25rem;
}
.news_content_list_item .item_text .detailbtn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #E6252A;
  line-height: 3.125rem;
  text-align: center;
}
.news_content_list_item .item_text .detailbtn:hover > a {
  color: #fff;
}
.newsdetail_content .main {
  padding: 0 7.5rem;
}
.newsdetail_content_textbx .textbx_hd {
  border-bottom: 1px solid #C7C7C7;
}
.newsdetail_content_textbx .textbx_hd h3 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.5rem;
}
.newsdetail_content_textbx .textbx_hd_timebx {
  display: flex;
  justify-content: center;
}
.newsdetail_content_textbx .textbx_hd_timebx p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #C7C7C7;
  margin-bottom: 1.25rem;
}
.newsdetail_content_textbx .textbx_hd_timebx p:first-child {
  margin-right: 4.375rem;
}
.newsdetail_content_textbx .textbx_bd {
  padding-top: 2.125rem;
  border-bottom: 1px solid #C7C7C7;
}
.newsdetail_content_textbx .textbx_bd p {
  font-size: 1rem;
  color: #767676;
  line-height: 1.875rem;
  letter-spacing: 1px;
  text-indent: 2em;
}
.newsdetail_content_textbx .textbx_bd p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.contact_content_centerbx .centerbx_right .mapbx_box {
  width: 100%;
  height: 28.125rem;
  margin-bottom: 1.875rem;
}
.contact_content_centerbx .centerbx_right .mapbx_box #map {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_content_centerbx .centerbx_right .mapbx_info {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.contact_content_centerbx .centerbx_right .mapbx_info h4 {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.875rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.contact_content_centerbx .centerbx_right .mapbx_info ul li {
  display: flex;
  margin-bottom: 1.25rem;
}
.contact_content_centerbx .centerbx_right .mapbx_info ul li p {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.5rem;
  letter-spacing: 2px;
}
.contact_content_centerbx .centerbx_right .mapbx_info ul li:first-child p:first-child {
  margin-right: 5rem;
}
.contact_content_centerbx .centerbx_right .placelist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.875rem;
}
.contact_content_centerbx .centerbx_right .placelist_item {
  width: 48.6%;
  background-color: #fff;
  margin-bottom: 1.875rem;
  padding: 1.875rem 3rem;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.contact_content_centerbx .centerbx_right .placelist_item h4 {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.875rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.contact_content_centerbx .centerbx_right .placelist_item ul li {
  display: flex;
}
.contact_content_centerbx .centerbx_right .placelist_item ul li span {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.875rem;
  letter-spacing: 2px;
  white-space: nowrap;
}
.contact_content_centerbx .centerbx_right .placelist_item ul li p {
  flex: 1;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.875rem;
  letter-spacing: 2px;
}
.contact_content_centerbx .centerbx_right .placelist_item ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.service .centerbx_right {
  background-color: #fff;
  padding: 3.125rem 0;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.service_content h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #333;
  text-align: center;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
.service_content_formbx {
  width: 50%;
  margin: 0 auto;
}
.service_content_formbx .formbx_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
.service_content_formbx .formbx_item label {
  font-size: 1rem;
  color: #333;
  line-height: 2.5rem;
}
.service_content_formbx .formbx_item input {
  flex: 1;
  max-width: 83.33%;
  height: 2.5rem;
  border: 1px solid #979797;
  outline: none;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.service_content_formbx .formbx_item textarea {
  flex: 1;
  max-width: 83.33%;
  height: 10rem;
  padding: 0.75rem 1.25rem;
  outline: none;
  resize: none;
  color: #333;
  box-sizing: border-box;
}
.service_content_formbx .formbx_btnbx {
  max-width: 83.33%;
  margin-left: auto;
}
.service_content_formbx .formbx_btnbx #mess-submit {
  margin-right: 2.5rem;
}
.service_content_formbx .formbx_btnbx button {
  width: 8.125rem;
  height: 3.125rem;
  border: 1px solid #A5A5A5;
  background-color: #fff;
  font-size: 1.25rem;
  color: #A5A5A5;
  letter-spacing: 0.125rem;
  outline: none;
  transition: all 0.4s;
}
.service_content_formbx .formbx_btnbx button:hover {
  cursor: pointer;
  border-color: #E6252A;
  color: #E6252A;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .container_contact,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .common_banner {
    width: 100%;
    height: auto;
    margin-top: 4rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_text {
    left: 10%;
  }
  .common_banner_text h3 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 0;
  }
  .common_banner_text p {
    font-size: 1.25rem;
  }
  .common_crumb_content {
    padding-left: 0;
  }
  .common_navbx {
    float: none;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .common_navbx_list {
    flex-wrap: wrap;
    height: auto;
  }
  .common_navbx_list li {
    flex: 50%;
    height: 2.75rem;
  }
  .index_header {
    position: static;
    top: 0;
    z-index: 9;
  }
  .index_header_top {
    height: 6rem;
  }
  .index_header_top .container {
    padding: 0 1rem;
  }
  .index_header_top .container .toplogobox {
    display: flex;
    padding: 0;
    align-items: center;
  }
  .index_header_top .container .toplogobox .logobx {
    margin-bottom: 0;
  }
  .index_header_top .container .toplogobox .logotext {
    display: none;
  }
  .index_header_top .container .topimg {
    display: none;
  }
  .index_header_nav {
    position: absolute;
    top: 6rem;
    height: 4rem;
    background: rgba(32, 92, 161, 0.6);
  }
  .index_header_nav .container {
    align-items: center;
    justify-content: flex-end;
  }
  .index_header_nav .container .navlist {
    display: none;
  }
  .index_header_nav .container .navlist_M {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 10rem);
    background: #fff;
    display: none;
    padding-top: 4rem;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 {
    display: flex;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 a {
    flex: 1;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 .down i.active {
    display: block;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu a {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav .container .navlist_M .has-children.active > .level1 > a {
    color: #E6252A;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li:last-of-type > a {
    box-shadow: none;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav .container .navlist_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header_nav .searchbox .search .downinput {
    top: 4rem;
  }
  .index_header_nav .searchbox .lang .dropdown {
    top: 4rem;
  }
  .index_header .inner-header-icon {
    display: block;
    margin-left: 1rem;
  }
  .index_header::before {
    display: none;
    top: 6rem;
  }
  .index_banner {
    display: block;
    height: auto;
    margin-top: 4rem;
  }
  .index_banner .swiper-slide-text {
    display: none;
  }
  .index_banner .swiper-btn {
    display: none;
  }
  .index_banner .swiper-pagination {
    bottom: 1.25rem;
  }
  .index_products_content .products_navbx ul {
    display: flex;
  }
  .index_products_content .products_navbx ul li {
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }
  .index_products_content .products_navbx ul li:not(:first-child) {
    margin-left: 0;
  }
  .index_products_content .products_swiperbx .swiper-slide {
    flex-wrap: wrap;
  }
  .index_products_content .products_swiperbx .swiper-slide-left {
    width: 100%;
    height: 24rem;
    margin-bottom: 1rem;
  }
  .index_products_content .products_swiperbx .swiper-slide-left .textbx {
    padding: 0 1rem;
  }
  .index_products_content .products_swiperbx .swiper-slide-left .textbx_hd h4:last-child {
    display: none;
  }
  .index_products_content .products_swiperbx .swiper-slide-right {
    width: 100%;
  }
  .index_products_content .products_swiperbx .swiper-slide-right ul {
    display: flex;
    flex-direction: row;
  }
  .index_products_content .products_swiperbx .swiper-slide-right ul li {
    width: 31%;
    height: 6.75rem;
  }
  .index_products_content .products_swiperbx .swiper-btn {
    display: none;
  }
  .index_about {
    flex-wrap: wrap;
  }
  .index_about_text {
    width: 100%;
  }
  .index_about_text .textbx_main {
    width: auto;
    padding: 2rem 1rem;
  }
  .index_about_text .text_bd_list ul li {
    width: 8.75rem;
    height: 8.75rem;
  }
  .index_about_imgbg {
    width: 100%;
  }
  .index_use_content {
    height: auto;
    flex-wrap: wrap;
  }
  .index_use_content_item {
    position: relative;
    width: 100%;
    height: 20rem;
    left: 0 !important;
  }
  .index_use_content_item_box2 {
    width: 86%;
    padding: 1.875rem 2rem 1.375rem;
  }
  .index_use_content_item.active {
    width: 100%;
  }
  .index_news_content {
    flex-wrap: wrap;
  }
  .index_news_content_l {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .index_news_content_r {
    width: 100%;
    padding-left: 0;
  }
  .index_footer {
    padding-top: 2rem;
  }
  .index_footer_media {
    flex-wrap: wrap;
  }
  .index_footer_media h3 {
    margin-bottom: 1rem;
  }
  .index_footer_media ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .index_footer_media ul li:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_media ul li .dropdown {
    transform: translateX(0);
    padding: 1rem;
  }
  .index_footer_media ul li .dropdown::after {
    left: 5%;
  }
  .index_footer_media ul li .dropdown ul li:first-child {
    margin-right: 1rem;
  }
  .index_footer_content {
    flex-wrap: wrap;
  }
  .index_footer_content dl {
    margin-bottom: 1rem;
  }
  .index_footer_content dl:not(:last-child) {
    margin-right: 5%;
  }
  .index_footer_copyright .container {
    height: auto;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
  }
  .index_footer_copyright .container p:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
    margin-right: 0;
  }
  .index_sidebar {
    display: none;
  }
  .profile_content_centerbx {
    padding: 3.125rem 0 4rem;
  }
  .profile_content_centerbx .profile_textbx {
    flex-wrap: wrap;
  }
  .profile_content_centerbx .profile_textbx_l {
    width: 100%;
    margin-bottom: 1rem;
  }
  .profile_content_centerbx .profile_textbx_r {
    width: 100%;
    padding-left: 0;
  }
  .profile_content_centerbx .profile_textbx_numbx {
    display: none;
  }
  .profile_content_path .path_swiperbx .swiper-btn {
    display: none;
  }
  .profile_content_culture .center_title p {
    display: none;
  }
  .honor_content_centerbx .honor_swiperbx {
    height: 19.5rem;
  }
  .honor_content_centerbx .honor_swiperbx .honor_swiper {
    height: 100%;
  }
  .honor_content_centerbx .honor_swiperbx .swiper-btn {
    display: none;
  }
  .honor_content_partner .partner_listbx_item {
    width: 50%;
    height: 6.25rem;
  }
  .products_content_centerbx .products_listbx {
    height: 36rem;
  }
  .productdetail_content_title p {
    display: none;
  }
  .productdetail_content_centerbx .centerbx_desctext {
    flex-wrap: wrap;
  }
  .productdetail_content_centerbx .centerbx_desctext_img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .productdetail_content_centerbx .centerbx_desctext_r {
    width: 100%;
    padding: 0;
  }
  .productdetail_content_numbx .numbx_info_nav ul li a {
    padding: 0 1.25rem;
  }
  .case_content_centerbx .case_swiperbx {
    height: 25rem;
  }
  .human_content_centerbx .centerbx_right {
    float: none;
    width: 100%;
  }
  .human_content_centerbx .centerbx_right_text1 {
    flex-wrap: wrap;
  }
  .human_content_centerbx .centerbx_right_text1 .imgbx {
    width: 50%;
    margin-bottom: 1rem;
  }
  .human_content_centerbx .centerbx_right_text1 .desc {
    width: 100%;
  }
  .join_content_centerbx .centerbx_right {
    float: none;
    width: 100%;
  }
  .join_content_centerbx .centerbx_right .join_content_jobbx .bd {
    padding: 1.375rem 0 2.5rem;
  }
  .join_content_centerbx .centerbx_right .join_content_jobbx .bd_item_title .desc > p:not(:first-child) {
    margin-left: 1rem;
  }
  .join_content_centerbx .centerbx_right .join_content_jobbx .bd_item_title .desc .btn {
    margin-left: 1.25rem;
  }
  .join_content_centerbx .centerbx_right .join_content_welfare .bd {
    padding-left: 0;
  }
  .joindetail_content_jobbx .bd {
    padding: 1.375rem 0 2.5rem;
  }
  .joindetail_content_jobbx .bd_item_title h5 {
    margin-right: 1.25rem;
  }
  .joindetail_content_jobbx .bd_item_title .desc > p:not(:first-child) {
    margin-left: 1rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx {
    flex-wrap: wrap;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_text {
    width: 100%;
    padding-left: 0;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_text .time {
    display: flex;
    margin-bottom: 1rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_text .time span {
    margin-top: auto;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_text .detailbtn {
    margin-top: 1.25rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item > a {
    display: block;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item .item_img {
    width: 28%;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item .item_text {
    width: 70%;
    padding-left: 1rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item .item_text_desc {
    width: 100%;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item .item_text .detailbtn {
    display: none;
  }
  .newsdetail_content_textbx .textbx_hd h3 {
    font-size: 1.5rem;
  }
  .contact_content_centerbx .centerbx_right .placelist {
    flex-wrap: wrap;
  }
  .contact_content_centerbx .centerbx_right .placelist_item {
    width: 100%;
    padding: 1.875rem 1.5rem;
  }
  .service_content_formbx {
    width: 90%;
  }
  .service_content_formbx form .formbx_btnbx {
    width: 81.3%;
  }
  .service_content_formbx form .formbx_btnbx #mess-submit {
    margin-right: 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 {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header {
    position: static;
    top: 0;
    z-index: 9;
  }
  .index_header_top {
    height: 6rem;
  }
  .index_header_top .container {
    padding: 0 1rem;
  }
  .index_header_top .container .toplogobox {
    display: flex;
    padding: 0;
    align-items: center;
  }
  .index_header_top .container .toplogobox .logobx {
    margin-bottom: 0;
  }
  .index_header_top .container .toplogobox .logotext {
    display: none;
  }
  .index_header_top .container .topimg {
    display: none;
  }
  .index_header_nav {
    position: absolute;
    top: 6rem;
    height: 4rem;
    background: rgba(32, 92, 161, 0.6);
  }
  .index_header_nav .container {
    align-items: center;
    justify-content: flex-end;
  }
  .index_header_nav .container .navlist {
    display: none;
  }
  .index_header_nav .container .navlist_M {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 10rem);
    background: #fff;
    display: none;
    padding-top: 4rem;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 {
    display: flex;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 a {
    flex: 1;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 .down i.active {
    display: block;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu a {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav .container .navlist_M .has-children.active > .level1 > a {
    color: #E6252A;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu > li:last-of-type > a {
    box-shadow: none;
  }
  .index_header_nav .container .navlist_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav .container .navlist_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header .inner-header-icon {
    display: block;
    margin-left: 1rem;
  }
  .index_header::before {
    display: none;
    top: 6rem;
  }
  .index_banner {
    display: block;
    height: auto;
    margin-top: 4rem;
  }
  .index_banner .swiper-slide-text {
    display: none;
  }
  .index_banner .swiper-btn {
    display: none;
  }
  .index_banner .swiper-pagination {
    bottom: 1.25rem;
  }
  .index_products_content .products_navbx ul {
    display: flex;
  }
  .index_products_content .products_navbx ul li {
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }
  .index_products_content .products_navbx ul li:not(:first-child) {
    margin-left: 0;
  }
  .index_products_content .products_swiperbx .swiper-slide {
    flex-wrap: wrap;
  }
  .index_products_content .products_swiperbx .swiper-slide-left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_products_content .products_swiperbx .swiper-slide-left .textbx {
    padding: 0 1rem;
  }
  .index_products_content .products_swiperbx .swiper-slide-left .textbx_hd h4:last-child {
    display: none;
  }
  .index_products_content .products_swiperbx .swiper-slide-right {
    width: 100%;
  }
  .index_products_content .products_swiperbx .swiper-slide-right ul {
    display: flex;
    flex-direction: row;
  }
  .index_products_content .products_swiperbx .swiper-slide-right ul li {
    width: 31%;
    height: 12rem;
  }
  .index_products_content .products_swiperbx .swiper-btn {
    display: none;
  }
  .index_about {
    flex-wrap: wrap;
  }
  .index_about_text {
    width: 100%;
  }
  .index_about_text .textbx_main {
    width: auto;
    padding: 2rem 3rem;
  }
  .index_about_text .text_bd_list {
    width: 60%;
  }
  .index_about_text .text_bd_list ul li {
    width: 8.75rem;
    height: 8.75rem;
  }
  .index_about_imgbg {
    width: 100%;
  }
  .index_use_content {
    display: flex;
    height: auto;
    flex-wrap: wrap;
  }
  .index_use_content_item {
    position: relative;
    width: 50%;
    height: 20rem;
    left: 0 !important;
  }
  .index_use_content_item_box2 {
    width: 86%;
    padding: 1.875rem 2rem 1.375rem;
  }
  .index_use_content_item.active {
    width: 50%;
  }
  .index_news_content {
    flex-wrap: wrap;
  }
  .index_news_content_l {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .index_news_content_r {
    width: 100%;
    padding-left: 0;
  }
  .index_footer {
    padding-top: 2rem;
  }
  .index_footer_media {
    flex-wrap: wrap;
  }
  .index_footer_media h3 {
    margin-bottom: 1rem;
  }
  .index_footer_media ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .index_footer_media ul li:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content {
    flex-wrap: wrap;
  }
  .index_footer_content dl {
    margin-bottom: 1rem;
  }
  .index_footer_content dl:not(:last-child) {
    margin-right: 5%;
  }
  .index_footer_content dl:last-child {
    width: 34%;
  }
  .index_footer_copyright .container {
    height: auto;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
  }
  .index_footer_copyright .container p:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
    margin-right: 0;
  }
  .index_sidebar {
    display: none;
  }
  .profile_content_centerbx {
    padding: 3.125rem 0 4rem;
  }
  .profile_content_centerbx .profile_textbx {
    flex-wrap: wrap;
  }
  .profile_content_centerbx .profile_textbx_l {
    width: 40%;
    margin-bottom: 1rem;
  }
  .profile_content_centerbx .profile_textbx_r {
    width: 100%;
    padding-left: 0;
  }
  .profile_content_centerbx .profile_textbx_numbx {
    display: none;
  }
  .profile_content_path .path_swiperbx .swiper-btn {
    display: none;
  }
  .profile_content_culture .center_title p {
    display: none;
  }
  .honor_content_centerbx .honor_swiperbx {
    height: 19.5rem;
  }
  .honor_content_centerbx .honor_swiperbx .honor_swiper {
    height: 100%;
  }
  .honor_content_centerbx .honor_swiperbx .swiper-btn {
    display: none;
  }
  .honor_content_partner .partner_listbx_item {
    width: 25%;
    height: 6.25rem;
  }
  .products_content_centerbx .products_listbx {
    height: 36rem;
  }
  .productdetail_content_title p {
    display: none;
  }
  .productdetail_content_centerbx .centerbx_desctext {
    flex-wrap: wrap;
  }
  .productdetail_content_centerbx .centerbx_desctext_img {
    width: 40%;
    margin-bottom: 1rem;
  }
  .productdetail_content_centerbx .centerbx_desctext_r {
    width: 58%;
    padding: 0;
  }
  .productdetail_content_numbx .numbx_info_nav ul li a {
    padding: 0 1.25rem;
  }
  .case_content_centerbx .case_swiperbx {
    height: 25rem;
  }
  .human_content_centerbx .centerbx_right {
    float: none;
    width: 100%;
  }
  .human_content_centerbx .centerbx_right_text1 {
    flex-wrap: wrap;
  }
  .human_content_centerbx .centerbx_right_text1 .imgbx {
    width: 36%;
    margin-bottom: 1rem;
  }
  .human_content_centerbx .centerbx_right_text1 .desc {
    width: 60%;
  }
  .join_content_centerbx .centerbx_right {
    float: none;
    width: 100%;
  }
  .join_content_centerbx .centerbx_right .join_content_jobbx .bd {
    padding: 1.375rem 0 2.5rem;
  }
  .join_content_centerbx .centerbx_right .join_content_jobbx .bd_item_title .desc > p:not(:first-child) {
    margin-left: 1rem;
  }
  .join_content_centerbx .centerbx_right .join_content_jobbx .bd_item_title .desc .btn {
    margin-left: 1.25rem;
  }
  .join_content_centerbx .centerbx_right .join_content_welfare .bd {
    padding-left: 0;
  }
  .joindetail_content_jobbx .bd {
    padding: 1.375rem 0 2.5rem;
  }
  .joindetail_content_jobbx .bd_item_title h5 {
    margin-right: 1.25rem;
  }
  .joindetail_content_jobbx .bd_item_title .desc > p:not(:first-child) {
    margin-left: 1rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx {
    flex-wrap: nowrap;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_img {
    width: 40%;
    margin-bottom: 0;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_text {
    width: 60%;
    padding-left: 1.5rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_text .time {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_text .time span {
    margin-top: auto;
  }
  .news_content_centerbx .centerbx_right .news_content_list_firstbx .firstbx_text .detailbtn {
    margin-top: 1.25rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item > a {
    display: block;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item .item_img {
    width: 28%;
    height: 10rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item .item_text {
    width: 70%;
    padding-left: 1rem;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item .item_text_desc {
    width: 100%;
  }
  .news_content_centerbx .centerbx_right .news_content_list_item .item_text .detailbtn {
    display: none;
  }
  .newsdetail_content_textbx .textbx_hd h3 {
    font-size: 1.5rem;
  }
  .contact_content_centerbx .centerbx_right .placelist {
    flex-wrap: wrap;
  }
  .contact_content_centerbx .centerbx_right .placelist_item {
    width: 49%;
    padding: 1.875rem 1.5rem;
  }
  .service_content_formbx {
    width: 60%;
  }
  .service_content_formbx form .formbx_btnbx {
    width: 82%;
  }
  .service_content_formbx form .formbx_btnbx #mess-submit {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .container_contact,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_products_content .products_swiperbx .swiper-btn-prev {
    left: 0;
  }
  .index_products_content .products_swiperbx .swiper-btn-next {
    right: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .container_contact,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .container_contact,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .container_contact,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_products_content .products_swiperbx .swiper-btn-prev {
    left: 0;
  }
  .index_products_content .products_swiperbx .swiper-btn-next {
    right: 0;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .container_contact,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_products_content .products_swiperbx .swiper-btn-prev {
    left: 0;
  }
  .index_products_content .products_swiperbx .swiper-btn-next {
    right: 0;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  :root {
    font-size: 16px !important;
  }
  .container_contact {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1701px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
  .container_contact {
    width: 100%;
    padding: 0 6rem;
  }
}
