@charset "utf-8";
/* CSS Document */
.content{
	
}
.content .subnav{
	line-height: 43px;
	border-top: 1px solid #c9cacb;
	border-bottom: 1px solid #dcdddd;
}
.subnav .subnav-box{
	width: 950px;
	margin: 0 auto;
}
.subnav .subnav-box .product-name{
	float: left;
}
.subnav .subnav-box .product-details{
	float: right;
}
.subnav .subnav-box ul{
	float: left;
}
.subnav .subnav-box ul li{
	float: left;
	width: 84px;
	text-align: left;
}
.subnav .subnav-box ul li a{
	font-size: 14px;
	color: #9fa0a0;
}
.subnav .subnav-box .product-details ul li a{
	font-size: 12px;
	color: #9fa0a0;
}
.subnav .subnav-box ul li a:hover{
	color: #00a5e4;
}
.subnav .subnav-box ul li.current a{
	color: #00a5e4;
}

.subnav .subnav-box .product-details li{
	width: 74px;
}
.subnav .subnav-box .product-details .but-btn{
	float: left;
	margin: 9px 0 0 0;
}
.subnav .subnav-box .product-details .but-btn a{
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	background: #00a5e4;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.content .video-box{
	width: 850px;
	margin: 52px auto 0;
}
.video-box h2{
	line-height: 20px;
	font-size: 18px;
	color: #727171;
}
.video-box .video-list{
	position: relative;
	margin-top: 21px;
	width: 850px;
	height: 478px;
	overflow: hidden;
}
.video-box .video-list ul{
	position: absolute;
	width: 850px;
	height: 478px;
	left: 0;
	top: 0;
}
.video-box .video-list ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.video-box .video-list ul li.current{
	display: block;
}
.video-box .pic-list .arrow{
	float: left;
	width: 28px;
	height: 135px;
	background-color: #595757;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.video-box .pic-list .arrow.left-btn{
	border-left: 2px solid #696767;
	background-image: url(../images/arrow-left.png);
}
.video-box .pic-list .arrow.right-btn{
	border-right: 2px solid #696767;
	background-image: url(../images/arrow-right.png);
}
.video-box .pic-list .list-box{
	float: left;
	width: 790px;
	height: 135px;
	overflow: hidden;
	position: relative;
}
.video-box .pic-list .list-box ul{
	position: absolute;
	left: 0;
	top: 0;
}
.video-box .pic-list .list-box ul li{
	position: relative;
	cursor: pointer;
	float: left;
}
.video-box .pic-list .list-box ul li i{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 125px;
	border: 5px solid #7d7d7d;
}
.video-box .pic-list .list-box ul li.current i{
	display: block;
}



@charset "utf-8";
/* CSS Document */
.content{
	
}
.content .subnav{
	line-height: 43px;
	border-top: 1px solid #c9cacb;
	border-bottom: 1px solid #dcdddd;
}
.subnav .subnav-box{
	width: 950px;
	margin: 0 auto;
}
.subnav .subnav-box .product-name{
	float: left;
}
.subnav .subnav-box .product-details{
	float: right;
	width:460px;
}
.subnav .subnav-box ul{
	float: left;
}
.subnav .subnav-box ul li{
	float: left;
	width: 84px;
	text-align: left;
	
}
.subnav .subnav-box ul li a{
	font-size: 14px;
	color: #9fa0a0;
}
.subnav .subnav-box .product-details ul li a{
	font-size: 12px;
	color: #9fa0a0;
}
.subnav .subnav-box ul li a:hover{
	color: #00a5e4;
}
.subnav .subnav-box ul li.current a{
	color: #00a5e4;
}

.subnav .subnav-box .product-details li{
	width: 80px;
}
.subnav .subnav-box .product-details .but-btn{
	float: left;
	margin: 9px 0 0 0;
}
.subnav .subnav-box .product-details .but-btn a{
	display: block;
	width: 112px;
	height: 25px;
	line-height: 25px;
	background: #00a5e4;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-left:27px;
}

.content .video-box{
	width: 850px;
	margin: 52px auto 0;
}
.video-box h2{
	line-height: 20px;
	font-size: 18px;
	color: #727171;
}
.video-box .video-list{
	position: relative;
	margin-top: 21px;
	width: 850px;
	height: 478px;
	overflow: hidden;
}
.video-box .video-list ul{
	position: absolute;
	width: 850px;
	height: 478px;
	left: 0;
	top: 0;
}
.video-box .video-list ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.video-box .video-list ul li.current{
	display: block;
}
.video-box .pic-list .arrow{
	float: left;
	width: 28px;
	height: 135px;
	background-color: #686868;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.video-box .pic-list .arrow.left-btn{
	border-left: 2px solid #696767;
	background-image: url(../images/arrow-left.png);
}
.video-box .pic-list .arrow.right-btn{
	border-right: 2px solid #696767;
	background-image: url(../images/arrow-right.png);
}
.video-box .pic-list .list-box{
	float: left;
	width: 790px;
	height: 135px;
	overflow: hidden;
	position: relative;
}
.video-box .pic-list .list-box ul{
	position: absolute;
	left: 0;
	top: 0;
}
.video-box .pic-list .list-box ul li{
	position: relative;
	cursor: pointer;
	float: left;
}
.video-box .pic-list .list-box ul li i{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 125px;
	border: 5px solid #7d7d7d;
}
.video-box .pic-list .list-box ul li.current i{
	display: block;
}
.pic-list{ height:135px; background-color:#595757;}