.index {
  padding-bottom: 90px;
}
.mobile {
  display: none;
}
.banner {
  height: 100vh;
  position: relative;
}
.f1Swiper {
  height: 100%;
}
.banner .pos {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.banner .swiper-pagination{
  display: flex;
  justify-content: left;
}

.banner .swiper-pagination-bullet{
    margin: 0 !important;
    opacity: 1;
    width: 14%;
    height:auto;
    background:none;
    border-radius: 0;
}
.banner .swiper-pagination-bullet .lie{
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
}
.banner .swiper-pagination-bullet .lie i{
    width: 0%;
    height: 3px;
    background: #fff;
}
.banner .swiper-pagination-bullet-active .lie i{
    animation-duration: 4.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-name: lieWidth;
}
.banner .swiper-pagination-bullet .num{
    display: none;
}
@keyframes lieWidth {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
}
.scrollMainBox {
  width: 12px;
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: 60px;
}
@keyframes scrollMainBox {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.scrollMainBox img {
  width: 100%;
  animation: scrollMainBox 3s linear infinite;
}
.video {
  width: 100%;
  height: 100%;
}
.video_obj {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
}
.bannerImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bannerImg i {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 5s 0.7s;
}
.swiper-slide-active .bannerImg i {
  transform: scale(1.06);
}
.bannerText {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bannerText i {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(50%);
  transition: all 0.7s 0.5s;
}
.swiper-slide-active .bannerText i {
  opacity: 1;
  transform: translateY(0);
}
.scrollMainBox img {
  width: 100%;
}
.content {
  position: relative;
}
.imgMode img {
  width: 100%;
}
.ind01 {
  padding-top: 100px;
  background: url(../images/index/aboutBg.png) center no-repeat;
  background-size: cover;
  min-height: 680px;
  position: relative;
}
.ind01 .w1600 {
  display: flex;
  justify-content: space-between;
}
.ind01 .w1600 .aboutL {
  width: 44%;
}
.ind01 .w1600 .aboutL .abtoutTitle {
  font-size: 36px;
  font-weight: bold;
}
.ind01 .w1600 .aboutL .aboutText {
  font-size: 16px;
  line-height: 36px;
  margin-top: 30px;
}
.ind01 .w1600 .aboutL .aboutText p{
    text-align: justify;
}
.ind01 .w1600 .aboutL .aboutRead {
  margin-top: 50px;
  background: #cc0010;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "DINProBold";
  font-size: 18px;
  width: 180px;
  cursor: pointer;
}
.ind01 .w1600 .aboutL .aboutRead .aboutReadImg {
  margin-left: 10px;
  display: flex;
  position: relative;
}
.ind01 .w1600 .aboutL .aboutRead .aboutReadImg::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  top: calc(50% - 1px);
  left: 7px;
  transform: translateY(calc(-50%));
  transition: all 0.5s;
}
.ind01 .w1600 .aboutL .aboutRead .aboutReadImg .aboutReadIcon {
  width: 8px;
  display: flex;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ind01 .w1600 .aboutL .aboutRead .aboutReadImg .aboutReadIcon img {
  width: 100%;
}
.ind01 .w1600 .aboutL .aboutRead:hover .aboutReadIcon {
  left: 20px;
}
.ind01 .w1600 .aboutL .aboutRead:hover .aboutReadImg::after {
  width: 20px;
}
.ind01 .w1600 .aboutR .aboutRList {
  margin-top: 30px;
}
.ind01 .w1600 .aboutR .aboutRList:first-child {
  margin-top: 0;
}
.ind01 .w1600 .aboutR .aboutRList .aboutRListTitle {
  font-size: 22px;
  font-weight: bold;
  color: #cc0010;
}
.ind01 .w1600 .aboutR .aboutRList .aboutRListText {
  font-size: 22px;
  font-weight: bold;
  margin-top: 12px;
}
.ind01 .logoPos {
  position: absolute;
  width: 36.87%;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.ind02 {
  margin-top: 80px;
}
.ind02 .partnerCont {
  height: 85px;
}
.ind02 .str_move {
  display: flex;
  align-items: center;
}
.ind02 .partnerList {
  display: flex;
  align-items: center;
  height: 85px;
  vertical-align: middle;
}
.ind02 .partnerList img {
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.5s;
  margin-left: 150px;
}
.ind02 .partnerList:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.ind03 {
  margin-top: 80px;
}
.ind03 .consultTitle {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.ind03 .consult .consultMain {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.ind03 .consult .consultMain .consultLTitle {
  font-size: 30px;
  color: #cc0010;
  font-weight: bold;
}
.ind03 .consult .consultMain .consultLMore {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #cc0010;
  font-family: "DINProBold";
  margin-right: 10px;
}
.ind03 .consult .consultMain .consultLMore .consultLMoreImg {
  margin-left: 12px;
  position: relative;
}
.ind03 .consult .consultMain .consultLMore .consultLMoreImg .aboutReadIcon {
  width: 8px;
  display: flex;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ind03 .consult .consultMain .consultLMore .consultLMoreImg .aboutReadIcon img {
  width: 100%;
}
.ind03 .consult .consultMain .consultLMore .consultLMoreImg::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #cc0010;
  top: 50%;
  left: 7px;
  transform: translateY(calc(-50%));
  transition: all 0.5s;
}
.ind03 .consult .consultMain .consultLMore:hover .aboutReadIcon {
  left: 20px;
}
.ind03 .consult .consultMain .consultLMore:hover .consultLMoreImg::after {
  width: 20px;
}
.ind03 .consult .consultMain .consultLTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ind03 .consult .consultMain .consultL {
  width: calc((100% - 30px) / 2);
}
.ind03 .consult .consultMain .consultL .consultLBottom {
  height: 530px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.ind03 .consult .consultMain .consultL .consultLBottom i {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.ind03 .consult .consultMain .consultL .consultLBottom .swiper-slide:hover i {
  transform: scale(1.05);
}
.ind03 .consult .consultMain .consultL .consultLBottom .consultLBotCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.ind03 .consult .consultMain .consultL .consultLBottom .consultLBotCont .consultLBotContText {
  margin-left: 30px;
  margin-bottom: 35px;
  color: #fff;
  position: relative;
  z-index: 1;
  width: calc(100% - 200px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind03 .consult .consultMain .consultL .consultLBottom .consultLBotCont:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.ind03 .consult .consultMain .consultL .consultLBottom .swiper-pagination {
  bottom: 35px;
  right: 35px;
  width: auto;
  display: flex;
  justify-content: flex-end;
}
.ind03 .consult .consultMain .consultL .consultLBottom .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 4px;
  background: #e5e5e5;
  opacity: 1;
  border-radius: 0;
}
.ind03 .consult .consultMain .consultL .consultLBottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cc0010;
}
.ind03 .consult .consultMain .consultR {
  width: calc((100% - 30px) / 2);
}
.ind03 .consult .consultMain .consultR .priceSearch {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.ind03 .consult .consultMain .consultR .priceSearch .priceSearchDate {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  height: 60px;
  padding: 0 35px;
  box-sizing: border-box;
  width: 245px;
}
.ind03 .consult .consultMain .consultR .priceSearch .priceSearchDateText {
  margin-left: 8px;
  height: 100%;
}
.ind03 .consult .consultMain .consultR .priceSearch .priceSearchDateText input {
  height: 100%;
  font-size: 18px;
  color: #333;
  width: 100%;
}
.ind03 .consult .consultMain .consultR .priceSearch .priceSearchBtn {
  /*margin-left: 20px;*/
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  height: 60px;
  padding: 0 35px;
}
.ind03 .consult .consultMain .consultR .priceSearch .priceSearchBtn .priceSearchBtnText {
  width: 100%;
  margin-left: 15px;
  height: 100%;
}
.ind03 .consult .consultMain .consultR .priceSearch .priceSearchBtn .priceSearchBtnText input {
  height: 100%;
  font-size: 18px;
  color: #333;
  width: 100%;
}
.ind03 .consult .consultMain .consultR .tab_tit {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  text-align: center;
  background: #eeeeee;
}
.ind03 .consult .consultMain .consultR .tab_tit em {
  width: 100%;
  font-size: 14px;
}
.ind03 .consult .consultMain .consultR .tab_tit .box {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  float: left;
  height: 60px;
  font-weight: bold;
}
.ind03 .consult .consultMain .consultR .tab_tit .box1 {
  width: 20%;
}
.ind03 .consult .consultMain .consultR .tab_tit .box2 {
  width: 19%;
}
.ind03 .consult .consultMain .consultR .tab_tit .box3 {
  width: 26%;
}
.ind03 .consult .consultMain .consultR .tab_tit .box4 {
  width: 19%;
}
.ind03 .consult .consultMain .consultR .tab_tit .box5 {
  width: 16%;
}
.ind03 .consult .consultMain .consultR .priceCont {
  margin-top: 10px;
  height: 380px;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList {
  height: 72px;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line {
  position: relative;
  transition: all 0.6s;
  display: flex;
  line-height: 72px;
  border-bottom: #e8e8e8 1px solid;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #cc0010;
  content: "";
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box {
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box.l1 {
  width: 20%;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box.l2 {
  width: 19%;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box.l3 {
  width: 26%;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box.l4 {
  width: 19%;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box.l5 {
    width: 16%;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box:last-child {
  border-right: none;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box .text b {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box .text p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box .text .sum {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #d71f1f;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box .text .sum i {
  font-size: 20px;
  font-weight: bold;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box .text .sum em {
  margin-left: 3px;
  font-size: 14px;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box.l4 .text .sum i {
  font-weight: normal;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line .box.l4 .text .sum.sum_j {
  color: #2ebd16;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.ind03 .consult .consultMain .consultR .priceCont .priceList .line:hover .box p {
  /* color: #ba1912; */
}
.ind04 {
  position: relative;
  margin-top: 100px;
}
.ind04 .productTitle {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.ind04 .productSwiper {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.ind04 .productSwiper .swiper-slide {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.ind04 .productSwiper .swiper-slide .productList {
  height: 400px;
  background: #f7f7f7;
  display: flex;
  width: calc((100% - 40px) / 2);
  margin-top: 40px;
  overflow: hidden;
}
.ind04 .productSwiper .swiper-slide .productList:hover .productImg img {
  transform: scale(1.06);
}
.ind04 .productSwiper .swiper-slide .productList .productCont {
  padding-left: 7.5%;
  padding-top: 50px;
  width: 40%;
  box-sizing: border-box;
  position: relative;
}
.ind04 .productSwiper .swiper-slide .productList .productCont .productContTitle {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ind04 .productSwiper .swiper-slide .productList .productCont .productSize {
  font-size: 20px;
  color: #999;
  margin-top: 20px;
}
.ind04 .productSwiper .swiper-slide .productList .productCont .productMore {
  color: #cc0010;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  width: 160px;
  bottom: 70px;
  z-index: 1;
  font-family: "DINProBold";
}
.ind04 .productSwiper .swiper-slide .productList .productCont .productMore .productMoreImg {
  margin-left: 12px;
  position: relative;
}
.ind04 .productSwiper .swiper-slide .productList .productCont .productMore .productMoreImg .productMoreIcon {
  width: 8px;
  display: flex;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ind04 .productSwiper .swiper-slide .productList .productCont .productMore .productMoreImg .productMoreIcon img {
  width: 100%;
}
.ind04 .productSwiper .swiper-slide .productList .productCont .productMore .productMoreImg::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #d61418;
  top: 50%;
  left: 7px;
  transform: translateY(calc(-50%));
  transition: all 0.5s;
}
.ind04 .productSwiper .swiper-slide .productList .productCont .productMore:hover .productMoreIcon {
  left: 20px;
}
.ind04 .productSwiper .swiper-slide .productList .productCont .productMore:hover .productMoreImg::after {
  width: 20px;
}
.ind04 .productSwiper .swiper-slide .productList .productImg {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ind04 .productSwiper .swiper-slide .productList .productImg img {
  max-width: 76%;
  max-height: 70%;
  transition: all 0.5s;
}
.ind04 .productSwiper .swiper-pagination {
  position: initial;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind04 .productSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background: #dcdcdc;
  border-radius: 0;
  opacity: 1;
}
.ind04 .productSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cc0010;
}
.ind05 {
  margin-top: 100px;
}
.ind05 .systemTop {
  text-align: center;
}
.ind05 .systemTop .systemTopTitle {
  font-size: 36px;
  font-weight: bold;
}
.ind05 .systemTop .systemTopText {
  font-size: 16px;
  margin-top: 30px;
}
.ind05 .systemCont {
  display: flex;
  justify-content: space-between;
  width: 83.33%;
  min-width: 1200px;
  max-width: 1900px;
  margin: 0 auto;
  margin-top: 60px;
}
.ind05 .systemCont .systemContL {
  width: 26.87%;
}
.ind05 .systemCont .systemContL .systemContLItem {
  margin-top: 10px;
}
.ind05 .systemCont .systemContL .systemContLItem:first-child {
  margin-top: 0;
}
.ind05 .systemCont .systemContL .systemContLItem .systemContLTab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
  background: #f6f6f6;
  padding: 0 45px;
  box-sizing: border-box;
  cursor: pointer;
}
.ind05 .systemCont .systemContL .systemContLItem .systemContLTab .systemContLItemName {
  font-size: 22px;
  font-weight: bold;
}
.ind05 .systemCont .systemContL .systemContLItem .systemContLInfo {
  padding: 0 45px;
  line-height: 30px;
  display: none;
  min-height: 185px;
  padding-bottom: 50px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: justify;
}
.ind05 .systemCont .systemContL .systemContLItem .systemContLInfo .sysCompany {
  display: flex;
  flex-wrap: wrap;
}
.ind05 .systemCont .systemContL .systemContLItem .systemContLInfo .sysCompany .sysCompanyList {
  margin-left: 15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  border-radius: 50px;
  margin-top: 15px;
  width: calc((100% - 15px) / 2);
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
.ind05 .systemCont .systemContL .systemContLItem .systemContLInfo .sysCompany .sysCompanyList:nth-child(1),
.ind05 .systemCont .systemContL .systemContLItem .systemContLInfo .sysCompany .sysCompanyList:nth-child(2) {
  margin-top: 0;
}
.ind05 .systemCont .systemContL .systemContLItem .systemContLInfo .sysCompany .sysCompanyList:nth-child(2n + 1) {
  margin-left: 0;
}
.ind05 .systemCont .systemContL .systemContLItem .systemContLInfo .sysCompany .sysCompanyList.curr {
  background: #fff;
  color: #cc0010;
  font-weight: bold;
}
.ind05 .systemCont .systemContL .systemContLItem.curr {
  background: #cc0010 url(../images/index/systemTabBg.png) 170% top no-repeat;
  position: relative;
  color: #fff;
}
.ind05 .systemCont .systemContL .systemContLItem.curr .systemContLTab {
  background: transparent;
}
.ind05 .systemCont .systemContL .systemContLItem.curr .systemContLTab .systemContLItemIcon {
  display: none;
}
.ind05 .systemCont .systemContL .systemContLItem.curr .systemContLInfo {
  display: block;
}
.ind05 .systemCont .manufacture {
  flex: 1;
  margin-left: 30px;
}
.ind05 .systemCont .manufacture .manuList {
  display: none;
  justify-content: center;
}
.ind05 .systemCont .manufacture .manuList.curr {
  display: flex;
}
.ind05 .systemCont .manufacture .manuList .manuListItem {
  display: none;
}
.ind05 .systemCont .manufacture .manuList .manuListItem.curr {
  display: block;
}
.ind05 .systemCont .manufacture img {
  max-width: 100%;
}
.ind06 {
  margin-top: 135px;
}
.ind06 .service {
  background: url(../images/index/serviceBg.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
}
.ind06 .service .serviceL {
  color: #fff;
}
.ind06 .service .serviceL .serviceLTitle {
  font-size: 18px;
}
.ind06 .service .serviceL .serviceLNum {
  display: flex;
  align-items: baseline;
  font-size: 42px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 20px;
}
.ind06 .service .serviceL .serviceLNum span {
  font-size: 16px;
}
.ind06 .service .serviceL .serviceLNum::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #d21d2b;
}
.ind06 .service .serviceL .serviceLCont {
  margin-top: 40px;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  padding: 0 25px;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 220px;
  margin-top: 18px;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem:nth-child(1) {
  margin-top: 0;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemL {
  display: flex;
  align-items: center;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemL .serviceLItemLText {
  margin-left: 15px;
  font-size: 18px;
  color: #fff;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR {
  margin-right: 20px;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR .aboutReadImg {
  position: relative;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR .aboutReadImg .aboutReadIcon {
  width: 8px;
  display: flex;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR .aboutReadImg .aboutReadIcon img {
  width: 100%;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR .aboutReadImg::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 7px;
  transition: all 0.5s;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem:hover .serviceLItemR .aboutReadIcon {
  left: 20px;
}
.ind06 .service .serviceL .serviceLCont .serviceLItem:hover .serviceLItemR .aboutReadImg::after {
  width: 20px;
}
.ind06 .service .leave {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 50px 60px 50px;
  box-sizing: border-box;
  width: 45%;
}
.ind06 .service .leave .leaveTitle {
  font-size: 30px;
  font-weight: bold;
}
.ind06 .service .leave .leaveCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.ind06 .service .leave .leaveCont .leaveContList {
  width: 100%;
  margin-top: 5px;
  height: 60px;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
}
.ind06 .service .leave .leaveCont .leaveContList:nth-child(1),
.ind06 .service .leave .leaveCont .leaveContList:nth-child(2) {
  margin-top: 0;
  width: calc((100% - 30px) / 2);
}
.ind06 .service .leave .leaveCont .leaveContList .leaveContName {
  display: flex;
  font-size: 16px;
}
.ind06 .service .leave .leaveCont .leaveContList .leaveContName .leaveContNameTip {
  color: #da5858;
}
.ind06 .service .leave .leaveCont .leaveContList .leaveContInput {
  flex: 1;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.ind06 .service .leave .leaveCont .leaveContList .leaveContInput input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.ind06 .service .leave .leaveSub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  height: 50px;
}
.ind06 .service .leave .leaveSub .code {
  display: flex;
  align-items: center;
  width: 62%;
  border: 1px solid #c9c9c9;
  height: 100%;
}
.ind06 .service .leave .leaveSub .code .codeInput {
  width: 57.35%;
  padding: 0 15px;
  box-sizing: border-box;
}
.ind06 .service .leave .leaveSub .code .codeInput input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.ind06 .service .leave .leaveSub .code .codeImg {
  height: 100%;
  flex: 1;
  display: flex;
  border-left: 1px solid #c9c9c9;
  box-sizing: border-box;
  align-items: center;
}
.ind06 .service .leave .leaveSub .code .codeImg img {
  width: 100%;
}
.ind06 .service .leave .leaveSub .leaveSubBtn {
  width: calc(38% - 40px);
  background: #d71f1f;
  color: #fff;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .scrollMainBox {
    display: none;
  }
  .banner .pos {
    bottom: 1.2rem;
  }
  .posInfoList {
    width: 2rem;
    padding-top: 0.5rem;
  }
  .posInfoListText {
    font-size: 0.5rem;
  }

  .banner .swiper-pagination-bullet{
      width:2.2rem; 
  }
  
  .index {
    padding-bottom: 2.5rem;
  }
  .ind01 {
    padding-top: 1.9rem;
    background: url(../images/mobile/index/aboutBg.png) center no-repeat;
    background-size: cover;
    min-height: 27.37rem;
  }
  .ind01 .logoPos {
    width: 7.5rem;
    bottom: -0.9rem;
  }
  .ind01 .w1600 {
    flex-wrap: wrap;
  }
  .ind01 .w1600 .aboutL {
    width: 100%;
  }
  .ind01 .w1600 .aboutL .abtoutTitle {
    font-size: 0.9rem;
  }
  .ind01 .w1600 .aboutL .aboutText {
    font-size: 0.54rem;
    line-height: 1rem;
    margin-top: 0.9rem;
  }
  .ind01 .w1600 .aboutL .aboutRead {
    margin-top: 0.8rem;
    width: 4.6rem;
    height: 1.2rem;
    position: relative;
  }
  .ind01 .w1600 .aboutL .aboutRead .aboutReadText {
    font-size: 0.48rem;
  }
  .ind01 .w1600 .aboutL .aboutRead .aboutReadImg {
    margin-left: 0.4rem;
  }
  .ind01 .w1600 .aboutL .aboutRead .aboutReadImg .aboutReadIcon {
    width: 0.2rem;
    left: 0;
  }
  .ind01 .w1600 .aboutL .aboutRead .aboutReadImg::after {
    display: none;
  }
  .ind01 .w1600 .aboutR {
    margin-top: 1.4rem;
  }
  .ind01 .w1600 .aboutR .aboutRList {
    margin-top: 1.4rem;
  }
  .ind01 .w1600 .aboutR .aboutRList .aboutRListTitle {
    font-size: 0.6rem;
  }
  .ind01 .w1600 .aboutR .aboutRList .aboutRListText {
    font-size: 0.6rem;
    line-height: 0.86rem;
    margin-top: 0.6rem;
  }
  .ind02 {
    margin-top: 2rem;
  }
  .ind02 .partnerCont {
    height: 1.8rem;
  }
  .ind02 .partnerList {
    height: 1.8rem;
  }
  .ind02 .partnerList img {
    max-height: 100%;
    margin-left: 1.8rem;
  }
  .ind03 {
    margin-top: 2rem;
  }
  .ind03 .consultTitle {
    font-size: 0.9rem;
    text-align: left;
  }
  .ind03 .consult .consultMain {
    margin-top: 1rem;
    flex-wrap: wrap;
  }
  .ind03 .consult .consultMain .consultLTitle {
    font-size: 0.8rem;
  }
  .ind03 .consult .consultMain .consultLMoreText {
    font-size: 0.5rem;
  }
  .ind03 .consult .consultMain .consultLMore .consultLMoreImg {
    margin-left: 0.45rem;
  }
  .ind03 .consult .consultMain .consultLMore .consultLMoreImg .aboutReadIcon {
    width: 0.2rem;
    left: 0;
  }
  .ind03 .consult .consultMain .consultLMore .consultLMoreImg::after {
    display: none;
  }
  .ind03 .consult .consultMain .consultL {
    width: 100%;
  }
  .ind03 .consult .consultMain .consultL .consultLBottom {
    margin-top: 0.6rem;
    height: 9.3rem;
  }
  .ind03 .consult .consultMain .consultL .consultLBottom .consultLBotCont .consultLBotContText {
    font-size: 0.56rem;
    margin-left: 0.4rem;
    margin-bottom: 1.25rem;
    width: calc(100% - 0.8rem);
  }
  .ind03 .consult .consultMain .consultL .consultLBottom .swiper-pagination {
    bottom: 0.6rem;
    right: 0.6rem;
  }
  .ind03 .consult .consultMain .consultL .consultLBottom .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.06rem;
  }
  .ind03 .consult .consultMain .consultR {
    width: 100%;
    margin-top: 1.5rem;
  }
  .ind03 .consult .consultMain .consultR .priceSearch {
    margin-top: 0.7rem;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchDate {
    height: 1.55rem;
    padding: 0 0.6rem;
    width: 5.85rem;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchDate .priceSearchDateIcon {
    width: 0.45rem;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchDate .priceSearchDateIcon img {
    width: 100%;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchDate .priceSearchDateText {
    flex: 1;
    margin-left: 0.3rem;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchDate .priceSearchDateText input {
    font-size: 0.52rem;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchBtn {
    height: 1.55rem;
    padding: 0 0.6rem;
    margin-left: 0.35rem;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchBtn .priceSearchBtnIcon {
    width: 0.45rem;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchBtn .priceSearchBtnIcon img {
    width: 100%;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchBtn .priceSearchBtnText {
    flex: 1;
    margin-left: 0.3rem;
  }
  .ind03 .consult .consultMain .consultR .priceSearch .priceSearchBtn .priceSearchBtnText input {
    font-size: 0.52rem;
  }
  .ind03 .consult .consultMain .consultR .priceCont {
    margin-top: 0.7rem;
    height: 17rem;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList {
    height: auto;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .line {
    display: none;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line {
    position: relative;
    padding: 0.8rem 0.5rem 0.3rem 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: #e8e8e8 1px solid;
    overflow: hidden;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .order {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -0.7rem;
    font-size: 3rem;
    color: #666;
    font-weight: bold;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie {
    display: flex;
    padding-bottom: 0.5rem;
    width: 100%;
    color: #333;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie.half {
    width: 45%;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie:nth-child(3) {
    width: 55%;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie b {
    display: flex;
    padding-left: 0.5rem;
    font-size: 0.6rem;
    font-weight: bold;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie b i {
    font-size: 0.48rem;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie p {
    font-size: 0.6rem;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie .flex {
    display: flex;
    align-items: center;
    color: #d71f1f;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie .flex.flex2 {
    color: #2ebd16;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie .flex em {
    font-size: 0.6rem;
    font-weight: bold;
  }
  .ind03 .consult .consultMain .consultR .priceCont .priceList .m_line .lie .flex span {
    padding-left: 2px;
    font-size: 0.48rem;
  }
  .ind04 {
    margin-top: 2rem;
  }
  .ind04 .productTitle {
    text-align: left;
    font-size: 0.8rem;
  }
  .ind04 .productSwiper {
    margin-top: 0.7rem;
  }
  .ind04 .productSwiper .swiper-slide .productList {
    width: 100%;
    height: 8rem;
    margin-top: 0.6rem;
  }
  .ind04 .productSwiper .swiper-slide .productList .productCont {
    padding-left: 1rem;
    padding-top: 1.2rem;
  }
  .ind04 .productSwiper .swiper-slide .productList .productCont .productContTitle {
    font-size: 0.72rem;
  }
  .ind04 .productSwiper .swiper-slide .productList .productCont .productSize {
    font-size: 0.56rem;
    margin-top: 0.55rem;
  }
  .ind04 .productSwiper .swiper-slide .productList .productCont .productMore {
    bottom: 1.45rem;
  }
  .ind04 .productSwiper .swiper-slide .productList .productCont .productMore .productMoreText {
    font-size: 0.48rem;
  }
  .ind04 .productSwiper .swiper-slide .productList .productCont .productMore .productMoreImg {
    margin-left: 0.4rem;
  }
  .ind04 .productSwiper .swiper-slide .productList .productCont .productMore .productMoreImg .productMoreIcon {
    width: 0.2rem;
    left: 0;
  }
  .ind04 .productSwiper .swiper-slide .productList .productCont .productMore .productMoreImg::after {
    display: none;
  }
  .ind04 .productSwiper .swiper-pagination {
    margin-top: 1.3rem;
  }
  .ind04 .productSwiper .swiper-pagination .swiper-pagination-bullet {
    height: 0.1rem;
    width: 1.6rem;
  }
  .ind05 {
    margin-top: 2rem;
  }
  .ind05 .systemTop {
    text-align: left;
  }
  .ind05 .systemTop .systemTopTitle {
    font-size: 0.8rem;
  }
  .ind05 .systemTop .systemTopText {
    font-size: 0.52rem;
    margin-top: 0.75rem;
  }
  .ind05 .systemCont {
    flex-wrap: wrap;
    margin-top: 1.2rem;
    margin-left: 4%;
    width: calc(100% - 4%);
    min-width: auto;
  }
  .ind05 .systemCont .systemContL {
    width: 100%;
  }
  .ind05 .systemCont .systemContL .systemContLItem {
    padding-bottom: 1.1rem;
    margin-top: 0;
    background: #cc0010 url(../images/index/systemTabBg.png) 227% top no-repeat !important;
    background-size: 85% auto !important;
    position: relative;
    color: #fff;
    box-sizing: border-box;
  }
  .ind05 .systemCont .systemContL .systemContLItem .systemContLTab {
    padding: 1.1rem 1.1rem 0;
    height: auto;
    background: transparent;
  }
  .ind05 .systemCont .systemContL .systemContLItem .systemContLTab .systemContLItemName {
    font-size: 0.6rem;
  }
  .ind05 .systemCont .systemContL .systemContLItem .systemContLTab .systemContLItemIcon {
    display: none;
  }
  .ind05 .systemCont .systemContL .systemContLItem .systemContLInfo {
    padding: 0 1.1rem;
    font-size: 0.52rem;
    line-height: 0.84rem;
    min-height: auto;
    margin-top: 0.4rem;
    display: block;
  }
  .ind05 .systemCont .systemContL .systemContLItem .systemContLInfo .sysCompany .sysCompanyList {
    width: calc((100% - 0.5rem) / 2);
    margin-left: 0.5rem;
    padding: 0.2rem 0;
    margin-top: 0.4rem;
  }
  .ind05 .systemCont .manufacture {
    margin-top: 1rem;
    margin-right: 5%;
  }
  .ind05 .systemCont .sysSwiper {
    position: relative;
    overflow: hidden;
  }
  .ind05 .systemCont .manufacture {
    width: 100%;
    flex: auto;
    margin-left: 0;
  }
  .ind06 {
    margin-top: 2rem;
  }
  .ind06 .service {
    flex-wrap: wrap;
    padding: 1.7rem 0.9rem 1.8rem 0.9rem;
    box-sizing: border-box;
  }
  .ind06 .service .serviceL {
    width: 100%;
  }
  .ind06 .service .serviceL .serviceLTitle {
    font-size: 0.6rem;
  }
  .ind06 .service .serviceL .serviceLNum {
    font-size: 1rem;
    padding-bottom: 0.9rem;
    margin-top: 0.6rem;
  }
  .ind06 .service .serviceL .serviceLNum span {
    font-size: 0.5rem;
  }
  .ind06 .service .serviceL .serviceLNum::after {
    height: 0.1rem;
    width: 0.8rem;
  }
  .ind06 .service .serviceL .serviceLCont {
    display: flex;
    justify-content: space-between;
    margin-top: 0.9rem;
  }
  .ind06 .service .serviceL .serviceLCont .serviceLItem {
    width: 5.5rem;
    height: 1.6rem;
    padding: 0 0.5rem;
    margin-top: 0;
  }
  .ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemLIcon {
    width: 0.8rem;
  }
  .ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemLIcon img {
    width: 100%;
  }
  .ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemL .serviceLItemLText {
    font-size: 0.52rem;
    margin-left: 0.3rem;
  }
  .ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR {
    display: none;
    margin-right: 0;
  }
  .ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR .aboutReadImg {
    width: 0.3rem;
  }
  .ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR .aboutReadImg .aboutReadIcon {
    width: 0.2rem;
    left: 0;
  }
  .ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR .aboutReadImg .aboutReadIcon img {
    width: 100%;
  }
  .ind06 .service .serviceL .serviceLCont .serviceLItem .serviceLItemR .aboutReadImg::after {
    display: none;
  }
  .ind06 .service .leave {
    width: 100%;
    margin-top: 1.4rem;
    padding: 0.9rem;
  }
  .ind06 .service .leave .leaveTitle {
    font-size: 0.6rem;
  }
  .ind06 .service .leave .leaveCont {
    margin-top: 0.5rem;
  }
  .ind06 .service .leave .leaveCont .leaveContList {
    height: 1.55rem;
  }
  .ind06 .service .leave .leaveCont .leaveContList:nth-child(1) {
    width: calc((100% - 0.5rem) / 2);
  }
  .ind06 .service .leave .leaveCont .leaveContList:nth-child(2) {
    width: calc((100% - 0.5rem) / 2);
    margin-left: 0.5rem;
  }
  .ind06 .service .leave .leaveCont .leaveContList .leaveContName {
    font-size: 0.52rem;
  }
  .ind06 .service .leave .leaveCont .leaveContList .leaveContInput {
    padding-left: 0.2rem;
  }
  .ind06 .service .leave .leaveCont .leaveContList .leaveContInput input {
    font-size: 0.52rem;
  }
  .ind06 .service .leave .leaveSub {
    margin-top: 0.75rem;
    flex-wrap: wrap;
    height: auto;
  }
  .ind06 .service .leave .leaveSub .code {
    width: 100%;
    height: 1.5rem;
  }
  .ind06 .service .leave .leaveSub .code .codeInput {
    width: 60%;
  }
  .ind06 .service .leave .leaveSub .leaveSubBtn {
    margin: 0 auto;
    margin-top: 0.5rem;
    width: 4rem;
    height: 1.5rem;
    font-size: 0.52rem;
  }
}
