.main-color {
  color: #ff7800;
}

body {
    font-family: "SY" !important;
}

.main {
  margin-top: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 .3rem;
  height: 1rem;
  padding: 0 .5rem;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #ccc;
}
.header .logo {
  width: 2.6rem;
  height: auto;
}
.header .logo img {
  display: block;
}
.header .bread {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: .35rem;
  height: .24rem;
}
.header .bread::after, .header .bread::before {
  content: "";
}
.header .bread span, .header .bread::after, .header .bread::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: #ff7800;
  transition: all 0.2s linear;
}
.header .bread::before {
  margin-top: -0.1rem;
}
.header .bread::after {
  margin-top: 0.1rem;
}
.header .bread.active span {
  opacity: 0;
}
.header .bread.active::after, .header .bread.active::before {
  margin-top: 0;
}
.header .bread.active::before {
  transform: translateY(-50%) rotate(-45deg);
}
.header .bread.active::after {
  transform: translateY(-50%) rotate(45deg);
}

.nav_menu {
  display: none;
  position: fixed;
  top: 1rem;
  left: 0;
  height: calc(100vh - .88rem);
  width: 100%;
  background: #fff;
  z-index: 99;
}
.nav_menu .nav_list {
  width: 100%;
}
.nav_menu .nav_list .nav_item .bg-color {
  padding: 0 .5rem;
  transition: all 0.1s linear;
}
.nav_menu .nav_list .nav_item .bg-color.cur {
  background: #ff7800;
}
.nav_menu .nav_list .nav_item .bg-color.cur .tit-wrap {
  border: none;
}
.nav_menu .nav_list .nav_item .bg-color.cur .tit-wrap .tit {
  color: #fff;
}
.nav_menu .nav_list .nav_item .bg-color.cur .tit-wrap .icon {
  fill: #fff;
}
.nav_menu .nav_list .nav_item .lk {
  display: block;
  height: 100%;
  line-height: 1.12rem;
  margin: 0 .5rem;
  font-size: .28rem;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.12rem;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .tit-wrap .tit {
  font-size: .28rem;
  font-weight: bold;
  color: #333;
  transition: all 0.1s linear;
}
.nav_menu .nav_list .nav_item .tit-wrap .icon-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.1s linear;
}
.nav_menu .nav_list .nav_item .tit-wrap .icon-wrap.cur {
  transform: rotate(90deg);
}
.nav_menu .nav_list .nav_item .sub_tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.12rem;
  padding: 0 .3rem;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .sub_tit_wrap .sub_tit {
  font-size: .28rem;
  font-weight: bold;
  color: #333;
}
.nav_menu .nav_list .nav_item .sub_tit_wrap .sub_icon {
  display: flex;
  align-items: center;
  height: 100%;
  transition: transform .1s linear;
}
.nav_menu .nav_list .nav_item .sub_tit_wrap .sub_icon.cur {
  transform: rotate(90deg);
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list {
  display: none;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item {
  margin: 0 .5rem;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item .item {
  display: none;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item .item .sub_lk {
  display: block;
  font-size: .24rem;
  color: #666;
  padding: .3rem 0 .3rem 0.5rem;
  border-bottom: 1px solid #eee;
}
.nav_menu .nav_list .nav_item .nav_sub_menu_list .nav_sub_menu_item .item .sub_lk:last-child {
  border-bottom: none;
}
.nav_menu .nav_footer {
  position: absolute;
  bottom: .8rem;
  left: 0;
  right: 0;
  margin: auto;
}
.nav_menu .nav_footer .nav_footer_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 .5rem;
}
.nav_menu .nav_footer .nav_footer_item .footer_tit {
  font-size: .3rem;
  font-weight: bold;
  color: #424242;
}

.footer {
  background: #f5f5f5;
}
.footer .foot_info {
  padding: .4rem;
  background: #282828;
}
.footer .foot_info .foot_logo {
  width: 2.6rem;
  height: .3rem;
}
.footer .foot_info .compname {
  margin-top: .6rem;
  font-size: .24rem;
  color: #878787;
}
.footer .foot_info .tips-wrap {
  margin-top: .6rem;
  font-size: .18rem;
  line-height: .3rem;
  color: #878787;
}

.main {
  background: #f5f5f5;
}
.main .mySwiper .swiper-slide {
  height: 5rem;
}
.main .mySwiper .swiper-slide .content {
  position: relative;
  /* width: 100vw; */
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 .3rem;
}
.main .mySwiper .swiper-slide .content .slide-img {
  flex: 1;
  height: 100%;
}
.main .mySwiper .swiper-slide .content .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .mySwiper .swiper-slide .content .info {
  width: 2.6rem;
  font-size: .2rem;
  color: #545454;
  font-weight: bold;
  line-height: .30rem;
  text-align: justify;
}
.main .mySwiper .swiper-pagination {
  bottom: 5%;
}
.main .mySwiper .swiper-pagination-bullet {
  position: relative;
  width: .9rem;
}
.main .mySwiper .swiper-pagination-bullet-active {
  background: #ff7800;
}
.main .mySwiper .swiper-pagination-bullet span {
  width: .9rem;
  height: 5px;
  background-color: #070b19;
  display: block;
}
.main .mySwiper .swiper-pagination-bullet i {
  background-color: #ff7800;
  height: 5px;
  width: .9rem;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.main .mySwiper .swiper-pagination-bullet-active i {
  animation: middle 10s linear forwards;
}
@keyframes middle {
  0% {
    transform: scaleX(0);
    left: 0;
  }
  100% {
    transform: scaleX(1);
    left: 0;
  }
}
.main .section {
  padding: 3.5rem .5rem 0;
}
.main .section.about {
  background: url(../img/in-about.png) no-repeat top center;
  background-size: contain;
}
.main .section.about .about-wrap {
  padding: .4rem;
  background: #fff;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.main .section.about .about-wrap .tit {
  position: relative;
  font-size: .4rem;
  font-weight: bold;
  padding-bottom: .2rem;
}
.main .section.about .about-wrap .tit::after {
  content: '';
  position: absolute;
  width: .6rem;
  height: 0;
  bottom: 0;
  left: 0;
  border-top: .08rem solid #1750c6;
  border-right: .12rem solid transparent;
}
.main .section.about .about-wrap .info {
  margin-top: .4rem;
  font-size: .26rem;
  text-align: justify;
  line-height: .46rem;
}
.main .section.about .product-number-info {
  position: relative;
}
.main .section.about .product-number-info ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: .6rem 0 .4rem;
  box-sizing: border-box;
  gap: .5rem 0;
}
.main .section.about .product-number-info ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  position: relative;
  width: 50%;
  
  color: #1750c6;
  text-align: left;
  padding: 0 .1rem;
  box-sizing: border-box;
}
.main .section.about .product-number-info ul li i {
  font-weight: bold;
  font-size: .6rem;
  font-family: 'bebas';
}
.main .section.about .product-number-info ul li .plus {
  font-size: .24rem;
  margin-left: -.1rem;
}
.main .section.about .product-number-info ul li p {
  font-size: .18rem;
  color: #333;
}
.main .section.about .more {
  display: block;
  margin: .3rem auto;
  width: 1.8rem;
  font-size: .28rem;
  padding: .1rem .3rem;
  text-align: center;
  color: #fff;
  background: #ff7800;
  border-radius: .08rem;
}
.main .section.product {
  padding: .5rem .5rem 1rem;
  background: url(../img/in-product.png) no-repeat top center;
  background-size: 100%;
}
.main .section.product .product-wrap {
  padding: .4rem 0;
}
.main .section.product .product-wrap .tit {
  position: relative;
  font-size: .4rem;
  font-weight: bold;
  padding-bottom: .2rem;
  color: #1750c6;
}
.main .section.product .product-wrap .tit::after {
  content: '';
  position: absolute;
  width: .6rem;
  height: 0;
  bottom: 0;
  left: 0;
  border-top: .08rem solid #1750c6;
  border-right: .12rem solid transparent;
}
.main .section.product .proSwiper {
  padding-bottom: .8rem;
}
.main .section.product .proSwiper .pro-img {
  width: 74%;
  margin: 0 auto;
}
.main .section.product .proSwiper .swiper-button-next {
  right: 2%;
  top: 24%;
}
.main .section.product .proSwiper .swiper-button-next:hover {
  color: #1750c6;
}
.main .section.product .proSwiper .swiper-button-next:after {
  font-size: .32rem;
  z-index: 2;
  padding-left: .1rem;
}
.main .section.product .proSwiper .swiper-button-next:before {
  content: '';
  position: absolute;
  flex-shrink: 0;
  right: 0;
  width: .5rem;
  height: .5rem;
  background: #fff;
  z-index: 1;
  transform: rotate(45deg);
  border: 1px solid #eee;
}
.main .section.product .proSwiper .swiper-button-prev {
  left: 2%;
  top: 24%;
}
.main .section.product .proSwiper .swiper-button-prev:hover {
  color: #1750c6;
}
.main .section.product .proSwiper .swiper-button-prev:after {
  font-size: .32rem;
  z-index: 2;
  padding-right: .1rem;
}
.main .section.product .proSwiper .swiper-button-prev:before {
  content: '';
  position: absolute;
  flex-shrink: 0;
  left: 0;
  width: .5rem;
  height: .5rem;
  background: #fff;
  z-index: 1;
  transform: rotate(45deg);
  border: 1px solid #eee;
}
.main .section.product .proSwiper .pro-s-tit {
  font-size: .4rem;
  color: #1750c6;
  font-weight: bold;
  margin: 1rem 0 .3rem;
  padding: 0 .3rem;
}
.main .section.product .proSwiper .pro-s-cont {
  font-size: .28rem;
  color: #666;
  line-height: .5rem;
  text-align: justify;
  padding: 0 .3rem;
}
.main .section.product .proSwiper .swiper-pagination {
  bottom: -30px !important;
}
.main .section.product .proSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.main .section.product .useSwiper .swiper-pagination {
  bottom: 0;
}
.main .section.product .useSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.main .section.product .more {
  display: block;
  margin: .5rem auto 0;
  width: 1.8rem;
  font-size: .28rem;
  padding: .1rem .3rem;
  text-align: center;
  color: #666;
  background: #eee;
  border-radius: .08rem;
}
.main .section.business {
  padding: 0 .5rem .5rem;
}
.main .section.business .business-wrap {
  padding: .4rem 0;
}
.main .section.business .business-wrap .tit {
  position: relative;
  font-size: .4rem;
  font-weight: bold;
  padding-bottom: .2rem;
  color: #1750c6;
}
.main .section.business .business-wrap .tit::after {
  content: '';
  position: absolute;
  width: .6rem;
  height: 0;
  bottom: 0;
  left: 0;
  border-top: .08rem solid #1750c6;
  border-right: .12rem solid transparent;
}
.main .section.business .buSwiper {
  padding-bottom: .8rem;
}
.main .section.business .buSwiper .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
}
.main .section.business .buSwiper .content .icon img {
  width: 100%;
  height: auto;
}
.main .section.business .buSwiper .swiper-pagination {
  bottom: 0;
}
.main .section.business .buSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/*# sourceMappingURL=index.css.map */
