.clearfloat {
  zoom: 1;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{
	position:absolute;
	top:50%;
width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);	z-index:10;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
color:var(--swiper-navigation-color,var(--swiper-theme-color)); 	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
}

.info {
	display: flex;
	align-items: flex-start;
	margin-top: 1.9rem;
	height: auto;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.info .swiper-con {
    width: 100%;
    max-width: 605px;
  margin-right: 50px;
}
.info .swiper-con .big-con {
  max-width: 600px;
  width: 100%;
  /*height: 380px;*/
  aspect-ratio: 1.58 / 1;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.info .swiper-con .big-con img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.info .swiper-con .small-con {
  position: relative;
  border: 1px solid #e9e9e9;
}
.info .swiper-con .carousel-box {
  max-width: 600px;
  width: 100%;
  overflow: hidden;
}
.info .swiper-con .small-con .carousel-box .list {

  list-style-type: none;
  display: flex;
  padding-left: 0!important;
}
.info .swiper-con .small-con .item {
  width: 200px;
  height: 130px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  transition: all .2s linear;
  flex-shrink: 0;
}
.info .swiper-con .small-con .item.active {
  border-color: #6b6b6b;
}
.info .swiper-con .small-con .item img {
  max-width: 100%;
  max-height: 100%;
}
.info .swiper-con .small-con .page-btn {
  background: #999999;
  width: 30px;
  height: 60px;
  transition: all .2s linear;
}
.info .swiper-con .small-con .page-btn.swiper-button-prev {
  left: 0;
}
.info .swiper-con .small-con .page-btn.swiper-button-next {
  right: 0;
}
.info .swiper-con .small-con .page-btn:hover {
  background: #666666;
}
.page-btn.swiper-button-next:after, .page-btn.swiper-button-prev:after {
  font-size: 14px!important;
  font-weight: bold;
}
.info .info-con {
  min-width: 400px;
  flex: 1;
}
.info .info-con .title {
	color: #1974A1;
	border-bottom: 1px solid #ededed;
	font-size: 26px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.info .info-con .content {
	font-size: 18px;
	color: #8d8d8d;
	line-height: 40px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.info .info-con .btn {
  width: 166px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #4a75a0;
  color: #4a75a0;
  font-size: 18px;
  margin: 0 auto;
}
.product_title {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.product_title span {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	color: #3766B3;

}
