* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }
  a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c; }
  a:active, a:hover {
    outline: 0;
    /* 2 */ }
  a:hover {
    color: #006699; }
	body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */ }
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
img {
  max-width: 100%; }

.clear {
  clear: both; }
.tit-16 {
  font-size: 16px;
  line-height: 1.8; }
.tit-36 {
  font-size: 36px;
  line-height: 1.8; }

.tit-48 {
  font-size: 48px;
  line-height: 1.8; }
@media only screen and (min-width: 310px) {
  html {
    font-size: 22px !important; } }
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important; } }
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important; } }
	
	
.products-box {
  min-height: 44.3vw;
  position: relative;
}

.prowords-tits {
  padding-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.prowords-tits .tits {
  line-height: 1;
}
.prowords-tits .txts {
  width: 43%;
  padding-top: .45rem;
  margin-left: 3.75rem;
  color: #333333;
}

.profixed-right {
  height: 44.7%;
  position: absolute;
  right: 0;
  width: 38.85%;
  top: 50%;
  transform: translateY(-50%);
}
.profixed-right .swiper-container {
  overflow: visible;
}
.pro-left-box {
  padding-top: 2.375rem;
}

.pro-left-images {
  width: 23.6rem;
  min-height: 14.7rem;
  background: url(../img/12-1.png) no-repeat center;
  background-size: 100%;
  text-align: center;
}
.pro-left-images .uls {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.pro-left-images .uls:before {
  position: absolute;
  content: "";
  background: #E8E8E8;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
}
.pro-left-images .lis {
  cursor: pointer;
  line-height: 1.3888888889;
  color: rgba(51, 51, 51, 0.3);
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  display: block;
  padding-left: 1.35rem;
}
.pro-left-images .lis:nth-child(n+2) {
  margin-top: .45rem;
}
.pro-left-images .lis.active {
  color: #333333;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.pros-banner .dian {
  height: .7rem;
  width: 1px;
  border-left: 1px dashed #fff;
  margin: 0 auto;
  margin-top: .25rem;
  margin-bottom: .25rem;
}



.prowords-tits {
  padding-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.prowords-tits .tits {
  line-height: 1;
}
.prowords-tits .txts {
  width: 43%;
  padding-top: .45rem;
  margin-left: 3.75rem;
  color: #333333;
}

.profixed-right {
  height: 44.7%;
  position: absolute;
  right: 0;
  width: 38.85%;
  top: 50%;
  transform: translateY(-50%);
}
.profixed-right .swiper-container {
  overflow: visible;
}

.products-box {
  overflow: hidden;
}
.profixed-right .swiper-slide {
  /*height: 24%;*/
  /*margin-top: 3.65%;*/
  text-align: right;
  /*height: 50%;*/
  /*height: 33.33%;*/
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.profixed-right .swiper-slide .imgs {
  height: 55.3%;
}
.profixed-right .swiper-slide img {
  height: 50%;
  width: auto;
}
.profixed-right .swiper-slide:last-child {
  margin-bottom: 0;
}
.profixed-right .swiper-slide:nth-child(1) {
  margin-top: 0;
}
.profixed-right .swiper-slide .i {
  height: 100%;
}
.profixed-right .swiper-slide .span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: .5rem .3rem;
  opacity: 0;
}
.profixed-right .swiper-slide-active {
  height: 100%;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 1;
}
.profixed-right .swiper-slide-active .imgs {
  height: 100%;
}
.profixed-right .swiper-slide-next, .profixed-right .swiper-slide-prev {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 1;
}
.profixed-right .swiper-slide-next img, .profixed-right .swiper-slide-prev img {
  height: 100%;
}
.profixed-right .swiper-slide-prev .imgs {
  position: relative;
  top: 38%;
}
.profixed-right .swiper-slide-next .imgs {
  position: relative;
  top: 8%;
}
.profixed-right .swiper-wrapper,
.profixed-right .swiper-container {
  height: 100%;
  /*height: 44.3vw;*/
}
.profixed-right .swiper-wrapper img,
.profixed-right .swiper-container img {
  width: auto;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.cons-swiper .swiper-pagination {
  position: static;
  width: 100%;
  line-height: 1;
}
.cons-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 .1rem;
  line-height: 1;
}
.cons-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #066060;
}
