@charset "UTF-8";
html {
  font-size: 5.2vw;
  --headerHeight: 112px;
  font-family: "Source Han Sans CN" !important;
}

body {
  background: #fff;
  font-family: "Source Han Sans CN" !important;
}

ul,
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:visited,
a:link {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
}

.headerApp .nav-mobile {
  width: 100%;
  height: var(--headerHeight);
  box-sizing: border-box;
  padding: 0 0.54rem 0 0.23rem;
  position: relative;
}

.headerApp .nav-mobile .nav-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}

.headerApp .nav-mobile .nav-content .menulogo {
  width: 1.26rem;
  height: 0.41rem;
  display: block;
}

.headerApp .nav-mobile .menuBtn {
  color: #FFF;
}

.headerApp .nav-mobile .menuPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: var(--headerHeight);
  background: #333;
  z-index: 1;
}

.headerApp .nav-mobile .menuPopup .menuBack {
  margin-left: 0.26rem;
  color: #FFF;
  font-size: 0.14rem;
  margin-bottom: 0.34rem;
}

.headerApp .nav-mobile .menuPopup .menuBack .text {
  margin-left: 0.12rem;
}

.headerApp .nav-mobile .menuPopup .menuTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.34rem;
  font-size: 0.14rem;
  color: #FFF;
}

.headerApp .nav-mobile .menuPopup .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.34rem;
}

.headerApp .nav-mobile .menuPopup .list .item .name {
  font-size: 0.14rem;
  color: #FFF;
}

.headerApp .nav-mobile .menuPopup .list .item .name.active {
  color: #ED6D1F;
}

.headerApp .nav-mobile .menuPopup .list .item .add {
  color: #ED6D1F;
  margin-left: 0.12rem;
}

.headerApp .nav-mobile .menuPopup .list .item:last-of-type {
  margin-bottom: 0;
}

.headerApp .navs-box {
  height: var(--headerHeight);
  padding: 0 13.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.headerApp .navs-box.bgF {
  background: #000;
  box-shadow: 0px 3px 6px 0px rgba(1, 1, 1, 0.1);
}

.headerApp .navs-box .logo {
  width: 1.26rem;
  height: 0.41rem;
  display: block;
}

.headerApp .navs-box .nav-pc-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerApp .navs-box .nav-pc-list .nav-pc-item {
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.40rem;
  position: relative;
  margin: 0 0.04rem;
}

.headerApp .navs-box .nav-pc-list .nav-pc-item .nav-pc-name {
  position: relative;
  font-size: 0.20rem;
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
}

.headerApp .navs-box .nav-pc-list .nav-pc-item::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 0;
  height: 3px;
  background: #ED6D1F;
  transition: width 0.3s;
}

.headerApp .navs-box .nav-pc-list .nav-pc-item .nav-pc-color {
  color: #fff;
}

.headerApp .navs-box .nav-pc-list .nav-pc-item:hover .nav-pc-name, .headerApp .navs-box .nav-pc-list .nav-pc-item.nav-pc-active .nav-pc-name {
  color: #ED6D1F;
  font-weight: 600;
}

.headerApp .navs-box .nav-pc-list .nav-pc-item:hover::before, .headerApp .navs-box .nav-pc-list .nav-pc-item.nav-pc-active::before {
  width: 100%;
}

.headerApp .navs-box .nav-pc-menu-bg {
  box-sizing: content-box;
  padding-top: var(--headerHeight);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 3.7rem;
  background: #000;
  box-shadow: 0px 3px 6px 0px rgba(1, 1, 1, 0.1);
}

.headerApp .navs-box .nav-pc-menu {
  display: flex;
  position: absolute;
  left: 0;
  top: var(--headerHeight);
  width: 7rem;
  box-sizing: content-box;
  padding-top: 0.4rem;
}

.headerApp .navs-box .nav-pc-menu .menu-left {
  width: 1.6rem;
}

.headerApp .navs-box .nav-pc-menu .menu-left .left-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.34rem;
  padding: 0 0.2rem;
}

.headerApp .navs-box .nav-pc-menu .menu-left .left-item.left-children::after {
  flex-shrink: 0;
  content: '＞';
  font-size: 0.14rem;
  margin-left: 0.36rem;
}

.headerApp .navs-box .nav-pc-menu .menu-left .left-item .left-name {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 300;
}

.headerApp .navs-box .nav-pc-menu .menu-left .left-item.left-active {
  color: #ED6D1F;
}

.headerApp .navs-box .nav-pc-menu .menu-left .left-item.left-active .left-name {
  color: #ED6D1F;
}

.headerApp .navs-box .nav-pc-menu .menu-right {
  padding-left: 0.46rem;
}

.headerApp .navs-box .nav-pc-menu .menu-right .right-item {
  margin-bottom: 0.34rem;
}

.headerApp .navs-box .nav-pc-menu .menu-right .right-item .right-name {
  font-size: 0.16rem;
  font-weight: 300;
  color: #fff;
}

.headerApp .navs-box .nav-pc-menu .menu-right .right-item:hover .right-name {
  color: #ED6D1F;
}

.footerApp {
  background: #1A1A1A;
  color: #999;
  margin-top: 1.5rem;
  padding-top: 0.7rem;
}

.footerApp .bottom-list-box {
  display: flex;
  justify-content: space-between;
}

.footerApp .account {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  border-left: 0.01rem solid #FFF;
}

.footerApp .account .bottom-logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footerApp .account .bottom-logo {
  width: 1.63rem;
  height: 0.53rem;
}

.footerApp .account .bimg {
  display: flex;
  align-items: center;
  margin-top: 0.33rem;
}

.footerApp .account .bimg a > img {
  width: 0.41rem;
  height: 0.41rem;
  margin: 0 0.1rem;
}

.footerApp .account .bottom-logo-text {
  color: #fff !important;
  font-size: 0.16rem;
  margin-top: 0.12rem;
}

.footerApp .bitem .btitle {
  color: #fff;
  font-size: 0.2rem;
  margin-bottom: 0.5rem;
}

.footerApp .bitem ul {
  padding: 0;
}

.footerApp .bitem ul li {
  list-style: none;
  padding-bottom: 0.3rem;
}

.footerApp .bitem ul li a {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
}

.footerApp .mList {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.2rem;
  margin-top: 0.45rem;
}

.footerApp .mList .mItem {
  border-bottom: 0.01rem solid #7A7A7A;
}

.footerApp .mList .mItem .mTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.4rem;
  color: #FFF;
  font-size: 0.14rem;
}

.footerApp .mList .mItem .mTitle .btn {
  color: #FFF;
}

.footerApp .mList .mItem .mChildren {
  height: 0;
  overflow: hidden;
  transition: height 0.4s linear;
}

.footerApp .mList .mItem .mChildren .cItem {
  margin-bottom: 0.15rem;
}

.footerApp .mList .mItem .mChildren .cItem a {
  font-size: 0.14rem;
  color: #ABABAB;
}

.footerApp footer {
  height: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.9rem;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
  font-size: 0.12rem;
  line-height: 0.4rem;
}

.footerApp footer .copyrightItem {
  display: flex;
}

.col-md-3 {
  padding: 0;
}

.index-banner {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.about {
  position: relative;
  width: 14rem;
  padding: 0.61rem 0.81rem;
  margin: -0.64rem auto 0;
  box-sizing: border-box;
  background: #F7F7F7;
  z-index: 1;
  border-radius: 5px;
}

.about .a-title {
  color: #ED6D1F;
  font-size: 0.28rem;
  font-weight: 300;
  line-height: 0.42rem;
}

.about .a-title-nostyle {
  font-size: 0.28rem;
  font-weight: 300;
  line-height: 0.42rem;
  color: #000;
}

.about .a-word {
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-weight: 300;
  color: #000;
  margin-top: 30px;
}

.about-min {
  position: relative;
  z-index: 1;
  padding: 1rem;
  width: 12.8rem;
  margin: 0 auto 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  transition: margin-top 0.3s;
}

.about-min .p {
  font-size: 0.28rem;
  font-weight: 200;
  color: #000000;
  line-height: 0.52rem;
}

.title {
  max-width: 10.8rem;
  margin: 0.3rem auto;
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-weight: 400;
  color: #333;
}

.title span {
  display: inline-block;
  padding: 0.08rem 0;
  border-bottom: 0.02rem solid #f60;
}

.animation-img {
  transition: transform 0.3s;
}

.animation-img:hover {
  transform: scale(1.1);
}

.index-info {
  margin-top: 1.4rem;
}

.index-info .item {
  padding: 0 0.5rem;
}

.index-info .item .name {
  display: inline-block;
  font-weight: 400;
  font-size: 0.36rem;
  color: #000;
  border-bottom: 0.02rem solid #ED6D1F;
}

.index-info .item .index-info-img-box {
  display: block;
  width: 3.26rem;
  height: 1.85rem;
  overflow: hidden;
  margin: 0.28rem 0 0.2rem;
}

.index-info .item .index-info-img-box .img {
  width: 100%;
  transition: transform 0.3s;
}

.index-info .item .index-info-img-box:hover .img {
  transform: scale(1.1);
}

.index-info .item .word {
  font-size: 0.2rem;
  font-weight: 200;
  color: #333333;
  line-height: 0.3rem;
}

.index-info .item .word a {
  display: block;
  width: 3.02rem;
  height: 0.63rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
  font-weight: 400;
}

/* certificate.html */
.showbox {
  position: relative;
  max-width: 12rem;
  padding: 0.9rem 0.6rem;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 1;
  font-size: 0.16rem;
  background-color: #F7F7F7;
  border-radius: 10px;
}

.showbox .tips {
  font-size: 0.32rem;
  color: #000;
  margin-top: 0.32rem;
}

.showbox .showbox-desc-box {
  max-width: 10.8rem;
  margin-top: 0.36rem;
  font-weight: 300;
  font-size: 0.18rem;
  color: #292929;
  line-height: 0.29rem;
}

.subnavs {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 0.14rem;
  color: #000;
}

.subnavs .subnav {
  opacity: 0.5;
  cursor: pointer;
}

.subnavs .subnav:last-child {
  opacity: 1;
}

.subnavs .subimg {
  margin: 0 0.1rem;
}

.breadcrums {
  max-width: 10.8rem;
  margin: 0 auto;
  padding: 0.3rem 0;
}

.scroll-container {
  height: 670px;
  overflow: auto;
  padding: 20px 0;
  max-width: 1180px;
  margin: 0 auto;
}

.cerlists {
  max-width: 10.8rem;
  display: grid;
  grid-template-columns: repeat(4, 2.44rem);
  place-content: center;
  gap: 0.36rem 0.44rem;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #333;
}

.cerlists .image-box {
  width: 2.44rem;
  padding: 0.12rem 0.12rem 0;
  text-align: center;
  box-shadow: 0rem 0.03rem 0.23rem 0rem rgba(0, 0, 0, 0.16) !important;
  background-color: #fff;
}

.cerlists .image-box .image-box-content {
  background-color: #F5F6F7;
  text-align: center;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 1.9rem;
}

.cerlists .image-box .zizhi-image {
  padding: 0.2rem;
  height: 2.15rem;
}

.cerlists .image-box .zizhi-image img {
  height: auto;
}

.cerlists .image-box .image-name {
  margin: 0.1rem 0;
  display: flex;
  align-items: flex-start;
  font-size: 0.16rem;
  perspective: 1000;
  height: 0.48rem;
}

.cerlists .image-box .image-name .image-name-text {
  color: #333;
  font-weight: 200;
  width: 2.12rem;
}

.cerlists .single-image-box {
  width: 2.44rem;
  box-shadow: 0rem 0.03rem 0.23rem 0rem rgba(0, 0, 0, 0.16) !important;
  text-align: center;
  padding: 0.12rem;
}

.cerlists .single-image-box .single-box {
  background-color: #F5F6F7;
  padding: 0.16rem 0.25rem;
}

.cerlists .single-image-box .single-box img {
  width: 100%;
}

.back-box-4 {
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
}

.back-box-3 {
  margin: 0 auto;
  padding-bottom: 0.5rem;
}

.cerlists-3 {
  max-width: 10.8rem;
  display: grid;
  grid-template-columns: repeat(3, 3.5rem);
  gap: 0.36rem 0.44rem;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #333;
}

.cerlists-3 .image-box {
  width: 3.5rem;
  text-align: center;
  box-shadow: 0rem 0.03rem 0.23rem 0rem rgba(0, 0, 0, 0.16) !important;
  background-color: #fff;
}

.cerlists-3 .image-box .image-box-content {
  background-color: #F5F6F7;
  text-align: center;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.cerlists-3 .image-box .image-name {
  margin: 0.1rem 0;
  display: flex;
  align-items: flex-start;
  font-size: 0.16rem;
  perspective: 1000;
  height: 0.48rem;
}

.cerlists-3 .image-box .image-name .image-name-text {
  color: #333;
  font-weight: 200;
  width: 2.12rem;
}

.carousel-indicators li {
  display: inline-block;
  width: 57px;
}

.carousel-indicators .active {
  width: 57px;
}

.hexin-box-top {
  padding-top: 1rem;
}

.hexin-box-top .hexin-top-title-desc {
  font-size: 0.12rem;
  color: #666666;
}

.hexin-box-top .hexin-top-title {
  font-size: 0.4rem;
  color: #333;
  padding: 0.16rem 0;
  font-weight: 400;
}

.hexin-box-top .hexin-top-title-line {
  display: block;
  background: #B3B3B3;
  width: 2.52rem;
  height: 0.02rem;
  margin: 0 auto;
}

.hexin-box-top .line-icon {
  display: block;
  background: #ED6D1F;
  width: 0.52rem;
  height: 0.02rem;
  margin: 0 auto;
}

.padding-top-box {
  padding-top: 0.7rem;
}

.warp {
  padding-top: var(--headerHeight);
}

.list-one .my-item {
  margin-bottom: 0.15rem;
}

.list-one .my-item .my-content {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

.list-one .my-item .my-content .my-img-box {
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 6.86rem;
  height: 6.18rem;
}

.list-one .my-item .my-content .my-img-box .my-img {
  transition: transform 0.3s;
  width: 100%;
}

.list-one .my-item .my-content .my-img-box:hover .my-img {
  transform: scale(1.1);
}

.list-one .my-item .my-content .my-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 9.82rem;
  height: 5.26rem;
  padding: 0 1.2rem;
  box-sizing: border-box;
  background: #F7F8F8;
}

.list-one .my-item .my-content .my-info .my-title {
  color: #333;
  font-weight: 400;
  font-size: 0.34rem;
  line-height: 0.36rem;
}

.list-one .my-item .my-content .my-info .my-desc {
  color: #262626;
  font-weight: 300;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.25rem;
}

.list-one .my-item .my-content .my-info .my-desc-small {
  width: 2.2rem;
}

.list-one .my-item .my-content .my-info .my-word {
  color: #333;
  font-weight: 400;
  font-size: 0.2rem;
  margin-top: 0.24rem;
}

.list-one .my-item .my-content .my-info .my-url {
  margin-top: 0.2rem;
}

.list-one .my-item .my-content .my-info .my-url a {
  font-weight: 200;
  color: #ED6D1F;
  text-decoration: none;
  font-size: 0.2rem;
}

.list-one .my-item:nth-child(odd) .my-content {
  flex-direction: row;
}

.list-one .my-item:nth-child(even) .my-content {
  flex-direction: row-reverse;
}

.list-two {
  max-width: 10.8rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 0.7rem 10%;
  justify-content: space-between;
}

.list-two .my-item .my-content .my-img-box {
  display: inline-block;
  width: 4.86rem;
  height: 2.73rem;
  overflow: hidden;
}

.list-two .my-item .my-content .my-img-box .my-img {
  width: 100%;
  transition: transform 0.3s;
}

.list-two .my-item .my-content .my-img-box:hover .my-img {
  transform: scale(1.1);
}

.list-two .my-item .my-content .my-info .my-title {
  color: #ED6D1F;
  font-weight: 400;
  margin: 0.25rem 0 0.16rem;
  font-size: 0.2rem;
}

.list-two .my-item .my-content .my-info .my-desc {
  color: #333;
  font-weight: 200;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.list-two .my-item .my-content .my-info .my-chunk {
  height: 0.2rem;
}

.list-two .my-item .my-content .my-info .my-mark {
  color: #ED6D1F;
  font-weight: 200;
  line-height: 0.3rem;
  font-size: 0.2rem;
}

.list-two .my-item .my-content .my-info .my-url {
  margin-top: 0.4rem;
}

.list-two .my-item .my-content .my-info .my-url a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  width: 1.36rem;
  height: 0.36rem;
  font-size: 0.16rem;
  color: #666;
  border: 1px solid #666;
  background: #FFF;
  transition: all 0.2s;
}

.list-two .my-item .my-content .my-info .my-url a:hover {
  border: none;
  color: #FFF;
  background: #ED6D1F;
}

.product-list-box .my-item {
  margin-bottom: 0.15rem;
}

.product-list-box .my-item .my-content {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

.product-list-box .my-item .my-content .my-img-box {
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 6.86rem;
  height: 6.18rem;
}

.product-list-box .my-item .my-content .my-img-box .my-img {
  transition: transform 0.3s;
  width: 100%;
}

.product-list-box .my-item .my-content .my-img-box:hover .my-img {
  transform: scale(1.1);
}

.product-list-box .my-item .my-content .my-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 9.82rem;
  height: 5.26rem;
  padding-left: 1.2rem;
  padding-right: 0.46rem;
  box-sizing: border-box;
  background: #F7F8F8;
}

.product-list-box .my-item .my-content .my-info .my-title {
  color: #333;
  font-weight: bold;
  font-size: 0.40rem;
  line-height: 0.40rem;
}

.product-list-box .my-item .my-content .my-info .my-subtitle {
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  margin-top: 0.2rem;
}

.product-list-box .my-item .my-content .my-info .my-subtitle::after {
  content: "";
  display: block;
  width: 1.03rem;
  height: 2px;
  background: #000;
  margin-top: 0.1rem;
}

.product-list-box .my-item .my-content .my-info .my-desc {
  color: #262626;
  font-weight: 300;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.25rem;
  padding-right: 0.74rem;
}

.product-list-box .my-item .my-content .my-info .desc-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.product-list-box .my-item .my-content .my-info .desc-box .desc-item {
  width: 2.46rem;
}

.product-list-box .my-item .my-content .my-info .desc-box .top-box {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.20rem;
  color: #262626;
}

.product-list-box .my-item .my-content .my-info .desc-box .top-box .left-box img {
  width: 0.44rem;
  height: 0.44rem;
}

.product-list-box .my-item .my-content .my-info .desc-box .top-box .right-box {
  margin-left: 0.1rem;
}

.product-list-box .my-item .my-content .my-info .desc-box .bottom-box {
  font-weight: 300;
  font-size: 0.20rem;
  color: #262626;
  margin-top: 0.2rem;
}

.product-list-box .my-item .my-content .my-info .center-item {
  margin: 0 0.3rem;
}

.product-list-box .my-item:nth-child(odd) .my-content {
  flex-direction: row;
}

.product-list-box .my-item:nth-child(even) .my-content {
  flex-direction: row-reverse;
}

.image-group {
  margin-top: 1.48rem;
}

.image-group .bigImg {
  width: 7.9rem;
  height: 7.9rem;
}

.image-group .minGrid {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
  gap: 0.26rem;
}

.image-group .minGrid .minImg {
  background-color: #F1F1F1;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  margin-bottom: 0.26rem;
  padding: 0;
  position: relative;
}

.image-group .minGrid .minImg img {
  width: 100%;
  height: 100%;
}

.image-group .minGrid .minImg .minTitle {
  white-space: nowrap;
  font-size: 0.2rem;
  color: #1a1a1a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1rem;
}

.image-group .minGrid .bigImg,
.image-group .minGrid .minImg {
  transition: all 0.6s;
}

.image-group .bigImg:hover,
.image-group .minImg:hover {
  transform: scale(1.1);
}

.serveshow {
  max-width: 10.8rem;
  margin: 1rem auto 0;
}

.serveshow .chaintitle {
  text-align: center;
  color: #ED6D1F;
  font-size: 0.36rem;
}

.serveshow .bline {
  width: 0.8rem;
  height: 0.02rem;
  background-color: #ED6D1F;
  margin: 0.2rem auto 0;
}

.serveshow .chaininfo {
  color: #333;
  font-size: 0.2rem;
  line-height: 0.4rem;
  margin-top: 0.5rem;
}

.contact-box {
  position: relative;
  max-width: 12rem;
  padding: 0.74rem 0.6rem 0;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 0.16rem;
}

.contact-box .contact-content {
  padding-top: 0.42rem;
  padding-left: 1.12rem;
}

.contact-box .contact-content .company-name {
  font-size: 0.2rem;
}

.contact-box .contact-content .item-box {
  font-size: 0.14rem;
  color: #3F3F3F;
  font-weight: 300;
  padding-top: 0.1rem;
}

.contact-map {
  max-width: 10.8rem;
  margin: 0 auto;
  margin-top: 0.68rem;
  height: 4.54rem;
}

.m-t-9 {
  margin-top: 0.9rem;
}

.p-t-7 {
  padding-top: 0.7rem;
}

.m-t-10 {
  margin-top: 1rem;
}

.brand-list-box {
  max-width: 10.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin: 0 auto;
  color: #333;
}

.brand-list-box img {
  width: 2rem;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.2);
}

.small-desc-box {
  padding-left: 0.66rem;
  font-weight: 400;
  font-size: 0.24rem !important;
  color: #000000;
}

.content-item {
  margin: 0 auto;
  max-width: 12rem;
}

.content-item .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.content-item .item-box .item-title {
  font-weight: 400;
  font-size: 0.36rem;
  color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-item .item-box .subtitle,
.content-item .item-box .subtitle2 {
  font-weight: 300;
  font-size: 0.20rem;
  color: #262626;
  text-align: center;
}

.content-item .item-box .item-img {
  margin-top: 0.65rem;
}

.content-item .item-box .item-img-more {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: space-between;
}

.content-item .item-box .item-img-more img {
  width: 5.6rem;
  height: 3.9rem;
}

.content-item .item-box .item-more-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-item .item-box .item-more-box .img-item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.52rem;
}

.content-item .item-box .item-more-box .img-item-box img {
  width: 1.41rem;
  height: 1.4rem;
}

.content-item .item-box .item-more-box .img-item-box .name-box {
  font-weight: bold;
  font-size: 0.20rem;
  color: #EC6C1F;
  margin-top: 0.1rem;
}

.content-item .item-box .item-more-box .content-item-box {
  background: #F7F7F7;
  padding: 0.35rem 0.27rem 0.54rem 0.27rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.19rem;
}

.content-item .item-box .item-more-box .content-item-box .name-box {
  font-weight: normal;
  font-size: 0.24rem;
  color: #EC6C1F;
}

.content-item .item-box .item-more-box .content-item-box .desc-box {
  margin-top: 0.18rem;
  font-weight: normal;
  font-size: 0.18rem;
  color: #323232;
  line-height: 0.27rem;
}

.content-item .item-box .item-more-box .content-item-box2 {
  margin-right: 0.19rem;
}

.content-item .item-box .item-more-box .content-item-box:last-child {
  margin-right: 0;
}

.content-item .item-box .item-more-box .content-item-box2:last-child {
  margin-right: 0;
}

.content-item .government-img {
  width: 12rem;
  height: 5.54rem;
}

.line-box {
  width: 2.32rem;
  height: 1px;
  margin: 0.28rem 0;
  background-color: #B3B3B3;
  position: relative;
}

.line-box::after {
  content: '';
  width: 0.67rem;
  height: 0.03rem;
  background-color: #EC6C1F;
  position: absolute;
  top: -0.02rem;
  right: 50%;
  transform: translateX(50%);
}

.container {
  width: 12rem;
}

.big-size {
  font-weight: 700;
}

.robot-showbox {
  min-width: 14rem;
}

.robot-showbox .tips {
  margin-top: 0;
}

.robot-showbox .showbox-desc-box {
  min-width: 100%;
}

.robot-box {
  margin-top: 0.8rem;
}

.robot-box .img-box1 {
  width: 4.47rem;
  height: 3.65rem;
}

.robot-box .img-box2 {
  width: 3.28rem;
  height: 3.65rem;
}

@media screen and (max-width: 1920px) {
  .line-box-emtpy-2 {
    padding-top: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 26.67vw;
    --headerHeight: 100px;
  }
  .index-banner {
    height: auto;
  }
  .about {
    width: 100%;
    margin-top: 0;
    padding: 0.36rem 0.24rem;
  }
  .about .a-title {
    font-size: 0.18rem;
  }
  .about .a-title-nostyle {
    font-size: 0.14rem;
    line-height: 0.27rem;
  }
  .about .a-word {
    font-size: 0.14rem;
    line-height: 0.27rem;
    font-weight: 500;
    margin-top: 15px;
  }
  .about .a-word:nth-of-type(2) {
    margin-top: 0.46rem;
  }
  .about .a-word:nth-of-type(3) {
    margin-top: 0.1rem;
  }
  .about-min {
    width: 100%;
    padding: 0.55rem 0.24rem;
    transition: none;
    margin: 0 auto !important;
  }
  .about-min .p {
    line-height: 0.3rem;
    font-size: 0.14rem;
    font-weight: 300;
    color: #333333;
  }
  .showbox {
    width: 100%;
    margin: 0 auto !important;
    padding: 0.22rem 0.24rem;
    box-shadow: none;
  }
  .showbox .tips {
    font-size: 0.22rem;
    color: #333;
    margin-top: 0.54rem;
  }
  .showbox .showbox-desc-box {
    width: 100%;
    margin-top: 0.18rem;
    font-size: 0.12rem;
  }
  .robot-showbox {
    min-width: 100%;
    width: 100%;
    margin: 0 auto !important;
    padding: 0.22rem 0.24rem;
    box-shadow: none;
  }
  .robot-showbox .showbox-desc-box {
    width: 100%;
    margin-top: 0.18rem;
    font-size: 0.12rem;
  }
  .container {
    width: 100%;
  }
  .hexin-box-top {
    padding-top: 0.6rem;
  }
  .hexin-box-top .hexin-top-title-desc {
    transform: scale(66.67%);
  }
  .hexin-box-top .hexin-top-title {
    font-size: 0.26rem;
    padding: 0.1rem 0;
  }
  .hexin-box-top .hexin-top-title-line {
    width: 1.26rem;
    height: 0.01rem;
  }
  .hexin-box-top .line-icon {
    width: 0.26rem;
    height: 0.02rem;
  }
  .padding-top-box {
    padding-top: 0.3rem;
  }
  .list-one {
    margin-top: 0.3rem;
  }
  .list-one .my-item .my-content {
    margin-top: 0;
    flex-direction: column !important;
  }
  .list-one .my-item .my-content .my-img-box {
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .list-one .my-item .my-content .my-info {
    width: 100%;
    height: auto;
    padding: 0.38rem 0.3rem;
  }
  .list-one .my-item .my-content .my-info .my-title {
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #383838;
  }
  .list-one .my-item .my-content .my-info .my-desc {
    color: #383838;
    line-height: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.14rem;
  }
  .list-one .my-item .my-content .my-info .my-desc-small {
    width: 1.5rem;
  }
  .list-one .my-item .my-content .my-info .my-word {
    font-size: 0.14rem;
    margin-top: 0.14rem;
  }
  .list-one .my-item .my-content .my-info .my-url {
    margin-top: 0.5rem;
  }
  .list-one .my-item .my-content .my-info .my-url a {
    font-weight: 400;
    font-size: 0.14rem;
  }
  .list-two {
    grid-template-columns: repeat(1, 100%);
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    gap: 0.15rem 0;
  }
  .list-two .my-item {
    background: #F7F8F8;
  }
  .list-two .my-item .my-content {
    padding-bottom: 0.35rem;
  }
  .list-two .my-item .my-content .my-img-box {
    width: 100%;
    height: auto;
  }
  .list-two .my-item .my-content .my-info {
    box-sizing: border-box;
    padding: 0 30px;
  }
  .list-two .my-item .my-content .my-info .my-title {
    font-size: 18px;
    margin: 38px 0 20px;
  }
  .list-two .my-item .my-content .my-info .my-desc {
    font-size: 14px;
    font-weight: 400;
    color: #383838;
    line-height: 20px;
  }
  .list-two .my-item .my-content .my-info .my-mark {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .list-two .my-item .my-content .my-info .my-url {
    margin-top: 50px;
  }
  .list-two .my-item .my-content .my-info .my-url a {
    width: 95px;
    height: 23px;
    font-size: 12px;
  }
  .product-list-box {
    margin-top: 0.3rem;
  }
  .product-list-box .my-item .my-content {
    margin-top: 0;
    flex-direction: column !important;
  }
  .product-list-box .my-item .my-content .my-img-box {
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .product-list-box .my-item .my-content .my-info {
    width: 100%;
    height: auto;
    padding: 0.38rem 0.3rem;
  }
  .product-list-box .my-item .my-content .my-info .my-title {
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #383838;
  }
  .product-list-box .my-item .my-content .my-info .my-subtitle {
    font-size: 0.16rem;
    line-height: normal;
  }
  .product-list-box .my-item .my-content .my-info .my-desc {
    color: #383838;
    line-height: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.14rem;
    padding-right: 0;
  }
  .product-list-box .my-item .my-content .my-info .desc-item {
    width: 100% !important;
    margin-bottom: 0.1rem;
  }
  .product-list-box .my-item .my-content .my-info .desc-title {
    font-size: 0.14rem;
  }
  .product-list-box .my-item .my-content .my-info .bottom-box {
    font-size: 0.14rem !important;
    margin-top: 0.1rem !important;
  }
  .product-list-box .my-item .my-content .my-info .desc-item:last-child {
    margin-bottom: 0;
  }
  .product-list-box .my-item .my-content .my-info .desc-box {
    display: flex;
    flex-direction: column;
  }
  .product-list-box .my-item .my-content .my-info .center-item {
    margin: 0;
    margin-bottom: 0.1rem;
  }
  .index-info {
    margin-top: 0;
  }
  .index-info .item {
    padding: 0 0.15rem;
  }
  .index-info .item .name {
    padding-bottom: 0.14rem;
    font-size: 0.18rem;
    color: #383838;
    margin: 0.4rem 0;
  }
  .index-info .item .index-info-img-box {
    margin: 0 0 0.26rem;
    width: 100%;
    height: auto;
  }
  .index-info .item .index-info-img-box .img {
    width: 3.26rem !important;
  }
  .index-info .item .word {
    font-size: 0.12rem;
    color: #333;
    line-height: 0.2rem;
  }
  .image-group {
    padding: 0 0.4rem;
  }
  .image-group .bigImg {
    width: 100%;
    height: auto;
  }
  .image-group .minGrid {
    margin-top: 0.3rem;
    grid-template-columns: 35vw 35vw;
    gap: 0.34rem;
  }
  .image-group .minGrid .minImg {
    width: 35vw;
    height: 35vw;
    margin-bottom: 0;
  }
  .image-group .minGrid .minImg .minTitle {
    font-size: 0.16rem;
  }
  .subnavs {
    color: #333;
    font-size: 0.12rem;
  }
  .subnavs .subimg {
    width: 0.5em;
  }
  .breadcrums {
    max-width: 100%;
    padding: 0.2rem 0.24rem;
  }
  .title {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 0.24rem;
    margin: 0;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #383838;
  }
  .title span {
    padding: 0.14rem 0;
    border-bottom: 0.02rem solid #f60;
  }
  .scroll-container {
    min-width: 100%;
    height: 400px;
  }
  .cerlists {
    max-width: 100%;
    grid-template-columns: repeat(3, 25vw);
    gap: 0.15rem 0.35rem;
    margin: 0.28rem 0 0.8rem;
  }
  .cerlists .image-box {
    width: 100%;
    padding: 0.05rem 0.05rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cerlists .image-box .image-box-content {
    padding: 0.15rem 0.08rem;
    width: 100%;
    height: auto;
  }
  .cerlists .image-box .image-name {
    margin: 0.04rem 0 0.15rem;
    height: auto;
  }
  .cerlists .image-box .image-name .image-name-text {
    -moz-transform: scale(50%) !important;
    -o-transform: scale(50%) !important;
    zoom: 0.5;
    font-weight: 400;
  }
  .cerlists .single-image-box {
    width: 25vw;
    padding: 0.05rem;
  }
  .cerlists .single-image-box .single-box {
    padding: 0.06rem 0.1rem;
  }
  .cerlists-3 {
    max-width: 100%;
    margin: 0.28rem 0 0.4rem;
    padding: 0 0.24rem;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cerlists-3 .image-box {
    width: 100%;
    padding: 0.05rem 0.05rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cerlists-3 .image-box .image-box-content {
    padding: 0.15rem 0.08rem;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .cerlists-3 .image-box .image-name {
    margin: 0.04rem 0 0.15rem;
    height: auto;
  }
  .cerlists-3 .image-box .image-name .image-name-text {
    -moz-transform: scale(50%) !important;
    -o-transform: scale(50%) !important;
    zoom: 0.5;
    font-weight: 400;
  }
  .serveshow {
    max-width: 100%;
    padding: 0 0.24rem;
    margin-top: 0.5rem;
  }
  .serveshow .chaintitle {
    text-align: left;
    font-size: 0.22rem;
  }
  .serveshow .bline {
    display: none;
  }
  .serveshow .chaininfo {
    font-size: 0.12rem;
    line-height: 0.27rem;
  }
  .footerApp {
    margin-top: 0.5rem;
    background: #383838;
  }
  .footerApp .account {
    padding-left: 0;
    border-left: none;
  }
  .footerApp footer {
    border-top-color: #727272;
    font-size: 0.1rem;
    margin-top: 0.44rem;
    line-height: 0.2rem;
  }
  .footerApp footer .copyrightItem {
    flex-direction: column;
    align-items: center;
  }
  .footerApp .bottom-logo-text {
    color: #fff !important;
  }
  .contact-box {
    padding: 0.22rem 0.24rem 0;
  }
  .contact-box .contact-content {
    padding-left: 0 !important;
    padding-top: 0.22rem;
  }
  .contact-map {
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    max-width: 100%;
    height: 2rem;
  }
  .brand-list-box {
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
  }
  .brand-list-box img {
    width: 1rem;
  }
  .small-desc-box {
    font-size: 0.18rem !important;
    padding-left: 0;
    margin-top: 0.1rem;
    display: block;
  }
  .content-item {
    max-width: 100%;
  }
  .content-item .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
  }
  .content-item .item-box .item-title {
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-item .item-box .subtitle {
    font-weight: 300;
    font-size: 0.12rem;
    color: #262626;
    padding: 0 0.2rem;
  }
  .content-item .item-box .subtitle2 {
    font-weight: 300;
    font-size: 0.12rem;
    color: #262626;
    text-align: center;
    padding: 0 0.5rem;
  }
  .content-item .item-box .item-img {
    margin-top: 0.3rem;
  }
  .content-item .item-box .item-img img {
    width: 100%;
    height: 100%;
  }
  .content-item .item-box .item-img-more {
    margin-top: 0.3rem;
  }
  .content-item .item-box .item-img-more img {
    width: 100%;
    height: 100%;
  }
  .content-item .item-box .item-more-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    justify-content: space-between;
    gap: 0.1rem;
    align-items: center;
  }
  .content-item .item-box .content-item-box {
    margin-right: 0 !important;
  }
  .content-item .item-box .content-item-box2 {
    width: 100%;
    margin-right: 0 !important;
  }
  .content-item .item-box:first-child {
    margin-top: 0.3rem;
  }
  .line-box {
    width: 1.16rem;
    height: 1px;
    margin: 0.14rem 0;
    background-color: #B3B3B3;
    position: relative;
  }
  .line-box::after {
    content: '';
    width: 0.34rem;
    height: 0.03rem;
    background-color: #EC6C1F;
    position: absolute;
    top: -0.02rem;
    right: 50%;
    transform: translateX(50%);
  }
  .back-box-4 {
    margin: 0.4rem 0 0.35rem 0;
  }
  .back-box-3 {
    margin-bottom: 0.35rem;
  }
  .animation-img {
    transition: transform 0.1s;
  }
  .animation-img:hover {
    transform: scale(1);
  }
  .p-t-3 {
    padding-top: 0.3rem !important;
  }
  .m-t-3 {
    margin-top: 0.3rem !important;
  }
  .line-box-emtpy-2 {
    padding-top: 0.8rem;
  }
  .robot-box {
    margin-top: 0.3rem;
  }
  .robot-box .img-box1 {
    width: 100%;
    height: 100%;
  }
  .robot-box .img-box2 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1450px) {
  .bitem a {
    font-size: 0.15rem !important;
  }
  .line-box-emtpy-2 {
    padding-top: 1.5rem;
  }
  .zizhi-box .image-box:nth-child(9) img {
    height: 100% !important;
  }
  .zizhi-box .image-box:nth-child(10) img {
    height: 100% !important;
  }
  .zizhi-box .image-box:nth-child(11) img {
    height: 100% !important;
  }
  .a-box-item {
    height: 0.3rem;
    display: block;
  }
}

.flex-column-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fade-box {
  position: relative;
  opacity: 0;
  animation-duration: 0.6s;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.23, 1, 0.75, 1);
  animation-fill-mode: both;
}

.fade-box .my-url {
  opacity: 0;
  animation-duration: 1s;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.23, 1, 0.75, 1);
  animation-fill-mode: both;
}

.fade-url {
  opacity: 0;
  animation-duration: 1s;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.23, 1, 0.75, 1);
  animation-fill-mode: both;
}

.fade-hidden {
  visibility: hidden;
}

.fade-hidden .my-url {
  visibility: hidden;
}

.fade-visible {
  visibility: visible;
}

.fade-visible .my-url {
  visibility: visible;
}

.fade-box.fade-visible {
  animation-name: myFadeIn;
  animation-play-state: running;
}

.fade-box.fade-visible .my-url {
  animation-name: myUrlFadeIn;
  animation-play-state: running;
}

.fade-url.fade-visible {
  animation-name: myUrlFadeIn;
  animation-play-state: running;
}

@keyframes myFadeIn {
  0% {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes myUrlFadeIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.zizhi-box2 .image-box img{
   height: 100% !important;
}