.banner{
	height: 150px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.banner-title{
	width: 80%;
	font-size: 3.12vw;
	line-height: 4.06vw;
	position: absolute;
	left: 10%;
	bottom: 5.2vw;
	color: #fff;
	font-family: 'mm';
	font-weight: bold;
}

.detail-nav{
	width: 79.2%;
	line-height: 1.25vw;
	margin:0.989583vw auto 0;
	font-size: 0.833vw;
}
.detail-nav a{
	color: #000;
}
.detail-nav span{
	color: #999;
}

.product-detail{
	width: 79.2%;
	display: flex;
	justify-content:space-between;
	margin:4.2vw auto 10vw;
}
.pics{
	width: 38.5vw;
}
.pic{
	height: 38.5vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.pic-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1vw;
}
.pic-list>div{
	width: 6.25vw;
	height: 6.25vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
}
.pic-list>div.active{
	border: 1px solid #007Bc8;
}
.html{
	width: 38.5vw;
	font-size: 0.83vw;
	line-height: 1.04vw;
}
.detail-content{
	width: 48%;
}
.detail-content .title{
	font-size: 2.5vw;
	line-height: 3vw;
	margin-bottom: 4.1vw;
	font-weight: bold;
}
.title2{
	font-size: 0.83vw;
	line-height: 0.98vw;
	margin-bottom: 1.2vw;
	font-weight: bold;
}
.list{
	padding: 1.8vw 0;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	display: flex;
	margin-bottom: 3.5vw;
}
.list>li{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-right:1px solid #c1c1c1;
	box-sizing: border-box;
}
.list>li:last-child{
	border-right:none;
}
.prm{
	width: 85%;
	font-size: 1.67vw;
	line-height: 2.03vw;
	color: #007bc8;
	font-weight: bold;
	text-align: center;
	word-break: break-all;
	letter-spacing: 0.15vw;
}
.name{
	width: 80%;
	font-size: 0.83vw;
	line-height: 0.98vw;
	color: #999;
	text-align: center;
}


.nav.active2{
	background: #fff;
}
.nav.active2 div,.nav.active2 a{
	color: #000;
}
.nav.active2 .nav-logo .logo1{
	display: none;
}
.nav.active2 .nav-logo .logo2{
	display: block;
}
.nav.active2 .menu-button>p{
	background: #000;
}
.nav.active2 .language-line{
	background: #999;
}





@media screen and (max-width:1024px) {
	.detail-nav{
		width: 92%;
		font-size: 0.18rem;
		line-height: 0.25rem;
	}
	.html{
		width: 100%;
		font-size: 0.18rem;
		line-height: 0.25rem;
		margin-bottom: 0.5rem;
	}
	.product-detail{
		width: 92%;
		flex-direction: column;
	}
	.pics{
		width: 100%;
	}
	.pic{
		height: 7.4rem;
	}
	.pic-list{
		margin-top: 0.1rem;
	}
	.pic-list>div {
	    width: 1.2rem;
	    height: 1.2rem;
	}
	.detail-content{
		width: 100%;
		margin-top: 1rem;
	}
	.detail-content .title {
	    font-size: 0.48rem;
	    line-height: 0.58rem;
	    margin-bottom: 0.7rem;
	}
	.title2 {
	    font-size: 0.16rem;
	    line-height: 0.19rem;
	    margin-bottom: 0.12rem;
	}
	.prm {
	    width: 80%;
	    font-size: 0.32rem;
	    line-height: 0.39rem;
		letter-spacing: 0.03rem;
	}
	.name {
	    font-size: 0.16rem;
	    line-height: 0.19rem;
	}
	.list {
	    padding: 0.25rem 0;
		margin-bottom: 0.5rem;
	}
}


