/* 产品详情 */
.productShow_main{
	display: flex;
	justify-content: space-between;
}
.productShow_pic{
	width: 710px;
	display: flex;
	justify-content: space-between;
}
.productShow_info{
	width: 460px;
	background: #F9F9F9;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 30px 40px;
}

/*  */
.productShow_pic .swiper{
	margin: 0;
}
.productShow_pic .mySwiper2 {
	width: 510px;
	height: 432px;
	border-radius: 4px;
}
.productShow_pic .mySwiper {
	width: 180px;
	display: flex;
	flex-direction: column;
}
.productShow_pic .mySwiper .swiper-wrapper{
	display: block;
	height: 380px;
	margin: 10px 0;
}
.productShow_pic .mySwiper .swiper-slide {
	width: 180px!important;
	height: 120px;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 10px;
}
.productShow_pic .mySwiper .swiper-slide-thumb-active {
	border: 3px solid #1C7CFF;
}
.productShow_pic .swiper-button-next, 
.productShow_pic .swiper-button-prev {
	position: relative;
	width: 20px;
	height: 16px;
	margin: 0 auto;
	top: auto;
	left: auto;
	right: auto;
}
.productShow_pic .swiper-button-prev:after, 
.productShow_pic .swiper-rtl .swiper-button-next:after,
.productShow_pic .swiper-button-next:after, 
.productShow_pic .swiper-rtl .swiper-button-prev:after{
	display: none;
}
.productShow_pic .swiper-button-prev, 
.productShow_pic .swiper-rtl .swiper-button-next {
	background: url(../img/sy_banner_arrow_shang.png) no-repeat;
}
.productShow_pic .swiper-button-next, 
.productShow_pic .swiper-rtl .swiper-button-prev {
	background: url(../img/sy_banner_arrow_xia.png) no-repeat;
}
/*  */

.productShow_info h2{
	font-size: 22px;
	font-weight: 600;
	color: #1D1D1D;
	line-height: 1.4;
}
.productShow_info ul{
	padding-top: 30px;
}
.productShow_info li{
	font-size: 18px;
	margin: 18px 0;
	display: flex;
}
.productShow_info li span{
	width: 4em;
}
.productShow_info li p{
	flex: 1;
}
.productShow_info li b{
	font-size: 24px;
	color: #DC0A0A;
	line-height: 1.2;
}
.productShow_cj{
	border-top: 1px solid #ddd;
	padding-top: 18px;
	font-size: 18px;
}
.productShow_cj h6{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.productShow_cj h6 span{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.productShow_cj h6 b{
	flex: 1;
	margin-right: 10px;
}
.productShow_cj h6 a{
	width: 140px;
	height: 50px;
	background: #2A52F5;
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}


.sdShow_otherPub{
	margin-top: 30px;
	padding-bottom: 40px;
}
.sdShow_cs{
	margin-top: 25px;
	width: 100%;
}
.sdShow_cs td{
	font-size: 18px;
	padding: 10px 0;
}
.sdShow_js{
	font-size: 18px;
	margin-top: 25px;
	line-height: 1.8;
}