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;
}
:root {
  --animate-delay: 0.5s;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #b6b6b6;
}
input::-moz-placeholder {
  font-size: 0.875rem;
  color: #b6b6b6;
}
/* firefox 19+ */
input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #b6b6b6;
}
/* Internet Explorer 10+ */
input:-moz-placeholder {
  font-size: 0.875rem;
  color: #b6b6b6;
}
/* firefox 14-18 */
.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: #878787;
}
.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: 105rem;
  margin: 0 auto;
}
.inner-header-icon {
  display: none;
  color: #333;
  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: 999;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  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: #878787;
}
.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: #333;
}
.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: auto;
  margin-top: 6.25rem;
  z-index: 1;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_banner_textbx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.common_banner_textbx .container {
  position: relative;
  height: 100%;
  z-index: 1;
}
.common_banner_textbx .hd {
  position: absolute;
  top: 14%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.common_banner_textbx .hd h1 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #333333;
}
.common_banner_textbx .hd em {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  margin: 0 auto 1.25rem;
  background-color: #e20414;
}
.common_banner_textbx .hd .topnav ul {
  display: flex;
  justify-content: center;
}
.common_banner_textbx .hd .topnav ul li:not(:last-child) {
  margin-right: 3%;
}
.common_banner_textbx .hd .topnav ul li.active a,
.common_banner_textbx .hd .topnav ul li:hover a {
  color: #fff;
  border-color: #e20414;
  background-color: #e20414;
}
.common_banner_textbx .hd .topnav ul li a {
  display: inline-block;
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
  padding: 0 1.125rem;
  background-color: #fff;
  border-radius: 1.125rem;
  border: 1px solid #c7c7c7;
}
.common_banner_textbx .crumb {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
.common_banner_textbx .crumb.about {
  color: #fff;
}
.common_banner_textbx .crumb.about i {
  color: #fff;
}
.common_banner_textbx .crumb.about a {
  color: #fff;
}
.common_banner_textbx .crumb i {
  font-size: 1.625rem;
  color: #000;
  margin-right: 0.5rem;
}
.common_banner_textbx .crumb span {
  font-size: 0.875rem;
  color: #e20414;
}
.common_banner_textbx .crumb a {
  font-size: 0.875rem;
  color: #000;
}
.common_banner_textbx .crumb a:hover {
  color: #e20414;
}
.common_title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.common_title h3 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 1rem;
}
.common_title .iconbx {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_title .iconbx em {
  display: block;
  width: 4.625rem;
  height: 0;
  border-top: 1px dashed #e20414;
}
.common_title .iconbx .icon {
  width: 1.875rem;
  height: 1.5rem;
  margin: 0 1.25rem;
}
.common_title .iconbx .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_navbox {
  height: 3.5rem;
}
.common_navbox .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.common_navbox .navbox_list {
  position: relative;
  height: 100%;
}
.common_navbox .navbox_list ul {
  position: relative;
  display: flex;
  height: 100%;
}
.common_navbox .navbox_list ul li:not(:last-child) {
  margin-right: 3.125rem;
}
.common_navbox .navbox_list ul li a {
  display: block;
  font-size: 1rem;
  color: #333;
  line-height: 3.5rem;
}
.common_navbox .navbox_list ul .curBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: #ca4300;
}
.common_navbox .navbox_list h2 {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  line-height: 3.5rem;
}
.common_navbox .navbox_list h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #ca4300;
}
.common_navbox .navbox_list > p {
  position: absolute;
  top: 4.25rem;
  left: 0;
  width: 12rem;
  height: auto;
  font-size: 0.75rem;
  color: #999;
  line-height: 0.875rem;
}
.common_navbox p {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  color: #606060;
  height: 3.375rem;
}
.common_navbox p em {
  font-size: 1.75rem;
  margin-right: 0.5rem;
}
.common_navbox p a {
  font-size: 0.8125rem;
  color: #606060;
}
.common_navbox p a:hover {
  color: #e20414;
}
.common_navbox p span {
  font-size: 0.8125rem;
  color: #ca4300;
}
.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.25rem;
  height: 2.25rem;
  background-color: transparent;
  font-size: 0.875rem;
  color: #333;
  margin: 0 0.625rem;
  border: 1px solid #666;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #e20414;
  border-color: #e20414;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #e20414;
  border-color: #e20414;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  width: 2.25rem;
  height: 2.25rem;
  background-color: transparent;
  border: 1px solid #666;
  box-sizing: border-box;
}
.common_pagination li:first-child > a:hover,
.common_pagination li:last-child > a:hover {
  background-color: #e20414;
  border-color: #e20414;
  color: #fff;
}
.common_pagination li:first-child > a {
  margin-left: 0;
}
.common_pagination li:last-child a i {
  display: block;
  transform: rotate(180deg);
}
.common_pagebtn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common_pagebtn a {
  display: flex;
  width: 49%;
  font-size: 0.8125rem;
  line-height: 2rem;
  color: #000;
}
.common_pagebtn a p {
  flex: 1;
}
.common_pagebtn a span,
.common_pagebtn a p {
  font-size: 0.8125rem;
}
.common_pagebtn a:hover span {
  color: #e20414;
}
.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 29;
}
.showvideo_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: 60vh;
}
.showvideo_content .closebtn {
  position: absolute;
  top: 0;
  right: -2.5rem;
  z-index: 89;
}
.showvideo_content .closebtn:hover {
  cursor: pointer;
}
.showvideo_content .closebtn i {
  font-size: 2rem;
  color: #fff;
}
.showvideo_content iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: #f7f7f7;
  z-index: 19;
  transition: all 0.3s;
}
.index_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_logo {
  position: relative;
  height: 3.875rem;
  width: 13.875rem;
  background: url("../images/logo.png") no-repeat center center;
  /* fallback */
  background-image: url("../images/logo.svg");
  background-size: contain;
}
.index_header_logo img,
.index_header_logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.index_header_nav {
  display: flex;
  height: 100%;
  margin-left: auto;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.325rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #333333;
}
.index_header_nav_item .dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6.25rem;
  width: 18rem;
  max-height: 0;
  background: #f7f7f7;
  z-index: 99;
  transition: all 0.6s;
  overflow: hidden;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.index_header_nav_item .dropdown > .dropdown_list > li {
  height: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.index_header_nav_item .dropdown > .dropdown_list > li > a {
  display: block;
  color: #333;
  width: 100%;
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  color: #333333;
}
.index_header_nav_item .dropdown > .dropdown_list > li > a:hover {
  color: #e20414;
}
.index_header_nav_item.active > a {
  color: #e20414;
}
.index_header_nav_item:hover {
  cursor: pointer;
}
.index_header_nav_item:hover > a {
  color: #e20414;
}
.index_header_nav_item:hover .dropdown {
  max-height: 20rem;
  opacity: 1;
}
.index_header .rightbx {
  display: flex;
  align-items: center;
}
.index_header .searchbx {
  width: 9rem;
  height: 1.75rem;
  border: 1px solid #ccc;
  border-radius: 1.125rem;
  box-sizing: border-box;
  overflow: hidden;
}
.index_header .searchbx form {
  display: flex;
  width: 100%;
  height: 100%;
}
.index_header .searchbx form input {
  display: block;
  width: 7.125rem;
  height: 100%;
  font-size: 0.875rem;
  color: #333;
  padding-left: 0.75rem;
  border: 0;
  border-right: 0;
  background-color: transparent;
  outline: 0;
  box-sizing: border-box;
}
.index_header .searchbx form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: -1px;
  outline: 0;
  border: 0;
  border-left: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.index_header .searchbx form button i {
  font-size: 1.25rem;
  color: #000;
}
.index_header .searchbx form button:hover {
  cursor: pointer;
}
.index_header .lang {
  position: relative;
  display: flex;
  align-items: center;
  height: 6.25rem;
  margin-left: 1.325rem;
}
.index_header .lang:hover > a i {
  color: #e20414;
}
.index_header .lang:hover > .dropdown {
  max-height: 16.25rem;
  opacity: 1;
}
.index_header .lang > a {
  display: flex;
  font-size: 1.25rem;
  color: #333333;
  line-height: 6.25rem;
  box-sizing: border-box;
}
.index_header .lang > a i {
  font-size: 1.125rem;
  color: #333;
  vertical-align: middle;
}
.index_header .lang > a span {
  margin: 0 0.5rem 0 0.625rem;
}
.index_header .lang > .dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6.25rem;
  width: 5.375rem;
  background: #fff;
  z-index: 10;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
.index_header .lang > .dropdown .list_lang li {
  height: 2.5rem;
}
.index_header .lang > .dropdown .list_lang li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #333333;
}
.index_header .lang > .dropdown .list_lang li:hover > a {
  color: #e20414;
}
.index_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  padding-top: 6.25rem;
  height: auto;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_banner .swiper-pagination {
  width: 100%;
  bottom: 0.5rem;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  color: #999;
  outline: none;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 0.5rem;
  background: #fff;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  background: #e20414;
}
.index_banner_M {
  display: none;
}
.index_common_title h3 {
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.625rem;
}
.index_common_title h3::after {
  position: absolute;
  bottom: 0;
  right: -0.875rem;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #e20414;
}
.index_mode {
  padding: 3.75rem 0 1.875rem;
  background: #f7f7f7;
}
.index_mode .main {
  display: flex;
  justify-content: space-between;
}
.index_mode .main .leftbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 50.375rem;
}
.index_mode .main .leftbx .productbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 49%;
  padding: 0 2rem;
  background: url("../images/product1.png") no-repeat center center;
  background-size: cover;
}
.index_mode .main .leftbx .productbx .textbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.75rem;
}
.index_mode .main .leftbx .productbx .textbx a {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #666666;
  padding-left: 0.625rem;
}
.index_mode .main .leftbx .productbx .textbx a:hover {
  color: #e20414;
}
.index_mode .main .leftbx .productbx .textbx a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #666;
  border-radius: 50%;
}
.index_mode .main .leftbx .productbx .textbx a:first-child {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  padding-left: 0;
  margin-bottom: 1rem;
}
.index_mode .main .leftbx .productbx .textbx a:first-child:hover {
  color: #e20414;
}
.index_mode .main .leftbx .productbx .textbx a:first-child::before {
  display: none;
}
.index_mode .main .leftbx .productbx .imgbx {
  width: 60%;
  height: auto;
}
.index_mode .main .leftbx .productbx .imgbx img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-left: auto;
}
.index_mode .main .leftbx .bottombx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 49.5%;
}
.index_mode .main .leftbx .bottombx .profilebx {
  position: relative;
  width: 50%;
  height: 100%;
}
.index_mode .main .leftbx .bottombx .profilebx:hover .imgbx img {
  transform: scale(1.03);
}
.index_mode .main .leftbx .bottombx .profilebx:hover .hdbx h3 {
  color: #e20414;
}
.index_mode .main .leftbx .bottombx .profilebx .imgbx {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_mode .main .leftbx .bottombx .profilebx .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_mode .main .leftbx .bottombx .profilebx .hdbx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3.125rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.index_mode .main .leftbx .bottombx .profilebx .hdbx h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.125rem;
  color: #ffffff;
  transition: all 0.4s;
}
.index_mode .main .leftbx .bottombx .aboutbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding-left: 0.625rem;
}
.index_mode .main .leftbx .bottombx .aboutbx .pathbx,
.index_mode .main .leftbx .bottombx .aboutbx .imagebx {
  position: relative;
  width: 100%;
  height: 49%;
}
.index_mode .main .leftbx .bottombx .aboutbx .pathbx:hover .imgbx img,
.index_mode .main .leftbx .bottombx .aboutbx .imagebx:hover .imgbx img {
  transform: scale(1.03);
}
.index_mode .main .leftbx .bottombx .aboutbx .pathbx:hover .hdbx h3,
.index_mode .main .leftbx .bottombx .aboutbx .imagebx:hover .hdbx h3 {
  color: #e20414;
}
.index_mode .main .leftbx .bottombx .aboutbx .pathbx .imgbx,
.index_mode .main .leftbx .bottombx .aboutbx .imagebx .imgbx {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_mode .main .leftbx .bottombx .aboutbx .pathbx .imgbx img,
.index_mode .main .leftbx .bottombx .aboutbx .imagebx .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_mode .main .leftbx .bottombx .aboutbx .pathbx .hdbx,
.index_mode .main .leftbx .bottombx .aboutbx .imagebx .hdbx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_mode .main .leftbx .bottombx .aboutbx .pathbx .hdbx h3,
.index_mode .main .leftbx .bottombx .aboutbx .imagebx .hdbx h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  color: #ffffff;
  transition: all 0.4s;
}
.index_mode .main .leftbx .bottombx .aboutbx .pathbx .hdbx i,
.index_mode .main .leftbx .bottombx .aboutbx .imagebx .hdbx i {
  font-size: 1.25rem;
  color: #fff;
}
.index_mode .main .rightbx {
  width: 50%;
  height: 50.375rem;
  padding-left: 0.625rem;
}
.index_mode .main .rightbx:hover .imgbx img {
  transform: scale(1.03);
}
.index_mode .main .rightbx:hover .imgbx .textbx .icon {
  background-color: #e20414;
}
.index_mode .main .rightbx .imgbx {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_mode .main .rightbx .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_mode .main .rightbx .imgbx .textbx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  padding: 0 0.75rem;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.index_mode .main .rightbx .imgbx .textbx p {
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  color: #ffffff;
}
.index_mode .main .rightbx .imgbx .textbx .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: 1rem;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s;
}
.index_mode .main .rightbx .imgbx .textbx .icon i {
  font-size: 1.25rem;
  color: #000;
}
.index_news {
  padding: 1.875rem 0;
  background: #f7f7f7;
}
.index_news .main .listbx {
  display: flex;
  justify-content: flex-start;
  margin-top: 3.5rem;
}
.index_news .main .listbx .item {
  position: relative;
  width: 32.74%;
  padding: 1rem 0.75rem;
  background-color: #fff;
  transition: all 0.4s;
  box-sizing: border-box;
}
.index_news .main .listbx .item:hover {
  background: #ffffff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.index_news .main .listbx .item:hover h4 {
  color: #e20414;
}
.index_news .main .listbx .item:hover .btbx i {
  color: #e20414;
}
.index_news .main .listbx .item:not(:last-child) {
  margin-right: calc(1.78% / 2);
}
.index_news .main .listbx .item h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.875rem;
}
.index_news .main .listbx .item .intro {
  margin-bottom: 1rem;
}
.index_news .main .listbx .item .intro p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  color: #666666;
}
.index_news .main .listbx .item .btbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news .main .listbx .item .btbx span {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75rem;
  color: #666666;
}
.index_news .main .listbx .item .btbx i {
  font-size: 1.125rem;
  color: #333;
}
.index_service {
  padding-top: 1.875rem;
  background: #f7f7f7;
}
.index_service .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.125rem 0;
  background: url("../images/indexservicebg.png") no-repeat center center;
  background-size: cover;
}
.index_service .main .listbx {
  display: flex;
  align-items: center;
  flex: 1;
}
.index_service .main .listbx .item {
  display: flex;
  justify-content: center;
  flex: 1;
}
.index_service .main .listbx .item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.index_service .main .listbx .item_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_service .main .listbx .item_content:hover h4 {
  color: #e20414;
}
.index_service .main .listbx .item_content .icon {
  width: 5.9375rem;
  height: 5.9375rem;
  margin-bottom: 1rem;
}
.index_service .main .listbx .item_content .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_service .main .listbx .item_content h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #666666;
}
.index_footer {
  background: url("../images/footerbg.png") no-repeat center center;
  background-size: cover;
  padding-top: 1.875rem;
}
.index_footer_logobx {
  margin-bottom: 3.75rem;
}
.index_footer_logobx .footerlogo {
  display: block;
  width: 10.3125rem;
  height: 2.875rem;
  background: url("../images/logo2.png") no-repeat center center;
  /* fallback */
  background-image: url("../images/logo.svg");
  background-size: contain;
}
.index_footer_logobx .footerlogo img,
.index_footer_logobx .footerlogo svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_content {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1.875rem;
}
.index_footer_content .listbx {
  display: flex;
  justify-content: space-between;
  width: 57%;
}
.index_footer_content .listbx dl:not(:last-child) {
  margin-right: 3%;
}
.index_footer_content .listbx dl dt {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  line-height: 1.625rem;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}
.index_footer_content .listbx dl dt a {
  color: #333;
}
.index_footer_content .listbx dl dd:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_footer_content .listbx dl dd a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
  line-height: 1.25rem;
}
.index_footer_content .listbx dl dd a:hover {
  color: #e20414;
}
.index_footer_content .erweimabx {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_footer_content .erweimabx .imgbx {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 1.25rem;
}
.index_footer_content .erweimabx .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_content .erweimabx p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
  line-height: 1.25rem;
}
.index_footer_content .contactinfo {
  max-width: 26%;
}
.index_footer_content .contactinfo ul li {
  display: flex;
}
.index_footer_content .contactinfo ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index_footer_content .contactinfo ul li i {
  font-size: 1rem;
  color: #000;
  margin-right: 0.625rem;
  line-height: 1.75rem;
  opacity: 0.8;
}
.index_footer_content .contactinfo ul li p,
.index_footer_content .contactinfo ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  line-height: 1.75rem;
}
.index_footer_copyright {
  background-color: #000;
}
.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: #808080;
}
.index_footer_copyright .container p a {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #808080;
}
.index_footer_copyright .container p a:hover {
  color: #fff;
}
.index_footer_copyright .container p:not(:last-child) {
  margin-right: 0.625rem;
}
.inner_main {
  position: relative;
  z-index: 3;
}
.inner_main .contentbx {
  padding: 4.25rem 0;
  margin: -40rem 0 6.875rem;
  background: #ffffff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
}
.inner_main .contentbx .common_title {
  margin-bottom: 4.625rem;
}
.products_main {
  position: relative;
  z-index: 3;
}
.products_main .contentbx {
  padding: 2.25rem 0;
  margin: -40rem 0 6.875rem;
  background: #ffffff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
}
.products_main .contentbx .common_title {
  margin-bottom: 1.5rem;
}
.products_main .contentbx .filter {
  width: 86%;
  margin: 0 auto 2.5rem;
}
.products_main .contentbx .filter_type {
  display: flex;
}
.products_main .contentbx .filter_type:not(:last-child) {
  margin-bottom: 1rem;
}
.products_main .contentbx .filter_type:nth-child(3) h4,
.products_main .contentbx .filter_type:nth-child(4) h4 {
  letter-spacing: 0.0625rem;
}
.products_main .contentbx .filter_type h4 {
  width: 7.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.75rem;
}
.products_main .contentbx .filter_type .card {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.products_main .contentbx .filter_type .card > a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #333333;
  margin-right: 2rem;
}
.products_main .contentbx .filter_type .card > a.active,
.products_main .contentbx .filter_type .card > a:hover {
  color: #e20414;
  text-decoration: underline;
}
.products_main .contentbx .filter_type .card ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.products_main .contentbx .filter_type .card ul li {
  margin-right: 2rem;
}
.products_main .contentbx .filter_type .card ul li a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  color: #333333;
}
.products_main .contentbx .filter_type .card ul li a.active,
.products_main .contentbx .filter_type .card ul li a:hover {
  color: #e20414;
  text-decoration: underline;
}
.products_main .contentbx .listbx {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.25rem 0;
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #d9d9d9;
}
.products_main .contentbx .listbx .link_M {
  display: none;
}
.products_main .contentbx .listbx .item {
  position: relative;
  width: 24.4%;
  margin-bottom: 3.125rem;
}
.products_main .contentbx .listbx .item:not(:nth-child(4n)) {
  margin-right: calc(2.4% / 3);
}
.products_main .contentbx .listbx .item:hover .item_img img {
  transform: scale(1.06);
}
.products_main .contentbx .listbx .item:hover .mask {
  opacity: 1;
}
.products_main .contentbx .listbx .item:hover .mask a {
  transform: scale(1);
}
.products_main .contentbx .listbx .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 19rem;
  background: #f3f3f3;
  overflow: hidden;
}
.products_main .contentbx .listbx .item_img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.4s;
}
.products_main .contentbx .listbx .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 35%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s;
}
.products_main .contentbx .listbx .item .mask a {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.75rem;
  transform: scale(0);
  transition: transform 0.2s ease-in 0.2s;
}
.products_main .contentbx .listbx .item .mask a:hover {
  color: #e20414;
}
.products_main .contentbx .listbx .item .mask i {
  font-size: 1.125rem;
  color: #fff;
  transform: rotate(45deg);
}
.products_main .contentbx .listbx .item_textbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  background-color: #000;
}
.products_main .contentbx .listbx .item_textbx h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
.products_main .contentbx .listbx .item_textbx span {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}
.productdetail_main .contentbx .infobx {
  display: flex;
  justify-content: center;
  padding: 0 1.25rem;
  margin-bottom: 5.5rem;
}
.productdetail_main .contentbx .infobx_l {
  width: 36%;
  height: 31rem;
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
}
.productdetail_main .contentbx .infobx_l .gallery-top {
  height: 72% !important;
  width: 100%;
  overflow: hidden;
}
.productdetail_main .contentbx .infobx_l .gallery-top .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c5ccd4;
}
.productdetail_main .contentbx .infobx_l .gallery-top .swiper-slide img {
  display: block;
  max-width: 90%;
  max-height: 100%;
  object-fit: contain;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box {
  height: 22%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .gallery-thumbs {
  height: 100%;
  width: calc(100% - 5.625rem);
  overflow: hidden;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  padding: 0 0.5rem;
  height: 100%;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background-color: #c5ccd4;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img img {
  display: block;
  max-height: 100%;
  max-width: 96%;
  box-sizing: border-box;
  object-fit: contain;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-img {
  border: 1px solid #e20414;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .button {
  width: 2.25rem;
  height: 100%;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .button > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #fff;
  background-color: #e5e5e5;
  border-radius: 50%;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .button:hover {
  cursor: pointer;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .button:hover > i {
  color: #ffffff;
  background-color: #e20414;
}
.productdetail_main .contentbx .infobx_l .swiper-pro_box .button-next1 > i {
  transform: rotate(180deg);
}
.productdetail_main .contentbx .infobx_r {
  width: 48%;
  padding-left: 5.5rem;
}
.productdetail_main .contentbx .infobx_r .title {
  height: 3.125rem;
  border-bottom: 1px solid #c7c7c7;
}
.productdetail_main .contentbx .infobx_r .title h3 {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  background: #e20414;
  line-height: 3.125rem;
  padding: 0 1.5rem;
  background-color: #e20414;
}
.productdetail_main .contentbx .infobx_r .desc {
  padding: 3.125rem 0 5rem;
}
.productdetail_main .contentbx .infobx_r .desc .type {
  display: flex;
}
.productdetail_main .contentbx .infobx_r .desc .type:not(:last-child) {
  margin-bottom: 0.875rem;
}
.productdetail_main .contentbx .infobx_r .desc .type h5 {
  font-size: 1.125rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 2rem;
  color: #333333;
}
.productdetail_main .contentbx .infobx_r .desc .type_text {
  flex: 1;
}
.productdetail_main .contentbx .infobx_r .desc .type_text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  color: #666666;
}
.productdetail_main .contentbx .infobx_r .contactbtn a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 3.125rem;
  padding: 0 1.5rem;
  background-color: #e20414;
}
.productdetail_main .contentbx .feature {
  padding: 0 2.5rem;
}
.productdetail_main .contentbx .feature_nav {
  width: 100%;
  height: 3.125rem;
  background-color: #f1f1f1;
}
.productdetail_main .contentbx .feature_nav ul {
  display: flex;
  height: 100%;
}
.productdetail_main .contentbx .feature_nav ul li a {
  display: block;
  font-size: 1.125rem;
  color: #666;
  line-height: 3.125rem;
  padding: 0 2rem;
  transition: all 0.3s;
}
.productdetail_main .contentbx .feature_nav ul li.active a {
  background-color: #e20414;
  color: #fff;
}
.productdetail_main .contentbx .feature_center {
  padding: 1.875rem;
  background-color: #fcfefe;
}
.productdetail_main .contentbx .feature_center_item {
  display: none;
}
.productdetail_main .contentbx .feature_center_item.active {
  display: block;
}
.productdetail_main .contentbx .feature_center_item > p {
  font-size: 1rem;
  color: #333;
  line-height: 1.75rem;
}
.profile_main .profilebox {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.profile_main .profilebox .textbx {
  margin-bottom: 3.75rem;
}
.profile_main .profilebox .textbx h4 {
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
}
.profile_main .profilebox .textbx_desc p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  color: #666666;
}
.profile_main .profilebox .numbx {
  background: url("../images/bj1.png") no-repeat center center;
  background-size: cover;
}
.profile_main .profilebox .numbx ul {
  display: flex;
}
.profile_main .profilebox .numbx ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 0;
}
.profile_main .profilebox .numbx ul li .icon {
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.625rem;
}
.profile_main .profilebox .numbx ul li .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile_main .profilebox .numbx ul li .num {
  margin-bottom: 0.75rem;
}
.profile_main .profilebox .numbx ul li .num p {
  font-size: 1.125rem;
  color: #000;
  line-height: 2.25rem;
}
.profile_main .profilebox .numbx ul li .num p span {
  font-size: 2.25rem;
  font-weight: bold;
  margin-right: 0.375rem;
}
.profile_main .profilebox .numbx ul li > p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
}
.profile_main .culture {
  margin-bottom: 5rem;
}
.profile_main .culture .imgbx {
  width: 26.875rem;
  height: 28.125rem;
}
.profile_main .culture .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_main .culture .textbx {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_main .culture .textbx .desc {
  position: relative;
  padding: 7.5rem 7.5rem 7.5rem 4rem;
  background: url("../images/culturebg.png") no-repeat center center;
  background-size: cover;
  margin-left: -4rem;
}
.profile_main .culture .textbx .desc p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 3.25rem;
  color: #000000;
}
.profile_main .culture .textbx .desc .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  background-color: #e20414;
}
.profile_main .culture .textbx .desc .icon i {
  font-size: 1rem;
  color: #fff;
}
.path_main .contentbx .swiperbx {
  padding: 0 2.5rem;
}
.path_main .contentbx .swiperbx .auCHist-man {
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
}
.path_main .contentbx .swiperbx .auCHist-man .swiper-container {
  overflow: hidden;
}
.path_main .contentbx .swiperbx .auCHman-box {
  display: flex;
  justify-content: center;
}
.path_main .contentbx .swiperbx .auCHman-box .year {
  position: relative;
  font-size: 1.25rem;
  color: #666;
  font-weight: bold;
  padding-bottom: 2.375rem;
  transition: all 0.3s;
}
.path_main .contentbx .swiperbx .auCHman-box .year::before {
  position: absolute;
  bottom: 0.325rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 1px solid #666;
  transition: all 0.3s;
}
.path_main .contentbx .swiperbx .auCHman-box .year::after {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #666;
  transition: all 0.3s;
}
.path_main .contentbx .swiperbx .auCHman-box.cur .year {
  font-size: 1.5rem;
  color: #333;
}
.path_main .contentbx .swiperbx .auCHman-box.cur .year::after {
  transform: translateX(-50%) scale(1.3);
  background-color: #333;
}
.path_main .contentbx .swiperbx .auCHman-box.cur .year::before {
  transform: translateX(-50%) scale(1.3);
  border-color: #333;
}
.path_main .contentbx .swiperbx .auCHist-min {
  width: 100%;
  position: relative;
  z-index: 2;
}
.path_main .contentbx .swiperbx .auCHist-min .swiper-container {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.path_main .contentbx .swiperbx .auCHmin-box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
.path_main .contentbx .swiperbx .auCHmin-box .auCHmin-img {
  display: block;
  width: 47.32%;
  height: auto;
  object-fit: contain;
}
.path_main .contentbx .swiperbx .auCHmin-box .auCHmin-box-text {
  width: 52.68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.75rem;
}
.path_main .contentbx .swiperbx .auCHmin-box .auCHmin-box-text h4 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.path_main .contentbx .swiperbx .auCHmin-box .auCHmin-box-text p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #909090;
}
.path_main .contentbx .swiperbx .auCHistManSwiper-prev {
  left: 0;
  background: red;
}
.path_main .contentbx .swiperbx .auCHistManSwiper-prev,
.path_main .contentbx .swiperbx .auCHistManSwiper-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 3;
}
.path_main .contentbx .swiperbx .auCHistManSwiper-prev i,
.path_main .contentbx .swiperbx .auCHistManSwiper-next i {
  display: block;
  font-size: 2.25rem;
  color: #333;
}
.path_main .contentbx .swiperbx .auCHistManSwiper-prev:hover i,
.path_main .contentbx .swiperbx .auCHistManSwiper-next:hover i {
  color: #e20414;
}
.path_main .contentbx .swiperbx .auCHistManSwiper-prev {
  transform: translateY(-50%) rotate(180deg);
}
.path_main .contentbx .swiperbx .auCHistManSwiper-next {
  right: 0;
}
.honor_main .honorbx .listbx {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.25rem;
  margin-bottom: 1.625rem;
}
.honor_main .honorbx .listbx .item {
  position: relative;
  width: 22%;
  height: 16.25rem;
  margin-bottom: 2.125rem;
  overflow: hidden;
}
.honor_main .honorbx .listbx .item:not(:nth-child(4n)) {
  margin-right: calc(12% / 3);
}
.honor_main .honorbx .listbx .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 0.875rem;
  background-color: #f1f1f1;
}
.honor_main .honorbx .listbx .item_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.honor_main .honorbx .listbx .item:hover .item_text {
  transform: translateY(0);
}
.honor_main .honorbx .listbx .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(101%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.25rem;
  padding: 0 0.875rem;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
}
.honor_main .honorbx .listbx .item_text i {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 0.625rem;
}
.honor_main .honorbx .listbx .item_text span {
  font-size: 1.125rem;
  color: #fff;
}
.organize .organizebx .descbx {
  padding: 0 1.25rem;
}
.organize .organizebx .descbx p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.image .imagebx .swiperbx {
  position: relative;
  padding: 0 1.25rem;
}
.image .imagebx .swiperbx .image_swiper {
  width: 81%;
  height: 38.25rem;
  margin: 0 auto;
  overflow: hidden;
}
.image .imagebx .swiperbx .image_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image .imagebx .swiperbx .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #e3e3e3;
}
.image .imagebx .swiperbx .swiper-btn span {
  font-size: 1.25rem;
  color: #fff;
}
.image .imagebx .swiperbx .swiper-btn:hover {
  background-color: #e20414;
}
.image .imagebx .swiperbx .swiper-btn-prev {
  left: 5rem;
}
.image .imagebx .swiperbx .swiper-btn-next {
  right: 5rem;
  transform: translateY(-50%) rotate(180deg);
}
.solution .solutionbx .listbx {
  padding: 0 1.25rem;
}
.solution .solutionbx .listbx .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  transition: all 0.4s;
}
.solution .solutionbx .listbx .item:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
}
.solution .solutionbx .listbx .item:hover .item_img img {
  transform: scale(1.04);
}
.solution .solutionbx .listbx .item_img {
  width: 29.3%;
  height: 19.375rem;
  overflow: hidden;
}
.solution .solutionbx .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.solution .solutionbx .listbx .item_textbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70.7%;
  padding: 1.625rem 1.375rem;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.solution .solutionbx .listbx .item_textbx .text h4 {
  font-size: 1.75rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 1.75rem;
}
.solution .solutionbx .listbx .item_textbx .text .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
}
.solution .solutionbx .listbx .item_textbx .descbtn {
  width: 8.125rem;
  height: 3.125rem;
}
.solution .solutionbx .listbx .item_textbx .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #666;
  text-align: center;
  line-height: 3.125rem;
  border: 1px solid #707070;
  box-sizing: border-box;
  transition: all 0.4s;
}
.solution .solutionbx .listbx .item_textbx .descbtn a:hover {
  background-color: #e20414;
  border-color: #e20414;
  color: #fff;
}
.solutiondetail .solutiondetailbx .descbx {
  display: flex;
  padding: 0 1.25rem;
}
.solutiondetail .solutiondetailbx .descbx_img {
  width: 49.14%;
  height: auto;
  overflow: hidden;
}
.solutiondetail .solutiondetailbx .descbx_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.solutiondetail .solutiondetailbx .descbx_textbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50.86%;
  padding: 1rem 1.375rem;
  box-sizing: border-box;
}
.solutiondetail .solutiondetailbx .descbx_textbx .text h4 {
  font-size: 1.75rem;
  color: #e20414;
  font-weight: 400;
  margin-bottom: 1.375rem;
}
.solutiondetail .solutiondetailbx .descbx_textbx .text .intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
}
.solutiondetail .solutiondetailbx .descbx_textbx .contactbtn {
  width: 6.25rem;
  height: 2.25rem;
  border-radius: 1.125rem;
}
.solutiondetail .solutiondetailbx .descbx_textbx .contactbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 2.25rem;
  background-color: #e20414;
  border-radius: 1.125rem;
  box-sizing: border-box;
  transition: all 0.4s;
}
.cases .casesbx .listbx {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.25rem;
  margin-bottom: 1.875rem;
}
.cases .casesbx .listbx .item {
  position: relative;
  width: 31.7%;
  margin-bottom: 2.25rem;
}
.cases .casesbx .listbx .item:not(:nth-child(3n)) {
  margin-right: calc(4.9% / 2);
}
.cases .casesbx .listbx .item:hover .item_img .iconbx {
  bottom: -0.5rem;
  right: -0.5rem;
  opacity: 1;
}
.cases .casesbx .listbx .item:hover .item_text h4,
.cases .casesbx .listbx .item:hover .item_text span {
  color: #e20414;
}
.cases .casesbx .listbx .item:hover .item_text span {
  padding-left: 2.25rem;
}
.cases .casesbx .listbx .item:hover .item_text span::before {
  width: 1.875rem;
}
.cases .casesbx .listbx .item_img {
  position: relative;
  width: 100%;
  height: 21.875rem;
}
.cases .casesbx .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases .casesbx .listbx .item_img .iconbx {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #e20414;
  opacity: 0;
  transition: all 0.4s;
}
.cases .casesbx .listbx .item_img .iconbx i {
  font-size: 1.5rem;
  color: #fff;
}
.cases .casesbx .listbx .item_text {
  padding-top: 1rem;
}
.cases .casesbx .listbx .item_text h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.75rem;
  transition: all 0.4s;
}
.cases .casesbx .listbx .item_text span {
  position: relative;
  font-size: 1rem;
  color: #333;
  font-weight: 300;
  padding-left: 0;
  transition: all 0.4s;
}
.cases .casesbx .listbx .item_text span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 1px;
  background-color: #e20414;
  transition: all 0.4s;
}
.casedetail_main .casedetailbx {
  padding: 0 6.25rem;
}
.casedetail_main .casedetailbx .swiperbx {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 3.375rem;
}
.casedetail_main .casedetailbx .swiperbx .gallery-top {
  width: 100%;
  margin-bottom: 2.375rem;
  overflow: hidden;
  z-index: 1;
}
.casedetail_main .casedetailbx .swiperbx .gallery-top .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.casedetail_main .casedetailbx .swiperbx .gallery-top .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.casedetail_main .casedetailbx .swiperbx .thumbbox {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.casedetail_main .casedetailbx .swiperbx .thumbbox .gallery-thumbs {
  display: flex;
  width: 100%;
  height: 9.375rem;
  overflow: hidden;
  z-index: 3;
}
.casedetail_main .casedetailbx .swiperbx .thumbbox .gallery-thumbs .swiper-wrapper {
  width: 100%;
}
.casedetail_main .casedetailbx .swiperbx .thumbbox .gallery-thumbs .swiper-wrapper .swiper-slide {
  height: 100%;
  padding: 0 0.625rem;
}
.casedetail_main .casedetailbx .swiperbx .thumbbox .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
}
.casedetail_main .casedetailbx .swiperbx .thumbbox .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  background-color: #fff;
}
.casedetail_main .casedetailbx .swiperbx .thumbbox .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-img img {
  border-color: #e20414;
}
.casedetail_main .casedetailbx .swiperbx .swiper-btn {
  top: 45%;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #666;
  background-color: #fff;
  box-sizing: border-box;
}
.casedetail_main .casedetailbx .swiperbx .swiper-btn:hover {
  border-color: #e20414;
}
.casedetail_main .casedetailbx .swiperbx .swiper-btn:hover span {
  color: #e20414;
}
.casedetail_main .casedetailbx .swiperbx .swiper-btn span {
  font-size: 1rem;
  color: #666;
  font-weight: bold;
  line-height: 1.625rem;
}
.casedetail_main .casedetailbx .swiperbx .swiper-btn-prev {
  left: -3.5rem;
}
.casedetail_main .casedetailbx .swiperbx .swiper-btn-next {
  right: -3.5rem;
}
.casedetail_main .casedetailbx .swiperbx .swiper-btn-next span {
  transform: rotate(180deg);
}
.casedetail_main .casedetailbx .textbx {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.casedetail_main .casedetailbx .textbx span {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  padding: 0 0.375rem;
  line-height: 1.875rem;
  background-color: #e20414;
}
.casedetail_main .casedetailbx .textbx .desc {
  flex: 1;
  padding-left: 0.75rem;
}
.casedetail_main .casedetailbx .textbx .desc h4 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 2.125rem;
}
.casedetail_main .casedetailbx .textbx .desc .intro p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  color: #666666;
}
.install .installbx .listbx {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.25rem;
}
.install .installbx .listbx .item {
  width: 24.4%;
  margin-bottom: 3.125rem;
}
.install .installbx .listbx .item:not(:nth-child(4n)) {
  margin-right: calc(2.4% / 3);
}
.install .installbx .listbx .item:hover {
  cursor: pointer;
}
.install .installbx .listbx .item:hover .item_img img {
  transform: scale(1.04);
}
.install .installbx .listbx .item:hover .item_text {
  border-bottom-color: #e20414;
}
.install .installbx .listbx .item:hover .item_text h4 {
  color: #e20414;
}
.install .installbx .listbx .item:hover .item_text em {
  background-color: #e20414;
}
.install .installbx .listbx .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.625rem;
  background-color: #e0e0e0;
}
.install .installbx .listbx .item_img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.4s;
}
.install .installbx .listbx .item_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.125rem;
  border: 1px solid rgba(191, 191, 191, 0.5);
  border-top: 0;
  transition: all 0.4s;
  box-sizing: border-box;
}
.install .installbx .listbx .item_text em {
  width: 1.875rem;
  height: 1px;
  background-color: #333;
  transition: all 0.4s;
}
.install .installbx .listbx .item_text h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: normal;
  margin: 0 1.25rem;
  transition: all 0.4s;
}
.problem .problembx {
  padding: 0 1.25rem;
}
.problem .problembx .searchbx {
  width: 100%;
  margin-bottom: 3.125rem;
}
.problem .problembx .searchbx form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  background-color: #eee;
}
.problem .problembx .searchbx form label {
  font-size: 1rem;
  color: #000;
}
.problem .problembx .searchbx form input {
  width: 24.375rem;
  height: 2.25rem;
  font-size: 1rem;
  color: #333;
  padding: 0 0.875rem;
  margin: 0 1.25rem;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  outline: none;
}
.problem .problembx .searchbx form button {
  width: 3.75rem;
  height: 1.5rem;
  font-size: 1rem;
  color: #fff;
  background-color: #e20414;
  border: 0;
  outline: none;
}
.problem .problembx .searchbx form button:hover {
  cursor: pointer;
}
.problem .problembx .centerbx {
  display: flex;
  justify-content: space-between;
}
.problem .problembx .centerbx_left {
  width: 30%;
}
.problem .problembx .centerbx_left .text h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.problem .problembx .centerbx_left .text p {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.problem .problembx .centerbx_left .phone {
  display: flex;
}
.problem .problembx .centerbx_left .phone .iconbx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #f12228;
}
.problem .problembx .centerbx_left .phone .iconbx i {
  font-size: 1.5rem;
  color: #fff;
}
.problem .problembx .centerbx_left .phone .num {
  font-size: 1.125rem;
  color: #fff;
  padding: 0 1rem;
  line-height: 3.125rem;
  background-color: #e20414;
}
.problem .problembx .centerbx_right {
  width: 67%;
}
.problem .problembx .centerbx_right .listbx {
  width: 100%;
  margin-bottom: 5rem;
}
.problem .problembx .centerbx_right .listbx .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c7c7c7;
  box-sizing: border-box;
}
.problem .problembx .centerbx_right .listbx .item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.problem .problembx .centerbx_right .listbx .item:hover h4 {
  color: #e20414;
}
.problem .problembx .centerbx_right .listbx .item:hover i {
  color: #e20414;
  transform: rotate(-180deg);
}
.problem .problembx .centerbx_right .listbx .item h4 {
  flex: 1;
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  line-height: 3rem;
  transition: all 0.4s;
}
.problem .problembx .centerbx_right .listbx .item i {
  font-size: 1rem;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.problemdetail .problembx {
  padding: 0 1.25rem;
}
.problemdetail .problembx .centerbx {
  display: flex;
  justify-content: space-between;
}
.problemdetail .problembx .centerbx_right .title h3 {
  font-size: 1.5rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2rem;
}
.problemdetail .problembx .centerbx_right .bdbx .md {
  display: flex;
}
.problemdetail .problembx .centerbx_right .bdbx .md span {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
}
.problemdetail .problembx .centerbx_right .bdbx .md_text {
  flex: 1;
}
.problemdetail .problembx .centerbx_right .bdbx .md_text .level2 {
  padding-left: 1.5rem;
}
.problemdetail .problembx .centerbx_right .bdbx .md_text p {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
}
.problemdetail .problembx .centerbx_right .bdbx .md_text p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.maintain_main .maintainbx {
  padding: 0 2.375rem;
}
.maintain_main .maintainbx .centerbx .md:not(:last-child) {
  margin-bottom: 3rem;
}
.maintain_main .maintainbx .centerbx .md_hd h4 {
  font-size: 1.5rem;
  color: #e20414;
  font-weight: normal;
  margin-bottom: 1.875rem;
}
.maintain_main .maintainbx .centerbx .md_desc p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  color: #666666;
}
.down .downbx .listbx {
  padding: 0 1.25rem;
  margin-bottom: 3rem;
}
.down .downbx .listbx .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.down .downbx .listbx .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.down .downbx .listbx .item_hd {
  position: relative;
  display: flex;
  align-items: center;
  width: 88%;
  padding: 0 1rem;
  border: 1px solid #707070;
  transition: all 0.3s;
  box-sizing: border-box;
  z-index: 1;
}
.down .downbx .listbx .item_hd:hover {
  cursor: default;
  border-left-color: #e20414;
  padding-left: 1.5rem;
}
.down .downbx .listbx .item_hd:hover::before {
  width: 0.25rem;
}
.down .downbx .listbx .item_hd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #e20414;
  transition: all 0.3s;
  z-index: 2;
}
.down .downbx .listbx .item_hd i {
  font-size: 1.25rem;
  color: #666;
}
.down .downbx .listbx .item_hd h4 {
  flex: 1;
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}
.down .downbx .listbx .item_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 2.75rem;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.down .downbx .listbx .item_btn i {
  font-size: 1.5rem;
  color: #666;
  margin-right: 0.625rem;
}
.down .downbx .listbx .item_btn span {
  font-size: 1rem;
  color: #666;
}
.down .downbx .listbx .item_btn:hover {
  background-color: #e20414;
  border-color: #e20414;
}
.down .downbx .listbx .item_btn:hover i,
.down .downbx .listbx .item_btn:hover span {
  color: #fff;
}
.news .newsbx .listbx {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.news .newsbx .listbx .item {
  width: 31.7%;
  margin-bottom: 2.75rem;
}
.news .newsbx .listbx .item:not(:nth-child(3n)) {
  margin-right: calc(4.9% / 2);
}
.news .newsbx .listbx .item:hover .item_img img {
  transform: scale(1.05);
}
.news .newsbx .listbx .item_img {
  width: 100%;
  height: 17.5rem;
  overflow: hidden;
}
.news .newsbx .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.news .newsbx .listbx .item_text {
  width: 100%;
  height: 9.375rem;
  padding: 0.5rem 0.5rem 0.625rem;
  background: #f6f6f6;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.news .newsbx .listbx .item_text h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.5rem;
}
.news .newsbx .listbx .item_text span {
  display: block;
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 0.5rem;
}
.news .newsbx .listbx .item_text .intro {
  margin-bottom: 0.75rem;
}
.news .newsbx .listbx .item_text .intro p {
  font-size: 0.875rem;
  color: #999;
  font-weight: 300;
  line-height: 1.5em;
}
.news .newsbx .listbx .item_text .morebtn a {
  display: inline-block;
  font-size: 0.875rem;
  color: #666;
  padding: 0 0.5rem;
  line-height: 1.5rem;
  border: 1px solid #666;
  box-sizing: border-box;
}
.news .newsbx .listbx .item_text .morebtn a:hover {
  color: #fff;
  background-color: #e20414;
  border-color: #e20414;
}
.newdetail .newdetailbx {
  padding: 0 1.25rem;
}
.newdetail .newdetailbx .title {
  padding-bottom: 2rem;
  border-bottom: 1px dotted #707070;
}
.newdetail .newdetailbx .title h3 {
  font-size: 1.25rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.25rem;
}
.newdetail .newdetailbx .title .time {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  color: #999;
}
.newdetail .newdetailbx .centerbx {
  padding-top: 2rem;
  margin-bottom: 5rem;
}
.newdetail .newdetailbx .centerbx p {
  font-size: 1rem;
  color: #666;
  line-height: 2rem;
}
.newdetail .newdetailbx .centerbx p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.contact_main .contentbx .company {
  margin-bottom: 5rem;
}
.contact_main .contentbx .company .centerbx {
  display: flex;
  justify-content: space-between;
  padding: 0 15rem;
}
.contact_main .contentbx .company .infobx {
  width: 53%;
}
.contact_main .contentbx .company .infobx ul li {
  display: flex;
}
.contact_main .contentbx .company .infobx ul li:not(:last-child) {
  margin-bottom: 1.75rem;
}
.contact_main .contentbx .company .infobx ul li .icon {
  margin-right: 0.75rem;
}
.contact_main .contentbx .company .infobx ul li .icon i {
  font-size: 1.5rem;
  color: #e20414;
  line-height: 1.5rem;
}
.contact_main .contentbx .company .infobx ul li:last-child .text p:first-child {
  margin-bottom: 0.875rem;
}
.contact_main .contentbx .company .infobx ul li .text p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5rem;
  font-weight: 400;
}
.contact_main .contentbx .company .mapbx {
  display: flex;
  justify-content: space-between;
  width: 45%;
}
.contact_main .contentbx .company .mapbx_md {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
}
.contact_main .contentbx .company .mapbx #map1,
.contact_main .contentbx .company .mapbx #map2 {
  display: block;
  width: 100%;
  height: 15rem;
  margin-bottom: 0.625rem;
}
.contact_main .contentbx .company .mapbx p {
  font-size: 0.875rem;
  color: #666;
}
.contact_main .contentbx .join .list {
  padding: 0 1.25rem;
}
.contact_main .contentbx .join .list_title {
  padding: 0 1.25rem;
  height: 6.25rem;
  background: #dbdbdb;
}
.contact_main .contentbx .join .list_title ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.contact_main .contentbx .join .list_title ul li {
  width: 20%;
}
.contact_main .contentbx .join .list_title ul li:not(:first-child) {
  text-align: center;
}
.contact_main .contentbx .join .list_title ul li span {
  font-size: 1.375rem;
  font-weight: bold;
  color: #333333;
}
.contact_main .contentbx .join .list_bd .item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.contact_main .contentbx .join .list_bd .item_hd {
  padding: 0 1.25rem;
  height: 5rem;
  border: 1px solid #d1d1d1;
  background: #f4f5f7;
  box-sizing: border-box;
}
.contact_main .contentbx .join .list_bd .item_hd:hover {
  cursor: pointer;
}
.contact_main .contentbx .join .list_bd .item_hd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.contact_main .contentbx .join .list_bd .item_hd ul li {
  width: 20%;
}
.contact_main .contentbx .join .list_bd .item_hd ul li:not(:first-child) {
  text-align: center;
}
.contact_main .contentbx .join .list_bd .item_hd ul li p {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
}
.contact_main .contentbx .join .list_bd .item_hd ul .iconbx {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_main .contentbx .join .list_bd .item_hd ul .iconbx .icon1,
.contact_main .contentbx .join .list_bd .item_hd ul .iconbx .icon2 {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 50%;
}
.contact_main .contentbx .join .list_bd .item_hd ul .iconbx .icon2 {
  transform: rotate(135deg);
}
.contact_main .contentbx .join .list_bd .item_hd ul .iconbx.show .icon1 {
  display: none;
}
.contact_main .contentbx .join .list_bd .item_hd ul .iconbx.show .icon2 {
  display: block;
}
.contact_main .contentbx .join .list_bd .item_hd ul .iconbx .icon1 {
  display: block;
  background-color: #d3d3d5;
}
.contact_main .contentbx .join .list_bd .item_hd ul .iconbx .icon2 {
  display: none;
  background-color: #ff0000;
}
.contact_main .contentbx .join .list_bd .item_bd {
  display: none;
  padding: 2.5rem 1.25rem 1.5rem;
  border: 1px solid #d1d1d1;
  background: #f4f5f7;
  margin-top: -1px;
}
.contact_main .contentbx .join .list_bd .item_bd .md_M {
  display: none;
}
.contact_main .contentbx .join .list_bd .item_bd .md h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.125rem;
  color: #333333;
}
.contact_main .contentbx .join .list_bd .item_bd .md:not(:last-child) {
  margin-bottom: 2.5rem;
}
.contact_main .contentbx .join .list_bd .item_bd .md p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  color: #666666;
}
.contact_main .contentbx .join .list_bd .item_bd .jobbtn {
  width: 7.5rem;
  height: 2.25rem;
}
.contact_main .contentbx .join .list_bd .item_bd .jobbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #ff0000;
  text-align: center;
  line-height: 2.25rem;
  border-radius: 1.125rem;
  border: 1px solid #ff0000;
  box-sizing: border-box;
}
.contact_main .contentbx .join .list_bd .item_bd .jobbtn a:hover {
  color: #fff;
  background-color: #e20414;
}
.searchbd_content {
  padding: 15rem 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: #e20414;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container {
    width: 100%;
    padding: 0 1rem;
  }
  .common_banner {
    width: 100%;
    height: 21rem;
    margin-top: 6rem;
  }
  .common_banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_textbx .hd {
    top: 50%;
  }
  .common_banner_textbx .topnav ul {
    flex-wrap: wrap;
  }
  .common_banner_textbx .topnav ul li {
    margin-bottom: 1rem;
  }
  .common_crumb .iconbx {
    display: none;
  }
  .showvideo {
    display: none;
  }
  .showvideo_content {
    width: 96%;
    height: 20rem;
  }
  .showvideo_content .closebtn {
    top: -2.5rem;
    right: 0;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header.first .inner-header-icon-out span {
    background-color: #333;
  }
  .index_header.first::before {
    top: 6rem;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_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_M .cd-accordion-menu > li .level1 {
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a {
    flex: 1;
  }
  .index_header_nav_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_M .cd-accordion-menu > li .level1 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_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_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #e20414;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header .rightbx {
    margin-left: auto;
  }
  .index_header .searchbx {
    display: none;
  }
  .index_header .lang {
    margin-left: auto;
    margin-right: 0.5rem;
  }
  .index_header .lang > a i {
    font-size: 1.5rem;
  }
  .index_header .lang .dropdown {
    top: 6rem;
  }
  .index_header .inner-header-icon {
    display: block;
  }
  .index_header .inner-header-icon-out span {
    background-color: #333;
  }
  .index_header::before {
    top: 6rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
  }
  .index_common_title p {
    max-width: 100%;
  }
  .index_mode .main {
    flex-wrap: wrap;
    padding: 0;
  }
  .index_mode .main .leftbx {
    width: 100%;
    height: auto;
    margin-bottom: 0.625rem;
  }
  .index_mode .main .leftbx .productbx {
    flex-wrap: wrap;
    height: auto;
    padding: 2rem;
    margin-bottom: 0.625rem;
  }
  .index_mode .main .leftbx .productbx .textbx {
    margin-bottom: 1rem;
  }
  .index_mode .main .leftbx .productbx .imgbx {
    width: 100%;
  }
  .index_mode .main .leftbx .productbx .imgbx img {
    max-width: 100%;
    margin-left: auto;
  }
  .index_mode .main .leftbx .bottombx {
    height: auto;
  }
  .index_mode .main .rightbx {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .index_news {
    margin-bottom: 1rem;
  }
  .index_news .main .listbx {
    flex-wrap: wrap;
    margin-top: 1.25rem;
  }
  .index_news .main .listbx .item {
    width: 100%;
  }
  .index_news .main .listbx .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .index_service {
    margin-bottom: 1rem;
    padding-top: 0;
  }
  .index_service .main {
    flex-wrap: wrap;
  }
  .index_service .main .index_common_title {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index_service .main .listbx {
    width: 100%;
    flex-wrap: wrap;
  }
  .index_service .main .listbx .item {
    flex: 50%;
    margin-bottom: 1rem;
  }
  .index_service .main .listbx .item:nth-child(2) {
    border-right: 0;
  }
  .index_footer_logobx {
    margin-bottom: 1.5rem;
  }
  .index_footer_content {
    flex-wrap: wrap;
    padding: 1.25rem 0;
  }
  .index_footer_content .listbx {
    width: 100%;
    flex-wrap: wrap;
  }
  .index_footer_content .listbx dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_footer_content .listbx dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content .listbx dl dt {
    width: 100%;
  }
  .index_footer_content .listbx dl dd {
    margin-right: 4%;
  }
  .index_footer_content .contactinfo {
    max-width: 72%;
  }
  .index_footer_copyright {
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .container {
    flex-wrap: wrap;
  }
  .index_footer_copyright .container p,
  .index_footer_copyright .container a {
    line-height: 1.5rem;
  }
  .index_footer_copyright .container .leftbx {
    width: 100%;
  }
  .index_footer_copyright .container .leftbx p {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index_footer_copyright .container .rightbx {
    width: 100%;
    justify-content: center;
  }
  .products_main .contentbx {
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 2rem 0;
  }
  .products_main .contentbx .common_title {
    margin-bottom: 2.5rem;
  }
  .products_main .contentbx .filter {
    width: 96%;
    margin: 0 auto 2rem;
  }
  .products_main .contentbx .filter_type h4 {
    width: 6.5rem;
  }
  .products_main .contentbx .filter_type .card {
    flex-direction: column;
  }
  .products_main .contentbx .filter_type .card ul {
    width: 100%;
  }
  .products_main .contentbx .filter_type .card ul li {
    margin-right: 1rem;
  }
  .products_main .contentbx .listbx .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .products_main .contentbx .listbx .item .link_M {
    display: block;
  }
  .products_main .contentbx .listbx .item_img .mask {
    display: none;
  }
  .productdetail_main .contentbx {
    margin-bottom: 1.5rem;
  }
  .productdetail_main .contentbx .infobx {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .productdetail_main .contentbx .infobx_l {
    width: 100%;
    height: 30rem;
    margin-bottom: 1rem;
  }
  .productdetail_main .contentbx .infobx_r {
    width: 100%;
    padding-left: 0;
  }
  .productdetail_main .contentbx .feature {
    padding: 0 1rem;
  }
  .productdetail_main .contentbx .feature_nav {
    width: 100%;
    overflow-x: auto;
  }
  .productdetail_main .contentbx .feature_center {
    padding: 1rem 0;
  }
  .profile_main .contentbx {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  .profile_main .profilebox .numbx ul {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .profile_main .profilebox .numbx ul li {
    flex: 0 0 45%;
  }
  .profile_main .profilebox .numbx ul li > p {
    text-align: center;
    line-height: 1.5rem;
  }
  .profile_main .culture {
    margin: 0;
  }
  .profile_main .culture .textbx {
    flex-wrap: wrap;
  }
  .profile_main .culture .textbx .imgbx {
    width: 100%;
    height: auto;
  }
  .profile_main .culture .textbx .imgbx img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .profile_main .culture .textbx .desc {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  .profile_main .culture .textbx .desc .icon {
    display: none;
  }
  .path_main .contentbx .swiperbx {
    padding: 0 1rem;
  }
  .path_main .contentbx .swiperbx .auCHmin-box {
    flex-wrap: wrap;
  }
  .path_main .contentbx .swiperbx .auCHmin-box .auCHmin-img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .path_main .contentbx .swiperbx .auCHmin-box .auCHmin-box-text {
    width: 100%;
    padding-left: 0;
  }
  .inner_main .contentbx {
    margin: 0;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .honor_main .honorbx .listbx .item {
    width: 100%;
  }
  .honor_main .honorbx .listbx .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .image_main .imagebx .swiperbx {
    padding: 0;
  }
  .image_main .imagebx .swiperbx .image_swiper {
    width: 94%;
    height: auto;
  }
  .image_main .imagebx .swiperbx .image_swiper .swiper-slide img {
    object-fit: contain;
  }
  .image_main .imagebx .swiperbx .swiper-btn-prev {
    left: 1.5rem;
  }
  .image_main .imagebx .swiperbx .swiper-btn-next {
    right: 1.5rem;
  }
  .solution .solutionbx .listbx .item {
    flex-wrap: wrap;
  }
  .solution .solutionbx .listbx .item_img {
    width: 100%;
  }
  .solution .solutionbx .listbx .item_textbx {
    width: 100%;
  }
  .solution .solutionbx .listbx .item_textbx .descbtn {
    margin-top: 1.5rem;
  }
  .solutiondetail .solutiondetailbx .descbx {
    flex-wrap: wrap;
  }
  .solutiondetail .solutiondetailbx .descbx_img {
    width: 100%;
  }
  .solutiondetail .solutiondetailbx .descbx_textbx {
    width: 100%;
    padding-left: 0;
  }
  .solutiondetail .solutiondetailbx .descbx_textbx .contactbtn {
    margin-top: 1.5rem;
  }
  .cases .casesbx .listbx .item {
    width: 100%;
  }
  .cases .casesbx .listbx .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .cases .casesbx .listbx .item_img {
    height: auto;
  }
  .cases .casesbx .listbx .item_img img {
    height: auto;
    object-fit: contain;
  }
  .casedetail_main .casedetailbx {
    padding: 0 1rem;
  }
  .casedetail_main .casedetailbx .swiperbx .thumbbox {
    width: 78%;
  }
  .casedetail_main .casedetailbx .swiperbx .thumbbox .gallery-thumbs {
    height: 5rem;
    overflow: hidden;
  }
  .casedetail_main .casedetailbx .swiperbx .thumbbox .gallery-thumbs .swiper-wrapper {
    justify-content: flex-start;
  }
  .casedetail_main .casedetailbx .swiperbx .swiper-btn-prev {
    left: -1rem;
  }
  .casedetail_main .casedetailbx .swiperbx .swiper-btn-next {
    right: -1rem;
  }
  .casedetail_main .casedetailbx .textbx {
    flex-direction: column;
  }
  .casedetail_main .casedetailbx .textbx span {
    margin-bottom: 1rem;
  }
  .casedetail_main .casedetailbx .textbx .desc {
    padding-left: 0;
  }
  .install .installbx .listbx .item {
    width: 100%;
  }
  .install .installbx .listbx .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .problem .contentbx {
    padding: 1.5rem 0;
  }
  .problem .problembx .searchbx form {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0.5rem 0;
    height: auto;
  }
  .problem .problembx .searchbx form input {
    margin: 0.5rem 1.25rem;
  }
  .problem .problembx .searchbx form label,
  .problem .problembx .searchbx form button {
    margin-left: 1.25rem;
  }
  .problem .problembx .centerbx {
    flex-wrap: wrap;
  }
  .problem .problembx .centerbx_left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .problem .problembx .centerbx_right {
    width: 100%;
  }
  .maintain_main .maintainbx {
    padding: 0 1rem;
  }
  .down .downbx .listbx {
    width: 100%;
  }
  .down .downbx .listbx .item {
    width: 100%;
  }
  .down .downbx .listbx .item_hd {
    width: 70%;
  }
  .down .downbx .listbx .item_btn {
    width: 26%;
  }
  .news .newsbx .listbx .item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .news .newsbx .listbx .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .news .newsbx .listbx .item_text {
    height: auto;
  }
  .newdetail .newdetailbx .centerbx p {
    flex-wrap: wrap;
  }
  .newdetail .newdetailbx .centerbx p img {
    margin: 0.5rem auto !important;
  }
  .contact_main .contentbx .company .common_title h3 {
    font-size: 1.75rem;
  }
  .contact_main .contentbx .company .centerbx {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .contact_main .contentbx .company .centerbx .infobx {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .contact_main .contentbx .company .centerbx .mapbx {
    width: 100%;
  }
  .contact_main .contentbx .join .list_title {
    padding: 0 0.75rem;
  }
  .contact_main .contentbx .join .list_title ul li {
    width: 25%;
  }
  .contact_main .contentbx .join .list_title ul li:nth-child(3) {
    display: none;
  }
  .contact_main .contentbx .join .list_title ul li:last-child {
    width: 18%;
  }
  .contact_main .contentbx .join .list_title ul li:first-child {
    width: 27%;
  }
  .contact_main .contentbx .join .list_title ul li span {
    font-size: 1.125rem;
  }
  .contact_main .contentbx .join .list_bd .job_item .item_hd {
    padding: 0 0.75rem;
  }
  .contact_main .contentbx .join .list_bd .job_item .item_hd ul li {
    width: 25%;
  }
  .contact_main .contentbx .join .list_bd .job_item .item_hd ul li:nth-child(3) {
    display: none;
  }
  .contact_main .contentbx .join .list_bd .job_item .item_hd ul li:last-child {
    width: 18%;
  }
  .contact_main .contentbx .join .list_bd .job_item .item_hd ul li:first-child {
    width: 27%;
  }
  .contact_main .contentbx .join .list_bd .job_item .item_hd ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .contact_main .contentbx .join .list_bd .job_item .item_bd .md_M {
    display: block;
  }
}
@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: 1000px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 6rem;
  }
  .inner_main .contentbx {
    margin: -20rem 0 6.875rem;
  }
  .index_header_nav_item {
    padding: 0 1.25rem;
  }
  .index_footer_content .listbx dl:not(:last-child) {
    margin-right: 5%;
  }
  .products_main .contentbx {
    margin: -30rem 0 6.875rem;
  }
  .products_main .contentbx .listbx .item_img {
    height: 16rem;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  :root {
    font-size: 14px !important;
  }
  .container {
    width: 100%;
    padding: 0 6rem;
  }
  .inner_main .contentbx {
    margin: -30rem 0 6.875rem;
  }
  .index_header_nav_item {
    padding: 0 1.25rem;
  }
  .index_footer_content .listbx dl:not(:last-child) {
    margin-right: 7%;
  }
  .products_main .contentbx {
    margin: -30rem 0 6.875rem;
  }
  .products_main .contentbx .listbx .item_img {
    height: 16rem;
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
  :root {
    font-size: 16px !important;
  }
  .container {
    width: 100%;
    padding: 0 6rem;
  }
  .inner_main .contentbx {
    margin: -28rem 0 6.875rem;
  }
  .index_header_nav_item {
    padding: 0 1.125rem;
  }
  .index_footer_content .listbx dl:not(:last-child) {
    margin-right: 7%;
  }
  .products_main .contentbx {
    margin: -28rem 0 6.875rem;
  }
  .products_main .contentbx .listbx .item_img {
    height: 16rem;
  }
}
@media (min-width: 1680px) and (max-width: 1920px) {
  :root {
    font-size: 16px !important;
  }
  .container {
    width: 100%;
    padding: 0 8rem;
  }
}
@media (min-width: 1680px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
