
.header{
	position: relative;
	border-bottom: 1px solid #ccc;
}
.header .nav ul li a{
	font-size: 14px;
	color: #999999;
}
.header .search form{
	border-color:#ccc ;
}
.header .search form .sub{
	width: 20px;
	height:20px;
	background: url(../images/chazhao.png) no-repeat center;
}
.header .search form .txt{
	color: #ccc;
}
.main-wrapper{
	width: 100%;
	background: #cccccc;
}
.main{
	width: 100%;
	max-width: 1220px;
	height: 790px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2rem;
}
.main .left{
	width: 50%;
	float: left;
}
/*.main .left .bigimg{
	width: 565px !important;
	height: 565px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .left .bigimg .swiper-container{
	width: 100%;
	height: 100%;
}
.main .left .bigimg .swiper-slide{
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .left .bigimg .swiper-slide a{
	display: flex;
	overflow: hidden;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.main .left .bigimg .swiper-slide a img{
	transition: all .5s;
}
.main .left .bigimg .swiper-slide a:hover img{
	transform: scale(1.1);
}
.main .left .smallimg .swiper-slide a{
	display: block;
	overflow: hidden;
}
.main .left .smallimg .swiper-slide a img{
	transition: all .5s;
}
.main .left .smallimg .swiper-slide a:hover img{
	transform: scale(1.1);
}


.main .left .smallimg{
	width: 565px !important;
	overflow: hidden;
	margin-top: 1rem;
}
.main .left .smallimg .swiper-slide img{
	width: 100%;
	height: auto;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main .left .smallimg .swiper-slide img{
	max-width: 100%;
}
/*.main .left .smallimg .swiper-slide{
	border: 3px solid #cccccc;
}*/
/*.main .left .smallimg .swiper-slide-active{
	border: 3px solid #ae9a82;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
	background: url(../images/z-right.png) no-repeat center !important;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
	background: url(../images/z-left.png) no-repeat center !important;
}*/





.main .right{
	width:45%;
	position: relative;
	box-sizing: border-box;
	padding-bottom:3rem;
	float: right;
}
.main .right h4{
	font-size: 1.09rem;
	color: #666;
	font-weight: bold;
	line-height: 2rem;
}
.main .right h5{
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}
.main .right h6{
	font-size: 14px;
	color: #999;
	margin: 1rem 0;
}
.main .right p{
	margin: 3px 0;
}
.main .right p img{
	width: auto;
}
.main .right p span{
	font-size: 12px;
	color: #999;
}
.main .right p.color{
	margin: 1rem 0;
	display: flex;
	align-items: center;
}
.main .right p.color i{
	color: #999;
	font-size: 12px;
	margin-right: 10px;
}
.main .right p.color span{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius:50%;
	margin-right: 5px;
}
.main .right p.color span:first-of-type{
	border: 3px solid #8d704e;
}
.main .right .buy{
	margin:10px 0;
}
.main .right .buy a{
	width: 220px;
	height: 32px;
	background: #fff;
	border-radius:20px ;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding-left: 1rem;
}
.main .right .buy a:hover span{
	color: #00A7E1;
}
.main .right .buy a img{
	width: auto;
}
.main .right .buy a span{
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}
.main .right .code{
	position: absolute;
	right: 0;
	bottom: -50px;
}
.main .right .code div{
	width: 100px;
	height: 100px;
	background: #fff;
	
}

.detail-wrapper{
	width: 100%;
	background: #f2f2f2;
}
.detail-wrapper .detail{
	width: 100%;
	max-width: 1220px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2rem 1rem;
}
.detail ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:2rem 0;
}
.detail ul li a{
	display: block;
	height: 25px;
	border-right:1px solid #cccccc ;
	box-sizing: border-box;
	padding: 0 1rem;
	font-size:14px !important;
	color: #666;
}
.detail ul li:last-child a{
	border: none;
}
.detail ul li:last-child a:hover{
	color: #00A7E1;
}
.detail h4{
	text-align: center;
	color: #333;
	font-size:14px;
	margin: 1rem 0;
}

.detail p{
	word-wrap: break-word;
}
.detail a{
	display: block;
}
.detail a:hover img{
	transform: scale(1.1);
}
.detail img{
	margin: 1rem 0;
	transition: all .5s;
}
.detail .swiper-container{
	height: auto;
	width: 80%;
}
.detail .swiper-container .swiper-wrapper{
	box-sizing: border-box;	
	padding: 0 15px;
}
.detail .swiper-container .swiper-wrapper .swiper-slide a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.detail .data{
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;
	box-sizing: border-box;
	padding: 0 2rem;
	margin:2rem 0;
}
.detail .data .left{
	margin-right:3rem;
}
.detail .data .right{
	width: 70%;
}
.detail .data .right p span{
	display: inline-block;
	padding:2px 8px;
	border: 1px solid #333;
	font-size: 12px;
	color: #333;
}
.detail .data .right p{
	word-wrap: break-word;
	font-size: 12px;
	color: #333;
}
.detail .data .right p img{
	width: auto;
}

.next2{
	background-image:url(../images/z-right.png);
	background-size:20px 32px ;
}
.prev2{
	background-size:20px 32px ;
	background-image:url(../images/z-left.png) ;
}








@media screen and (max-width:1200px){
	.main{
		display: flex;
		flex-direction: column;
		align-items: center;
		height: auto;
	}
	.main .left{
		width: 80%;
		
	}
	.main .right{
		width: 80%;
		margin: 2rem 0;
	}
	.detail-wrapper .detail{
		height: auto;
	}
}
@media screen and (max-width:960px){
	.detail ul li a{
		padding: 0 0.5rem;
	}
	
}


@media screen and (max-width:768px){
	.main .left{
		width: 100%;
		height: auto !important;
	}
	.main .left .bigimg{
		width: 100% !important;
		height: 21rem !important;
	}
	.main .left .smallimg{
		display: none;
	}
	
	.detail ul li a{
		font-size: 1rem
	}
}
@media screen and (max-width:640px){
	.main .right .code{
		position: initial;
	}
	.detail .data{
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	.detail .data .right{
		width: 100%;
		text-align: center;
	}
	.main .left .bigimg .swiper-slide a img{
		width: 50%;
	}
}

@media screen and (max-width:480px){
	.main{
		padding: 0;
	}
	.detail ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.detail ul li{
		width: 30%;
		margin: 0.5rem 0 ;
		text-align: center;
	}
	.detail ul li a{
		border: none;
		font-size:16px;
		text-align: center;
		margin: 0 5px;
	}
}




















@media screen and (max-width:640px){
	.main .preview{
		display: none;
	}
}
















































































































.pc-slide {
	width: 100%;
	/*margin: 0 auto;*/
}

.view .swiper-container {
	width: 100%;
	/*height: 500px;*/
}
.view .swiper-container a{
	display: block;
}
.view .swiper-container a img{
	width: 100%;
}
.view .arrow-left {
	background: url(__IMG__/bigleft.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -25px;
	width: 58px;
	height: 70px;
	z-index: 10;
}

.view .arrow-right {
	background: url(__IMG__/bigright.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -25px;
	width: 58px;
	height: 70px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: calc(100% - 50px);
	/*height: 82px;*/
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}

.preview .swiper-slide {
	width: 87px;
	/*height: 82px;*/
	cursor:pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(__IMG__/smallleft.png) no-repeat left top;
	position: absolute;
	left: -5px;
	top: 25%;
	margin-top: -9px;
	width: 40px;
	height: 66px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(__IMG__/smallright.png) no-repeat left bottom;
	position: absolute;
	right: -5px;
	top: 25%;
	margin-top: -9px;
	width: 40px;
	height: 66px;
	z-index: 10;
}

.preview img {
	padding: 1px;
	transition: all .5s;
}

.preview .active-nav img {
	/*padding: 0;
	transform: scale(1.3);*/
}


































