﻿/* products_detail_01   产品详细页面样式  
--------------------------------------------------------------------*/
.products_container {
	max-width: 1400px;
	margin: auto;
	/* border: 1px solid red; */
	margin-bottom: 4%;
}
/* .content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
} */
.detail {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.other {/*产品链接样样式*/
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.other {
	line-height: 30px;
}
.products_detail_left {
	width: 42.8%;/*详细大图宽度*/
	display: inline-block;
}
.products_detail_right {
	width: 350px;/*参数属性*/
	float: right;
}
.pic_info_content ul li{
	line-height:26px;
}
.pic_zoom {
	position: relative;
	height: 500px;/*大图高度*/
	margin-bottom: 10px;
	z-index: 99;
	border: 1px solid #b0b0b0;
}
.pic_zoom img {
	position: absolute;
	right: 17.5%;
	bottom: 11%;
	width: 65%;
	height:78%;
}
.pic_zoom .zoom_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 1px;
	bottom: 1px;
	background: url((../../img/product_prev.png) no-repeat 0px -220px;
}
.pic_zoom span img {
	width: auto;
	height:auto;
}
.pic_list {
	width: 100%;
	/* height: 100px; */
	position:relative;
}
.pic_list .pic_list_content {
	
}

.pic_list .pic_list_content ul {
}
.pic_list ul li {
	/* width: 110px; */
	width: 19%;
	/* height: 100px; */
	float: left;
	overflow:hidden;
}
.pic_list ul li a{
	display:block;
	border: solid 2px #dcdcdc;
	background: #fff;
	width: 85%;
	height: 96%;
	margin:0px;
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(Opacity=80);
	margin: 0 8%;
	position: relative;
	padding-bottom: 85%;
}
.pic_list ul li a:hover{
	border: solid 2px #027600;
	opacity:10.0;
	-moz-opacity:10.0;
	-khtml-opacity:10.0;
	filter:alpha(Opacity=100);
}
.pic_list ul li img{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;/*小图显示宽度*/
	height: 100%;
}
.pic_list ul li a.current{
	border: solid 2px #027600;/*小图当前停留边框*/
	opacity:10.0;
	-moz-opacity:10.0;
	-khtml-opacity:10.0;
	filter:alpha(Opacity=100);
}
.pic_list a {
	display: block;
	width: 4%;
}
.pic_list .prev {
	float:left;
	width: 2%;
	height: 100px;
}
.pic_list .prev>img {
	width: 100%;
	height: 100%;
}
.pic_list .next {
	float:right;
	width: 2%;
	height: 100px;
position: absolute;
    right: 0;
    top: 0;
}
.pic_list .next>img {
	width: 100%;
	height: 100%;
}
.pic_info ul li {/*参数属性文字样式*/
	display: inline-block;
	width: 100%;
	margin-bottom: 8px;
}
.pic_info ul .name {
	
}
.pic_info ul li span {
	vertical-align: top;
}

.color a, .color a:link, .color a:visited, .color a:hover{/*颜色*/
	border:solid 1px #CCC;
	background:#fff;
	padding:0px 5px 0px 5px;
	font-style:normal;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	cursor:default;
	}


@media(max-width:1400px){
	.pic_zoom{
		height: 36vw;
	}
	.pic_list .next{
		height: 7vw;
	}
	.pic_list .prev{
		height: 7vw;
	}
}

@media(max-width:910px){
	.products_detail_left{
		width: 95%;
		margin-left: 2.5%;
	}
	.pic_zoom{
		height: 70vw;
	}
}

@media(max-width:370px){
	.pic_list ul li{
		width: 18%;
	}
	.pic_list ul li a{
		width: 85.5%;
	}
    .pic_list .prev{
		height: 15vw;
		width: 4%;
    }
    .pic_list .next{
		height: 15vw;
		width: 4%;
	}

}

@media screen (max-width:1920px)and(max-width:1000px) {
	.index-product-content>.swiper-wrapper {
		overflow: hidden;
		transform: inherit !important;
	}








































