@charset "UTF-8";
.t-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.flex {
  display: flex;
}

.pro-faq {
  padding-bottom: 80px;
}
.pro-faq .txt {
  color: #252525;
}
.pro-faq .txt .t1 {
  font-size: 0.2rem;
}
.pro-faq .txt .t2 {
  font-size: 0.14rem;
  margin-top: 10px;
  opacity: 0.8;
}

.fq-list {
  margin-top: 40px;
  padding: 0 30px;
}
.fq-list .li {
  padding: 30px 0;
  border-bottom: 1px solid rgb(207, 208, 208);
}
.fq-list .li.on .hd::after {
  content: "-";
}
.fq-list .hd {
  position: relative;
}
.fq-list .hd::after {
  content: "+";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.fq-list .ht {
  color: #010101;
  font-size: 0.18rem;
}
.fq-list .bd {
  display: none;
}
.fq-list .bt {
  font-weight: 300;
  font-size: 0.14rem;
  padding-top: 15px;
}

@media (max-width: 1180px) {
  .fq-list {
    padding: 0 0.2rem;
  }
  .fq-list .li {
    padding: 15px 0;
  }
}
.home-0 * {
  box-sizing: border-box;
}
.home-0 .swiper{
	position: relative;
}
.home-0 .sw {
	height: auto;
  position: relative;
  padding: 0.5rem 0;
  min-height: 95vh;
  box-sizing: border-box;
}
.home-0 .bg {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* pointer-events: none; */
  /* z-index: -1; */
}
.home-0 .text {
  color: #fff;
	position: relative;
	z-index: 5;
}
.home-0 .h1 {
  font-weight: bold;
  font-size: 0.6rem;
  min-height: 1.6em;
	/* min-height: 3em; */
	line-height: 1.25;
	text-shadow: 3px 3px 8px #000;
	padding-bottom: 5px;
	position: relative;
}
.home-0 .h1::before{
	content: '';
	width: 2rem;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-0 .bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.home-0 .le {
  width: 33%;
  padding-top: 0.2rem;
}
.home-0 .d1 {
  font-size: 0.32rem;
}
.home-0 .d2 {
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
.home-0 .d3 {
  text-align: center;
  margin-top: 0.2rem;
}
.home-0 .see {
  font-size: 0.16rem;
  display: inline-flex;
  padding: 0.12rem 0.2rem;
  background-image: linear-gradient(90deg, #016eed, #00b0f7);
  border-radius: 1rem;
  color: #fff !important;
}
.home-0 .video {
  width: 60%;
	position: relative;
	/* margin-top: -0.2rem; */
}
.home-0 .vdo {
  width: 100%;
}

 
.home-0 .swiper .swiper-pagination {
  bottom: 0.6rem;
	width: 100%;
}
.home-0 .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem;
  background-color: #fff;
  opacity: 1;
}
.home-0 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
}

.home-0 .watch {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/wa.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 30;
  pointer-events: none;
}

.home-0 .sbtn{
	width: 0.4rem;
	height: 0.4rem;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	/* background-color: rgba(255, 255, 255, 0.5); */
	z-index: 30;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
 
	filter: brightness(0%) invert(100%) grayscale(1);
}
.home-0 .sbtn:hover{
	/* background-color: #fff; */
}
.home-0 .prev{
	left: 0.2rem;
	/* background-image: url(../images/i26.png); */
}
.home-0 .next{
right: 0.2rem;
/* background-image: url(../images/i25.png); */
}
@media (max-width: 768px) {
  .home-0 .le {
    width: 100%;
  }
  .home-0 .video {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.home-1 {
  background-repeat: no-repeat;
 background-image: none;
  background-size: cover;
  /* color: #fff; */
  padding-top: 1.3rem;
  padding-bottom: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.home-1 .tit {
	font-size: 0.4rem;
	font-family: "Source Han Sans CN Medium";
	color: #1a1b1c;
	font-weight: 400;
	text-align: center;
}
.home-1 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.home-1 .le {
  width: 45%;
}
.home-1 .d1 {
  font-size: 0.3rem;
}
.home-1 .d2 {
  font-size: 0.14rem;
  line-height: 2;
  margin-top: 0.4rem;
}
.home-1 .d3 {
  margin-top: 0.7rem;
  text-align: center;
}
.home-1 .d33 {
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.2rem;
  color: #fff;
  font-weight: 300;
  border-radius: 1rem;
  background-image: linear-gradient(180deg, #016eed, #00b0f7);
}
.home-1 .ri {
  width: 50%;
}
.home-1 .vdo {
  width: 100%;
}
@media (max-width: 1180px) {
  .home-1 .le {
    width: 100%;
  }
  .home-1 .ri {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.home-2 {
  padding-top: 1rem;
  padding-bottom: 0.9rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.home-2 .tit {
	font-size: 0.4rem;
	font-family: "Source Han Sans CN Medium";
	color: #1a1b1c;
	font-weight: 400;
	text-align: center;
}
.home-2 .swiper {
  margin-top: 0.5rem;
}
.home-2 .img {
  position: relative;
  padding-top: 100%;
}
.home-2 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-2 .btns {
  text-align: center;
  margin-top: 0.2rem;
}
.home-2 .btn {
	display: inline-flex;
	align-items: center;
	padding: 0.14rem 0.2rem;
	color: #fff;
	font-weight: 300;
	border-radius: 1rem;
	background-image: linear-gradient(180deg, #016eed, #00b0f7);

	
}

.news .b {
  display: none;
}

.sol-ban {
  position: relative;
}
.sol-ban * {
  box-sizing: border-box;
}
.sol-ban .img {
  position: relative;
  padding-top: 45%;
}
.sol-ban .img::before {
  content: "";
  width: 100%;
  height: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0f8fca;
  z-index: 3;
}
.sol-ban .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sol-ban .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}
.sol-ban .t1 {
  font-size: 0.5rem;
}
.sol-ban .t2 {
  font-size: 0.28rem;
  margin-top: 0.2rem;
}

.sol-1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.sol-1 .tit {
  font-size: 0.36rem;
  font-weight: bold;
}
.sol-1 .swiper {
  margin-top: 0.2rem;
}
.sol-1 .swiper * {
  box-sizing: border-box;
}
.sol-1 .sw {
  /* background-color: #f5f5f5; */
  height: auto;
}
.sol-1 .sw:hover .bd {
  opacity: 1;
}
.sol-1 .hd {
  padding: 0.35rem;
  padding-top: 0.6rem;
}
.sol-1 .img {
  position: relative;
  padding-top: 66.4031620553%;
}
.sol-1 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sol-1 .hte {
  color: #252525;
  text-align: center;
  margin-top: 0.45rem;
}
.sol-1 .hte .t1 {
  font-weight: bold;
}
.sol-1 .hte .t2 {
  margin-top: 0.2rem;
}
.sol-1 .bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #252525;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 0.35rem;
}
.sol-1 .bte {
  overflow-y: auto;
}
.sol-1 .bt1 {
  font-size: 0.18rem;
  text-align: center;
}
.sol-1 .bt2 {
  font-size: 0.14rem;
  text-align: center;
}
.sol-1 .bt3 {
  font-size: 0.14rem;
}
@media (max-width: 1180px) {
  .sol-1 .bd {
    display: none;
  }
}

.sol-2 {
  /* background-color: #eff0f4; */
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.sol-2 .txt {
  text-align: center;
}
.sol-2 .t1 {
  font-size: 0.28rem;
	font-size: 0.36rem;
	font-weight: bold;
}
.sol-2 .t2 {
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
.sol-2 .video {
  width: 8rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.sol-2 .vdo {
  width: 100%;
}

.sol-3 {
  padding-top: 0.8rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.sol-3 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sol-3 .le {
  width: 46.6666666667%;
	width: 48%;
}
.sol-3 .vdo {
  width: 100%;
}
.sol-3 .ri {
  display: flex;
  align-items: center;
  width: 46.6666666667%;
}
.sol-3 .t1 {
  font-weight: bold;
  font-size: 0.36rem;
}
.sol-3 .t2 {
  font-size: 0.14rem;
  line-height: 2;
  margin-top: 0.2rem;
}
@media (max-width: 1180px) {
  .sol-3 .le {
    width: 100%;
  }
  .sol-3 .ri {
    width: 100%;
  }
}

.sol-4 {
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.sol-4 .tit {
  font-weight: bold;
  font-size: 0.36rem;
}
.sol-4 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.sol-4 .txt {
  width: 44.4444444444%;
  color: #252525;
  line-height: 1.8;
  font-weight: 300;

	display: flex;
	align-items: center;
}
.sol-4 .imgs {
  width: 44.4444444444%;
	width: 48%;
}
.sol-4 .img {
  width: 100%;
}
@media (max-width: 1180px) {
  .sol-4 .txt {
    width: 100%;
  }
  .sol-4 .imgs {
    width: 100%;
  }
}

.about-1 {
  padding-bottom: 1rem;
}
.about-1 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-1 .le {
  width: 44.4444444444%;
}
.about-1 .txt {
  color: #252525;
  font-weight: 300;
  font-size: 0.18rem;
  color: #666;
}
.about-1 .list {
  display: flex;
}
.about-1 .li {
  width: 33.3%;
  text-align: center;
}
.about-1 .d1 {
  font-size: 0.5rem;
  color: #13202c;
}
.about-1 .cf {
  color: #0f8fca;
}
.about-1 .d2 {
  font-size: 0.18rem;
  color: #666;
}
.about-1 .ri {
  width: 52.0833333333%;
}
.about-1 .video {
  position: relative;
  padding-top: 56.25%;
}
.about-1 .vdo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.shop-1 {
  padding-top: 0.6rem;
}
.shop-1 .cont {
  overflow-x: auto;
}
.shop-1 .cont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
.shop-1 .cont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.shop-1 .cont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.shop-1 .tab {
  min-width: 750px;
}
.shop-1 .tr {
  display: flex;
}
.shop-1 .td {
  width: 33.3%;
}
.shop-1 .th {
  background-color: #f4f4f5;
}
.shop-1 .th .td {
  color: #252525;
	color: #000;
  opacity: 0.8;
  font-size: 0.18rem;
  padding: 0.2rem;
  padding-top: 0.25rem;

}
.shop-1 .th .td:first-child{
	text-align: center;
}
.shop-1 .td {
  font-size: 0.14rem;
  border: 1px solid #f4f4f5;
  padding: 0.2rem;
	position: relative;
}
.shop-1 .img {
  display: block;
  position: relative;
  padding-top: 40%;
}
.shop-1 .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.shop-1 .des {
  letter-spacing: 1px;
  color: #0a6c99;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
}
.shop-1 .tb {
  width: 100%;
}
.shop-1 .tb .tbi {
  display: flex;
  width: 100%;
}
.shop-1 .tb .tbi .ttt {
  flex-shrink: 0;
  min-width: 6em;
  margin-right: 1em;
}
.shop-1 .tb .tbi .pi {
  color: #666;
  font-weight: 300;
  flex-grow: 1;
}
.shop-1 .mark {
  height: 100%;
  display: flex;
  align-items: center;
}
.shop-1 .ta {
  width: 100%;
  min-height: 3em;
  line-height: 1.5;
  border: none;
	color: #666;
	font-weight: 300;
}

.shop-1 .remove{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 2em;
height: 2em;
background-image: url(../images/del.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;

}

.shop-2 {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}
.shop-2 .form {
  background-color: #f3f4f4;
  padding: 0.4rem;
}
.shop-2 .form * {
  box-sizing: border-box;
}
.shop-2 .fbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.shop-2 .fi {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 0.1rem;
}
.shop-2 .w100 {
  width: 100%;
}
.shop-2 .ip {
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  border: solid 1px #bdbdbd;
  padding: 0 0.1rem;
  outline: none;
}
.shop-2 .ta {
  display: block;
  width: 100%;
  height: 1.25rem;
  background-color: #ffffff;
  border: solid 1px #bdbdbd;
  padding: 0.1rem;
}
.shop-2 .btns {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.shop-2 .btn {
  font-size: 0.2rem;
  border-radius: 1rem;
  border: none;
  background-image: linear-gradient(180deg, #016eed, #00b0f7);
  color: #fff;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .shop-2 .fi {
    width: 100%;
  }
}

.pro-navs {
  background-color: #0f8fca;
}
.pro-navs .navs {
  display: flex;
}
.pro-navs .li {
  width: 33.3%;
  text-align: center;
}
.pro-navs .aa {
  color: #fff;
  font-size: 0.2rem;
  padding: 0.14rem 0;
  display: inline-block;
}

.pro-11 {
  padding-bottom: 0.8rem;
}
.pro-11 * {
  box-sizing: border-box;
}
.pro-11 .layout{
	padding: 0;
}
.pro-11 .box {
  display: flex;
  justify-content: space-between;
}
.pro-11 .swipers {
  width: 6.8rem;
}
.pro-11 .swiper2 {
  width: 3.8rem;
  margin: 0 auto;
}
.pro-11 .img1 {
  position: relative;
  padding-top: 63.9705882353%;
}
.pro-11 .watch {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../images/watch.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.pro-11 .sw2.on {
  border: 1px solid #ababab;
}
.pro-11 .img2 {
  position: relative;
  padding-top: 100%;
}
.pro-11 .swiper-button-next {
  background-image: url(../images/bu1.png) !important;
}
.pro-11 .swiper-button-prev {
  background-image: url(../images/bu2.png) !important;
}
.pro-11 .texts {
  flex-grow: 1;
  padding-left: 0.85rem;
}
.pro-11 .speh5 {
  font-family: "Source Han Sans CN light";
  /* padding-bottom: 0.25rem; */
  /* padding-top: 0.25rem; */
  font-size: 0.18rem;
  color: #1a1b1c;
}
.pro-11 .col {
  font-size: 0.26rem;
  color: #0f8fca;
}
.pro-11 .b2 {
  font-family: "Source Han Sans CN light";
  padding-top: 0.42rem;
  padding-bottom: 0.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pro-11 .speb {
  font-size: 0.14rem;
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pro-11 .speimg {
  margin: 0 0.1rem;
}
.pro-11 .speib {
  width: 6.8rem;
  flex-shrink: 0;
}
.pro-11 .speib2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-11 .speib2 .bf {
  width: 0.4rem;
  margin-left: -0.7rem;
  margin-right: 0.3rem;
  cursor: pointer;
}
.pro-11 .a {
  background: #0f8fca;
  color: #fff;
  width: 1.6rem;
  height: 0.5rem;
  font-size: 0.16rem;
  display: flex;
  margin-right: 0.29rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.06rem;
  margin-top: 0.22rem;
}
.pro-11 .bubox {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #eee; */
}
.pro-11 .spep1 {
  margin-right: 0.2rem;
  font-family: "Source Han Sans CN light";
  font-size: 0.18rem;
  color: #666666;
}
.pro-11 .add-btn {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.pro-11 .add-btn .lab {
  display: inline-flex;
  align-items: center;

  padding: 0.1rem 0.2rem;
  font-size: 0.16rem;
	font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  color: #0f8fca;
  border-bottom: 1px solid #0f8fca;
  cursor: pointer;
}
.pro-11 .add-btn .ck {
  margin-right: 0.5em;
}

.pro-11 .ptext {
  line-height: 1.5;
  font-size: 0.18rem;
  margin-top: 0.6rem;
  color: #1a1b1c;
}

@media (max-width: 1180px) {
  .pro-11 .box {
    flex-wrap: wrap;
  }
  .pro-11 .swipers {
    width: 100%;
  }
  .pro-11 .texts {
    padding: 0 0.2rem;
  }
}

.pro-12 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
  /* background-image: url(../images/pro12_bg.jpg); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  /* background-color: #eff0f4; */
}
.pro-12 .flex {
  justify-content: space-between;
}
.pro-12 .le {
  width: 75%;
  width: 100%;
}
.pro-12 .text {
  text-align: center;
}
.pro-12 .text .t1 {
  font-size: 0.28rem;
  font-weight: bold;
}
.pro-12 .text .t2 {
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
.pro-12 .text .video {
  width: 75%;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.pro-12 .text .vdo {
  width: 100%;
}
.pro-12 .tables {
  margin-top: 0.6rem;
}
.pro-12 .tables .tit {
  font-weight: bold;
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}
.pro-12 .table {
  background-color: #fff;
}
.pro-12 .table .b {
  width: 40%;
  box-sizing: border-box;
  padding-left: 0.92rem;
}
.pro-12 .table .b.spe {
  width: 20%;
  padding-left: 0.4rem;
}
.pro-12 .table em {
  display: flex;
  align-items: center;
  height: 0.6rem;
  font-size: 0.18rem;
  color: #333333;
}
.pro-12 .table .b2 {
  display: flex;
  width: 100%;
  border: 1px solid #eeeeee;
}
.pro-12 .table .b3 {
  display: none;
  width: 100%;
}
.pro-12 .table .p1 {
  padding: 0.1rem 0;
  font-size: 0.15rem;
  color: #333333;
}
.pro-12 .table .bg {
  background: #cccccc;
}
.pro-12 .table .bg2 {
  background: #fafafa;
}
.pro-12 .table .h5 {
  height: 0.6rem;
  font-size: 0.18rem;
  color: #333333;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  background: #e8e8e8;
  width: 100%;
  border-top: 2px solid #ffffff;
  background-image: url(../images/i24.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.pro-12 .table li.on .h5 {
  background-image: url(../images/i23.png);
}
.pro-12 .table li.on .b3 {
  display: block;
}
.pro-12 .table .b2 {
  width: 100%;
}
.pro-12 .table .b4 {
  padding: 0.2rem 0;
  height: 0.4rem;
  display: flex;
  align-items: center;
}
.pro-12 .table .a {
  width: 1.2rem;
  height: 0.4rem;
  color: #fff;
  background: #009b4c;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-12 .ri {
  width: 20%;
  width: 2rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 30;
}
.pro-12 .add {
  position: sticky;
  top: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0.07rem;
  background-color: #fff;
  border-radius: 0.15rem;
}
.pro-12 .add .ad {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 0.15rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pro-12 .add .d1 {
  font-size: 0.18rem;
  color: #252525;
}
.pro-12 .add .d2 {
  margin-top: 0.3rem;
}
.pro-12 .add .btn {
  display: inline-flex;
  color: #fff;
  background-image: linear-gradient(180deg, #016eed, #00b0f7);
  text-align: center;
  padding: 0.1rem 0.25rem;
  border-radius: 1rem;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .pro-12 .flex {
    flex-wrap: wrap;
  }
  .pro-12 .le {
    width: 100%;
  }
  .pro-12 .ri {
    width: 100%;
    position: relative;
  }
  .pro-12 .add {
    position: static;
  }
}

.pro-13 {
  position: relative;
  padding-top: 1.1rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.pro-13 .tit {
  font-size: 0.36rem;
  font-weight: bold;
}
.pro-13 .flex1 {
  justify-content: space-between;
}
.pro-13 .flex1 .txt {
  width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pro-13 .flex1 .img {
  width: 50%;
	width: 48%;
}
.pro-13 .flex1 .ii {
  width: 100%;
}
.pro-13 .box2 {
  /* margin-top: 0.9rem; */
  justify-content: space-between;
}
.pro-13 .box2 .video {
  width: 53.3333333333%;
	width: 48%;
}
.pro-13 .box2 .vdo {
  width: 100%;
}
.pro-13 .box2 .txt {
  width: 42%;
  display: flex;
  align-items: center;
}
.pro-13 .box2 .d1 {
  font-size: 0.36rem;
  font-weight: bold;
}
.pro-13 .box2 .d2 {
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
@media (max-width: 1180px) {
  .pro-13 .flex1 {
    flex-wrap: wrap;
  }
  .pro-13 .flex1 .img {
    width: 100%;
  }
  .pro-13 .flex1 .txt {
    width: 100%;
  }
  .pro-13 .box2 {
    flex-wrap: wrap;
  }
  .pro-13 .box2 .video {
    width: 100%;
  }
  .pro-13 .box2 .txt {
    width: 100%;
  }
}

.pro-14 {
  padding-top: 1rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
  position: relative;
}
.pro-14 .layout{
	width: 1440px !important;
}
.pro-14 .tit {
  position: relative;
  padding-bottom: 0.1rem;
  font-size: 0.24rem;
	font-size: 0.36rem;
	font-weight: bold;
}
.pro-14 .tit::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-image: linear-gradient(90deg, #1286cb 0%, #00deed 100%), linear-gradient(#252525, #252525);
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro-14 .txt {
  margin-top: 0.3rem;
}

.md-md {
  position: absolute;
  left: 0;
  top: -1rem;
}

@media (max-width: 850px) {
  .table li:nth-child(2),
  .table li:nth-child(1) {
    position: initial;
  }
  .table.spe {
    display: block;
    margin-bottom: 20px;
  }
  .tableTit {
    margin: 0 -13px;
    background: #e4e4e4;
    text-align: center;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.17rem;
    font-weight: bold;
  }
  .table .b {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .table .b.spe {
    background: #fff;
    width: 30%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .table .p1 {
    font-size: 0.16rem;
  }
  .table {
    display: none;
    margin: 0 -13px;
  }
  .table .b {
    padding-left: 0.07rem;
    padding-right: 0.07rem;
    width: 42.5%;
  }
  .table .h5 {
    height: 0.5rem;
    padding-left: 0.1rem;
  }
  .proXqTop .b {
    flex-wrap: wrap;
  }
}
.md-pro-compare.show .pro-compare {
  transform: translate(0%);
}
.md-pro-compare.show .cp-mask {
  opacity: 1;
  pointer-events: auto;
}

.cp-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 999;
}

.btn-product-compare {
  position: fixed;
  top: 50%;
	top: 25%;
  right: 0;
  padding: 0.2rem 0.1rem;
  transform: translate(100%, -200%) rotate(270deg);
  transform-origin: right bottom;
  transition: transform 0.3s ease;
  z-index: 1044;
  background-color: #0f8fca;
  color: #fff;
  border: none;
  font-size: 0.18rem;
  cursor: pointer;
}
.btn-product-compare.show {
  transform: translate(0%, -200%) rotate(270deg);
}

.pro-compare {
  position: fixed;
  top: 0;
  right: 0;
  width: 4rem;
  max-width: 100vw;
  height: 100vh;
  background-color: #fff;
  transform: translate(100%);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  z-index: 3000;
}

.prc-head {
  padding: 0.16rem;
  position: relative;
}
.prc-head .href {
  background-image: linear-gradient(to right, #d4037d 0%, #ff903b 51%, #d4037d 100%);
  position: relative;
  padding: 0.1rem 0.18rem;
  color: #fff;
  border-radius: 1rem;
}
.prc-head .close {
  font-size: 0.18rem;
  width: 2em;
  height: 2em;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background-color: #fff;
  background-image: url(../images/i20.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center;
}
.prc-head .rev {
  border: 1px solid gray;
  border-radius: 25rem;
  padding: 2px 7px;
  background: snow;
  cursor: pointer;
  font-size: 0.16rem;
}

.prc-body {
  flex-grow: 1;
  padding: 0.16rem;
  overflow-y: auto;
}
.prc-body .prc-list {
  padding: 0.1rem;
}
.prc-body .prc-item {
  position: relative;
  padding: 0.3rem 0;
}
.prc-body .pi-rm {
  border: 1px solid gray;
  border-radius: 1rem;
  padding: 2px 7px;
  background: snow;
  font-size: 0.18rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.prc-body .pi-img {
  position: relative;
  padding-top: 40%;
}
.prc-body .pi-img .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.prc-body .pi-a {
  display: block;
  font-size: 0.16rem;
  line-height: 2;
  color: #0f8fca;
}

.prc-foot {
  padding: 0.16rem;
  border-top: 1px solid #dee2e6;
}
.prc-foot .btn {
  border: none;
  border-radius: 2px;
  display: inline-block;
  padding: 0.1rem 0.2rem;
  background-color: #6c757d;
  color: #fff;
  cursor: pointer;
}

.md-pro-shop {
  display: none;
}
.md-pro-shop * {
  box-sizing: border-box;
}
.md-pro-shop.show {
  display: block;
}
.md-pro-shop.show .ps-mask {
  opacity: 1;
  pointer-events: auto;
}
.md-pro-shop .ps-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 999;
}
.md-pro-shop .ps-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  background-color: #fff;
  border-radius: 0.2rem;
  z-index: 1000;
  padding: 0.4rem 0.2rem;
}
.md-pro-shop .txt {
  text-align: center;
  font-size: 0.2rem;
	color: #0f8fca ;
}
.md-pro-shop .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.md-pro-shop .abtn {
  text-align: center;
  width: 48%;
  border: 1px solid #0f8fca;
	color: #0f8fca ;
  padding: 0.1rem;
}
.md-pro-shop .abtn:hover {
  background-color: #0f8fca;
  color: #fff;
}

.spec-table-option {
  margin-top: 20px;
  background-color: snow;
  position: relative;
	width: 100%;
	word-break: break-word;
}
.spec-table-option * {
	box-sizing: border-box;
}

@media (min-width:992px) {
	.spec-table-option {
	 table-layout: fixed;
	}
}

.md-big-swiper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  pointer-events: none;
  opacity: 0;
}
.md-big-swiper.show {
  pointer-events: auto;
  opacity: 1;
}
.md-big-swiper * {
  box-sizing: border-box;
}
.md-big-swiper .bs-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.md-big-swiper .bs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  background-image: url(../images/i20.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 30;
  cursor: pointer;
}
.md-big-swiper .swiper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  max-width: 70%;
  z-index: 300;
  background-color: #fff;
}
.md-big-swiper .img {
  position: relative;
  padding-top: 60%;
}
.md-big-swiper .sbtn {
  width: 2em;
  height: 2em;
  background-size: contain;
}

.md-compare {
  max-width: 100%;
}
.md-compare .layout00 {
  padding: 0.3rem;
}
.md-compare .text-center {
  text-align: center !important;
}
.md-compare #option-000_product th {
  background-color: #0f8fca !important;
  color: snow;
}
.md-compare .remove-compare.remove-all button {
  font-size: 0.16rem;
  position: relative;
  padding-left: 0.1rem;
  padding-right: 0.1rem !important;
  background-color: snow;
  border-radius: 1rem;
  cursor: pointer;
  border: none;
}
.md-compare .removeFromCompareBtn {
  width: 2em;
  height: 2em;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-image: url(../images/i20.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% auto;
}
.md-compare .spec-table-option td {
  border: 1px solid #ccc;
  min-width: 200px;
	min-width: 140px;
  padding: 10px;
}
.md-compare .spec-table-option td:first-child {
  font-weight: bold;
  vertical-align: middle;
}
.md-compare .spec-table-option tr:nth-child(odd) {
  background-color: ghostwhite;
}
.md-compare .spec-table-option th {
  border: 1px solid #ccc;
  background-color: #badafb;
  color: #2e2e2e;
  text-align: left;
  min-width: 200px;
	min-width: 140px;
  font-size: 0.18rem;
  padding: 10px;
}
.md-compare .spec-table-option thead th {
  color: #2e2e2e;
  position: relative;
  background: snow !important;
}
.md-compare .gradient-button {
  padding: 0.1rem 0.2rem;
  color: #fff;
  background-image: linear-gradient(90deg, #016eed, #00b0f7);
  border-radius: 1rem;
  margin: 0.1rem 0;
  display: inline-block;
}
.md-compare .product-compare-list-btn {
  display: inline-block;
  margin: 15px 10px 15px 0;
}
.md-compare .product-compare-list-btn button {
  background-color: #ccc;
  border-radius: 10px;
  position: relative;
  padding: 10px;
  padding-right: 30px !important;
}
.md-compare .remove-compare {
  position: absolute;
  padding-top: 5px;
  right: 5px;
  top: 5px;
}
.md-compare #compare-table .dropdown-menu {
  background-color: snow !important;
  color: #2e2e2e !important;
}
.md-compare .filter-container {
  text-align: left;
}
.md-compare #button-filter {
  padding: 10px 20px;
  border: 1px solid #666;
  border-radius: 25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.md-compare #filter-list {
  margin-top: 1rem;
  z-index: 1021;
}
.md-compare .top-banner .table--responsive {
  min-height: 100vh;
}
.md-compare .header-row > button {
  width: 100%;
  position: relative;
}
.md-compare .header-row > button[class*=sl-]::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f107";
  width: 100%;
  height: 100%;
  margin: 0 5px;
}
.md-compare .header-row > button[class*=sl-].active::before {
  content: "\f105";
}
.md-compare #option-000_product.sticky-top {
  position: relative !important;
  top: 0 !important;
}

.md-compare .table-responsive {
  max-width: 100%;
	overflow-x: auto !important;
}
@media only screen and (min-width: 992px)  {
	.md-compare .table-responsive {
        overflow-x: visible !important;
	}
}
.md-compare .table-responsive * {
	box-sizing: border-box;
}

.md-compare .spec-table-option img{
	max-width: 100%;
}


.md-compare .spec-table-option td:first-child {
  width: unset;
}
@media only screen and (min-width: 768px) {
  .md-compare .top-banner .row {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .md-compare #option-000_product.sticky-offset {
    top: 70px !important;
  }
  .md-compare #option-000_product.sticky-top {
    position: sticky !important;
    z-index: 5;
  }
}
@media only screen and (max-width: 767px) {
  .md-compare .table-responsive {
    overflow-x: auto !important;
  }
  .md-compare .table-responsive::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
  }
  .md-compare .table-responsive::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
  }
  .md-compare .table-responsive::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
}


@media only screen and (max-width: 767px){
	.md-compare .spec-table-option td{
		padding: 5px;
	}
	.md-compare .spec-table-option th{
		padding: 5px;
	}
}

.h-shop {
  display: inline-flex;
  align-items: center;
  font-size: 0.14rem;
  color: #fff !important;
  margin-left: 1em;
}
.h-shop img {
  height: 1.5em;
  margin-right: 0.25em;
}

/*#option-000_product {
	position:  absolute;
	width:  100%;
	height:  100%;
	top:  0;
	left:  0;
}*/
/*视频容器样式*/
.v-a {
  position: fixed;
  left: 0;
  top: 120%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  transition: top 0.5s ease-in-out;
}

.v-a.show {
  top: 0;
}

.v-a.show .v-e {
  visibility: visible;
}

.v-a.show .v-f {
  display: block;
}

.v-b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.v-c {
  display: block;
  width: 60px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: absolute;
  right: 10%;
  top: 5%;
  cursor: pointer;
  z-index: 10000;
}

.v-e {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.v-f {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(100% - 80px);
  transform: translate(-50%, -50%);
}

.bmod1 .tdsidBox .imgb {
  position: relative;
  padding-top: 50%;
}
.bmod1 .tdsidBox .imgb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bmod1 .tdsidBox .b {
  padding: 0 0.2rem;
  padding-bottom: 0.2rem;
  height: auto;
}
.bmod1 .tdsid .swiper-slide {
  height: auto;
  background-color: #f7f7f7;
}
.bmod1 .tdsid .tdsidBox p {
  -webkit-line-clamp: 4;
}

.c-h2{
	font-weight: bold;
	font-size: 0.4rem;
	margin-bottom: 0.16rem;
	text-align: center;
}


.pro-content {
	position: relative;
}

.pro-citem {
	display: none;
 
}
.pro-citem.show {
	display: block;
}
.pro-citem .layout{
	width: 1100px;
}

.sol-1 .layout,.sol-2 .layout,.sol-3 .layout,.sol-4 .layout{
	width: 1100px;
}
.sol-1.pro .layout{
	width: 1440px !important;
}

.prolist .webBox.indexspe{
	width: 100%;
}

.prolist .webBox.indexspe .webtit{
padding-top: 0;
}

.titTip::after{
	display: none;
}

.menu{
	padding: 30px 0;
}

.pr-ri {
  width: 20%;
  width: 2.4rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 30;
}
.pr-ri .add {
  position: sticky;
  top: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0.07rem;
  background-color: #fff;
  border-radius: 0.15rem;
  box-shadow: 0 0 0 3px #f7f7f7;
  width: 100%;
}
.pr-ri .add .ad {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 0.15rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pr-ri .add .d1 {
  font-size: 0.18rem;
  color: #252525;
}
.pr-ri .add .d3 span {
  font-size: 1.4em;
}
.pr-ri .add .btn {
  display: inline-flex;
  color: #fff;
  background-image: linear-gradient(180deg, #016eed, #00b0f7);
  text-align: center;
  padding: 0.1rem 0.25rem;
  border-radius: 1rem;
  cursor: pointer;
  margin-top: 0.2rem;
}
@media (max-width: 1180px) {
  .pr-ri {
    width: 42%;
    /*position: relative;*/
  }
  .pr-ri .add {
    /*position: static;*/
    top: 78%;
  }
  .pr-ri .add .ad {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;  
  }
  .pr-ri .add .d3 span{
    font-size: 1em;
  }
  .pr-ri .add .btn{
      font-size: .7em;
    margin-top: 0.1rem;
  }
  
}

.ban{
	margin-top: 0;
}

.ban .b{
height: 5rem;
}
 
.menu3 li:hover a, .menu3 li.on a {
	color: #0f8fca;
	border-bottom: 1px solid #0f8fca;
}

.indexmod2 .ul .a{
	justify-content: flex-end;
	position: relative;
}
.indexmod2 .ul .ic1{
	opacity: 0;
}
.indexmod2 .ul .h5{
	position: relative;
}
.indexmod2 .ul .bg{
	width: 100%;
	height: 100%;
position: absolute;
left: 0;
top: 0;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}