@import './google-fonts-1715233256082.css';
html,
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
  padding: 0;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #d61518 rgba(255, 255, 255, 0.75);
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-thumb {
  background-color: #d61518;
  border-radius: 8px;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

table {
  border-collapse: collapse;
}

p + p, p + table {
  margin-top: 0.8em;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

img {
  border: 0;
  max-width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

hr {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}

.clear::after, .product-content .body::after, .product-category::after, .product-list::after {
  content: "";
  display: block;
  clear: both;
}

.left, .product-category .item, .product-list .item {
  float: left;
}

.right {
  float: right;
}

.transition, .product-category .item .icon img, .product-list .item .icon img, .about .advantage .body .item .icon img, .home .category .item .bg img, .home .category .item .word, .header .navbar ul li a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar ul li {
  position: relative;
  float: left;
}
.navbar ul li a {
  position: relative;
  display: block;
  font-weight: bold;
  white-space: nowrap;
}
.navbar ul li ul {
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, 0);
}
.navbar ul li ul li {
  float: none;
}
.navbar ul li ul li a {
  font-weight: normal;
  font-size: 0.14rem;
}
.navbar ul li ul li a:hover {
  color: white;
  background-color: #d61518;
}
.navbar ul li ul li ul {
  top: 0;
  left: 100%;
}
.navbar ul li:hover > a {
  color: #d61518;
}
.navbar ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.navbar-top {
  display: none;
}
.navbar-toggle {
  display: none;
  position: relative;
  width: 0.24rem;
  height: 0.18rem;
  color: #fff;
  font-size: 0.48rem;
}
.navbar-toggle span, .navbar-toggle span::before, .navbar-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 0.02rem;
  margin-top: -0.01rem;
  background-color: black;
  border-radius: 0.1rem;
}
.navbar-toggle span::before {
  top: -0.06rem;
}
.navbar-toggle span::after {
  top: 0.08rem;
}

@media screen and (max-width: 768px) {
  .navbar {
    display: none;
    z-index: 100;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #790c0e;
  }
  .navbar ul {
    height: 100%;
    overflow-y: auto;
    background-color: transparent !important;
  }
  .navbar ul li {
    float: none;
  }
  .navbar ul li a {
    color: white !important;
    font-weight: normal !important;
    line-height: 3 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar ul li ul {
    position: static;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transform: none;
    padding: 0.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar ul li ul li {
    display: inline-block;
    border: 0 !important;
  }
  .navbar ul li ul li a {
    line-height: 2 !important;
    border: 0 !important;
  }
  .navbar-top {
    display: flex;
    justify-content: space-between;
    height: 0.6rem;
    padding: 0 0.15rem;
    line-height: 0.6rem;
    text-align: right;
  }
  .navbar-top img {
    filter: brightness(0) invert(1);
  }
  .navbar-toggle {
    display: inline-block;
    vertical-align: middle;
  }
}
.pagination {
  margin: 0.2rem 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 0.1rem;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.1rem 0.2rem;
  border-radius: 0.05rem;
  background-color: #f2f2f2;
}
.pagination a:hover {
  color: #fff;
  background-color: #eb0004;
}
.pagination span.active {
  color: #fff;
  background-color: #d61518;
}

@media screen and (max-width: 768px) {
  .pagination li {
    margin: 0 0.05rem;
  }
  .pagination a,
  .pagination span {
    display: none;
  }
  .pagination .previous a,
  .pagination .next a,
  .pagination .active a {
    display: inline-block;
  }
}
.inputform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inputform input,
.inputform textarea {
  width: 100%;
  line-height: 0.3rem;
  padding: 0.15rem;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.inputform .form-group {
  width: 48%;
  margin: 0.1rem 0;
  display: flex;
  justify-content: space-between;
}
.inputform .form-group .form-label {
  width: 30%;
  font-weight: 700;
  line-height: 0.6rem;
  text-align: right;
}
.inputform .form-group .form-label em {
  color: red;
  font-style: normal;
}
.inputform .form-group .form-control {
  width: 68%;
}
.inputform .form-textarea {
  width: 100%;
}
.inputform .form-textarea .form-label {
  width: 14.4%;
}
.inputform .form-textarea .form-control {
  width: 84.6%;
}
.inputform .form-verifycode .form-control input {
  width: 50% !important;
}
.inputform .form-verifycode .form-control img {
  height: 0.6rem;
}
.inputform .form-button input {
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #d61518;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .inputform .form-group {
    display: block;
  }
  .inputform .form-group,
  .inputform .form-group .form-label,
  .inputform .form-group .form-control {
    width: 100%;
  }
  .inputform .form-group .form-label {
    line-height: 1.5;
    text-align: left;
  }
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(../image/top.png) no-repeat center center;
}

.editor-content table {
  width: 100% !important;
  border-top: 0.01rem solid #aaa;
  border-bottom: 0.01rem solid #aaa;
}
.editor-content table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.editor-content table td {
  padding: 0.1rem;
}

body,
input,
select,
textarea {
  font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  line-height: 1.4;
}

body,
a {
  color: #222;
}

@media screen and (min-width: 768px) {
  html {
    font-size: max(calc(100vw / 1920 * 100), 100px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 25.641025641vw;
  }
  body,
  input,
  select,
  textarea {
    font-size: 0.14rem;
  }
}
.wraper {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

@media screen and (max-width: 768px) {
  .wraper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.section {
  padding: 0.8rem 0;
}

.container {
  max-width: 14.4rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 0.5rem 0;
  }
  .container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
.header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.24);
}
.header-0 {
  box-shadow: none;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top {
  font-size: 0.14rem;
  line-height: 0.24rem;
  padding: 0.08rem 0;
  background-color: #d61518;
}
.header .top,
.header .top a {
  color: #fff;
}
.header .top span {
  white-space: nowrap;
}
.header .top span + span {
  margin-left: 0.15rem;
}
.header .top .community {
  flex-shrink: 0;
}
.header .top .community a {
  float: left;
}
.header .top .community a img {
  display: block;
  height: 0.24rem;
}
.header .top .community a + a {
  margin-left: 0.15rem;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 1rem;
}
.header .logo img {
  display: block;
  width: 2.6rem;
  height: auto;
}
.header .navbar {
  text-align: center;
}
.header .navbar ul li {
  margin: 0 0.16rem;
}
.header .navbar ul li a {
  font-size: 0.18rem;
  line-height: 1rem;
}
.header .navbar ul li ul li {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header .navbar ul li ul li a {
  padding: 0.1rem 0.15rem;
  font-size: 0.15rem;
  line-height: 1.5;
}
.header .language {
  font-size: 0.16rem;
  line-height: 0.18rem;
}
.header .language a {
  margin-left: 0.1rem;
}
.header .language span,
.header .language img {
  display: inline-block;
  vertical-align: middle;
}
.header .language img {
  height: 0.18rem;
}

.footer {
  color: #fff;
  background: #790c0e url(../image/map.png) no-repeat center center;
  background-size: cover;
  padding: 0.6rem 0 0.2rem;
}
.footer .body {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.footer .logo {
  margin-bottom: 0.2rem;
}
.footer .logo img {
  display: block;
  width: 2rem;
  height: auto;
  filter: brightness(0) invert(1);
}
.footer .community a {
  display: inline-block;
}
.footer .community a + a {
  margin-left: 0.3rem;
}
.footer .copyright {
  font-size: 0.13rem;
  text-align: center;
  opacity: 0.5;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .header .logo {
    height: 0.6rem;
  }
  .header .logo img {
    display: block;
    width: auto;
    height: 0.26rem;
  }
  .header .top {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .header .top span {
    margin-left: 0 !important;
  }
  .footer {
    padding: 0.5rem 0 0.2rem;
  }
  .footer .body {
    display: block;
  }
  .footer .community {
    margin-top: 0.3rem;
  }
  .footer .copyright {
    margin-top: 0.4rem;
  }
}
.banner .body,
.banner .mask,
.banner .mask img {
  display: block;
  width: 100%;
  height: 100vh;
}
.banner .body {
  position: relative;
}
.banner .body-2 {
  text-align: center;
}
.banner .body-2 .word {
  margin-top: -0.5rem;
}
.banner .body-3 {
  text-align: right;
}
.banner .body-3 .word {
  margin-top: -0.5rem;
}
.banner .word {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.banner .word .title {
  font-size: 0.64rem;
  font-weight: bold;
  line-height: 0.72rem;
}
.banner .word .description {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.banner .mask img {
  object-fit: cover;
}
.banner:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 1.6rem;
  background: url(../image/topbg.png) repeat-x top center;
  background-size: 100% 100%;
}
.banner-sub {
  position: relative;
  margin-top: 1.4rem;
}
.banner-sub .mask img {
  display: block;
}
.banner-sub .here {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.banner-sub .here .breadcrumbs {
  padding: 0.2rem 0;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .banner .body {
    text-align: center !important;
  }
  .banner .word .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .banner .word .description {
    font-size: 0.18rem;
  }
  .banner-sub {
    margin-top: 1.16rem;
  }
  .banner-sub .mask img {
    height: 2.4rem;
    object-fit: cover;
  }
}
.home .slogan {
  padding: 0.8rem 0;
  font-size: 0.42rem;
  font-weight: 700;
}
.home .category .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.home .category .item .mask {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(214, 21, 24, 0.6);
}
.home .category .item .word {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 5%;
  color: #fff;
  box-sizing: border-box;
}
.home .category .item .word .name {
  font-size: 0.48rem;
}
.home .category .item .word .description {
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
.home .category .item .bg img {
  display: block;
  width: 100%;
  height: 6rem;
  object-fit: cover;
}
.home .category .item:nth-child(even) .mask,
.home .category .item:nth-child(even) .word {
  left: 50%;
}
.home .category .item:hover .word {
  padding-bottom: 8%;
}
.home .category .item:hover .bg img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .home .slogan {
    padding: 0.4rem 0;
    font-size: 0.24rem;
  }
  .home .category .item .word .name {
    font-size: 0.2rem;
  }
  .home .category .item .word .description {
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home .category .item .bg img {
    height: 2rem;
  }
}
.sub {
  overflow: hidden;
}
.sub:before {
  content: "";
  display: block;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.84);
}
.sub .title {
  position: relative;
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0.7rem;
}
.sub .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1rem;
  height: 0.06rem;
  margin-left: -0.5rem;
  overflow: hidden;
  background-color: #d61518;
}

@media screen and (max-width: 768px) {
  .sub .title {
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }
}
.about .overview {
  position: relative;
}
.about .overview .body {
  z-index: 5;
  position: relative;
}
.about .overview .body .left, .about .overview .body .product-category .item, .product-category .about .overview .body .item, .about .overview .body .product-list .item, .product-list .about .overview .body .item {
  width: 36%;
  color: #d61518;
  font-size: 0.32rem;
  font-weight: 600;
  text-align: right;
}
.about .overview .body .right {
  width: 60%;
}
.about .overview .bg {
  position: absolute;
  left: 0.8rem;
  bottom: 0.3rem;
}
.about .overview .bg img {
  display: block;
  width: 6rem;
}
.about .advantage .body {
  display: flex;
  justify-content: space-between;
}
.about .advantage .body .item {
  width: 25%;
  text-align: center;
}
.about .advantage .body .item .icon img {
  display: block;
  margin: 0 auto;
  width: 0.8rem;
}
.about .advantage .body .item .label {
  font-size: 0.2rem;
  font-weight: 600;
  padding: 0 0.2rem;
  margin-top: 0.3rem;
}
.about .advantage .body .item .desc {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.1rem;
}
.about .advantage .body .item:hover .icon img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .about .overview .body .left, .about .overview .body .product-category .item, .product-category .about .overview .body .item, .about .overview .body .product-list .item, .product-list .about .overview .body .item,
  .about .overview .body .right {
    float: none;
    width: auto;
  }
  .about .overview .body .left, .about .overview .body .product-category .item, .product-category .about .overview .body .item, .about .overview .body .product-list .item, .product-list .about .overview .body .item {
    display: none;
  }
  .about .advantage .body {
    display: block;
  }
  .about .advantage .body .item {
    width: 80%;
    margin: 0.4rem auto 0;
  }
}
.product {
  background: url(../image/products.png) no-repeat top right;
  background-size: 40% auto;
}
.product-category .item, .product-list .item {
  margin-bottom: 0.2rem;
  text-align: center;
  overflow: hidden;
}
.product-category .item .icon, .product-list .item .icon {
  position: relative;
  background-color: #fafafa;
  overflow: hidden;
}
.product-category .item .icon img, .product-list .item .icon img {
  display: block;
}
.product-category .item .icon img:first-child, .product-list .item .icon img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center center;
}
.product-category .item .icon img:last-child, .product-list .item .icon img:last-child {
  width: 100%;
}
.product-category .item .icon img.null, .product-list .item .icon img.null {
  left: 20%;
  width: 60%;
}
.product-category .item .word, .product-list .item .word {
  padding: 0.2rem;
}
.product-category .item .word .name, .product-list .item .word .name {
  font-size: 0.2rem;
  font-weight: 600;
}
.product-category .item .word .summary, .product-list .item .word .summary {
  padding: 0.1rem;
}
.product-category .item:hover .icon img, .product-list .item:hover .icon img {
  transform: scale(1.1);
}
.product-category .item {
  width: 30%;
  margin-right: 5%;
}
.product-category .item:nth-child(3n) {
  margin-right: 0;
}
.product-list .item {
  width: 22.75%;
  margin-right: 3%;
}
.product-list .item:nth-child(4n) {
  margin-right: 0;
}
.product-child {
  background-color: #fafafa;
}
.product-child ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.product-child ul li a {
  display: block;
  padding: 0.3rem 0;
  color: #666;
  font-size: 0.2rem;
  font-weight: 600;
}
.product-child ul li a.selected {
  color: #333;
  font-weight: 800;
}
.product-content .images {
  float: left;
  width: 40%;
  background-color: #fafafa;
}
.product-content .images img {
  display: block;
  width: 100%;
  height: 5.76rem;
  object-fit: contain;
  object-position: center center;
}
.product-content .detail {
  margin-left: 43%;
}
.product-content .name {
  font-size: 0.32rem;
}
.product-content .description {
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
.product-content .fields {
  margin-top: 0.3rem;
}
.product-content .fields .param {
  display: flex;
  margin: 0.15rem 0;
}
.product-content .fields .param .label {
  width: 2.6rem;
  font-weight: 700;
}
.product-content .fields .param .label::after {
  float: right;
  content: ":";
  padding-right: 0.05rem;
}
.product-content .fields .param .value {
  flex: 1 1;
}
.product-content .bodycontent {
  margin-top: 0.3rem;
}
.product-content .bodycontent .tab {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: 700;
  padding: 0.15rem 0.2rem;
  color: #fff;
  background-color: #d61518;
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
}
.product-content .bodycontent .body {
  padding: 0.5rem;
  border: 1px solid #eee;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .product-category .item, .product-list .item {
    width: 48%;
    margin-right: 4%;
  }
  .product-category .item:nth-child(3n), .product-category .item:nth-child(4n), .product-list .item:nth-child(3n), .product-list .item:nth-child(4n) {
    margin-right: 4%;
  }
  .product-category .item:nth-child(2n), .product-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .product-category .item .word, .product-list .item .word {
    padding: 0.1rem;
  }
  .product-category .item .word .name, .product-list .item .word .name {
    font-size: 0.18rem;
  }
  .product-child {
    display: none;
  }
  .product-content .images {
    float: none;
    width: auto;
    margin-bottom: 0.4rem;
  }
  .product-content .images img {
    height: 4rem;
  }
  .product-content .detail {
    margin-left: 0;
  }
  .product-content .fields {
    margin-top: 0.3rem;
  }
  .product-content .fields .param {
    display: block;
  }
  .product-content .fields .param .label {
    width: auto;
  }
  .product-content .fields .param .label::after {
    float: none;
    content: ":";
  }
  .product-content .bodycontent .tab {
    font-size: 0.18rem;
  }
  .product-content .bodycontent .body {
    padding: 0.2rem;
  }
}
.inquiry {
  background: url(../image/technologybg.jpg) no-repeat top center;
  background-size: 100% auto;
}
.inquiry .summary {
  text-align: center;
  margin-bottom: 0.1rem;
}

.contact {
  background: url(../image/map.png) no-repeat top right;
}
.contact .map {
  height: 5rem;
  margin-top: 0.6rem;
}