/*css product overview page*/
.product-overview-page #wrap{
	background: #fafafa;
}
.product-overview-page #main{
	padding: 25px 0 110px;
}
.product-overview-page .po-box{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.product-overview-page .po-box .item {
	width: 100%;
	overflow: hidden;
	margin-bottom: 9px;
}
.product-overview-page .po-box .item.middle.f-left{
	width: 476px;
}
.product-overview-page .po-box .item.middle.f-right{
	width: 495px;
}
.product-overview-page .po-box .item.small{
	width: 313px;
}
.product-overview-page .po-box .item.small.f-left{
	margin-right: 5px;
}
.product-overview-page .po-box .item img {
	display: block;
	width: 100%;
}
/*css product list page*/
.product-list-page #main {
	padding-bottom: 120px;
}
.product-list-page .pl-banner{
	height: 406px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.product-list-page .pl-banner img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.product-list-page .pl-nav {
	width: 100%;
	background: url(../images/pl_nav_line.png) no-repeat center top;
	background-size: 100% 1px;
	padding-top: 19px;
	margin-bottom: 20px;
}
.product-list-page .pl-nav-inner {
	background: url(../images/pl_nav_line.png) no-repeat center bottom;
	background-size: 100% 1px;
	padding: 0 20px 9px;
}
.product-list-page .pl-nav a{
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 28px;
	border-radius: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.product-list-page .pl-nav a:hover{
	background: #003a68;
	color: #fff;
}
.product-list-page .pl-nav a.active{
	background: #003a68;
	color: #fff;
}
.product-list-page .pl-list {
	width: 768px;
	margin: 0 auto;
	overflow: hidden;
}
.product-list-page .pl-list ul{
	width: 1024px;
}
.product-list-page .pl-list li{
	width: 220px;
	padding: 13px;
	background: url(../images/pl_li_bkg.png) no-repeat center bottom;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product-list-page .pl-list li a{
	display: block;
	position: relative;
}
.product-list-page .pl-list li .img-box{
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.product-list-page .pl-list li .img-box img {
	width: 100%;
}
.product-list-page .pl-list li h6 {
	color: #003a68;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
	padding-left: 6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 184px;
}
.product-list-page .pl-list li p {
	color: #666666;
	line-height: 20px;
	font-size: 14px;
	padding-left: 6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 184px;
}
.product-list-page .pl-list li .arrow{
	display: block;
	height: 26px;
	width: 26px;
	overflow: hidden;
	text-indent: -99em;
	background: url(../images/pl_li_arrow.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 12px;
}
.product-list-page .pl-list li a:hover .arrow{
	background-position: left bottom;
}
.product-list-page .pl-list .pager {
	text-align: center;
	clear: both;
	padding-top: 30px;
}
.product-list-page .pl-list .pager a{
	display: inline-block;
	padding: 4px 5px;
	margin: 0 3px;
	font-size: 14px;
	color: #666;
}
.product-list-page .pl-list .pager a:hover{
	background: #003a68;
	color: #fff;
}
.product-list-page .pl-list .pager a.p-cur{
	background: #003a68;
	color: #fff;
	cursor: default;
}
/*css product detail page*/
.product-detail-page #main{
	padding-bottom: 120px;
}
.product-detail-page .pd-banner{
	height: 494px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 70px;
}
.product-detail-page .pd-banner img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.product-detail-page .pdt-info {
	width: 512px;
	float: left;
	margin-top: 40px;
}
.product-detail-page .pdt-info h3 {
	font-size: 22px;
	color: #666;
	line-height: 34px;
	margin-bottom: 10px;
}
.product-detail-page .pdt-info p.sub{
	color: #999999;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 20px;
}
.product-detail-page .pdt-info .standard {
	padding-top: 20px;
	border-top: 1px solid #f1f1f1;
}
.product-detail-page .pdt-info .standard p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #555555;
}
.product-detail-page .pdt-info .standard p span{
	color: #999999;
}
.product-detail-page .pdt-slider {
	width: 386px;
	float: right;
	margin-bottom: 50px;
}
.product-detail-page .pdt-slider img {
	width: 100%;
	display: block;
}
.product-detail-page .pdt-slider .img-show {
	border: 1px solid #ddd;
	padding: 5px;
	width: 375px;
	height: 230px;
	margin-bottom: 6px;
	position: relative;
}
.product-detail-page .pdt-slider .img-show img {
	position: absolute;
	left: 5px;
	top: 5px;
	display: none;
	width: 375px;
	height: 230px;
}
.product-detail-page .pdt-slider .img-show img.active{
	display: block;
}
.product-detail-page .pdt-slider .img-belt a.item{
	display: block;
	width: 126px;
	margin-right: 4px;
	float: left;
}
.product-detail-page .pdt-slider .img-belt a.item.last{
	margin-right: 0;
}
.product-detail-page .pdt-tabs {
	clear: both;
}
.product-detail-page .tabs-handles {
	height: 52px;
	background: #efefef;
}
.product-detail-page .tabs-handles a {
	display: block;
	float: left;
	width: 164px;
	text-align: center;
	color: #666666;
	line-height: 52px;
	font-size: 18px;
}
.product-detail-page .tabs-handles a.active {
	background: #005192;
	color: #fff;
}
.product-detail-page .tabs-content {
	background: #fcfcfc;
	border: 1px solid #ddd;
	padding: 25px 0 10px;
	padding-left: 60px;
	text-align: left;
	overflow: hidden;
}
.product-detail-page .tabs-content .tech {
	padding-left: 80px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 180px;
	margin-right: 60px;
	margin-bottom: 20px;
}
.product-detail-page .tabs-content .tech.tech-1{
	background-image: url(../images/pd_tech_icon1.png);
}
.product-detail-page .tabs-content .tech.tech-2{
	background-image: url(../images/pd_tech_icon2.png);
}
.product-detail-page .tabs-content .tech.tech-3{
	background-image: url(../images/pd_tech_icon3.png);
}
.product-detail-page .tabs-content .tech.tech-4{
	background-image: url(../images/pd_tech_icon4.png);
}
.product-detail-page .tabs-content .tech.tech-5{
	background-image: url(../images/pd_tech_icon5.png);
}
.product-detail-page .tabs-content .tech.tech-6{
	background-image: url(../images/pd_tech_icon6.png);
}
.product-detail-page .tabs-content .tech.tech-7{
	background-image: url(../images/pd_tech_icon7.png);
}
.product-detail-page .tabs-content .tech.tech-8{
	background-image: url(../images/pd_tech_icon8.png);
}
.product-detail-page .tabs-content .tech.tech-9{
	background-image: url(../images/pd_tech_icon9.png);
}
.product-detail-page .tabs-content ul li{
	float: left;
}
.product-detail-page .tabs-content ul li a {
	background: url(../images/pd_tech_a_icon.png) no-repeat;
	display: block;
	color: #666;
	line-height: 20px;
	height: 53px;
	padding: 27px 0 6px 73px;
	font-size: 12px;
	margin-right: 60px;
}
.product-detail-page .tabs-content  a:hover{
	background: url(../images/pd_tech_a_icon_hover.png) no-repeat;
}
.product-detail-page .tabs-content ul li a h5{
	font-size: 16px;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	color: #666;
}
.product-detail-page .tabs-content .tech h6{
	color: #666;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 4px;
	text-align: left;
}
.product-detail-page .tabs-content .tech p{
	color: #aaa;
	line-height: 20px;
	text-align: left;
}
.product-detail-page .tabs-item {
	display: none;
}
.product-detail-page .tabs-item.active {
	display: block;
}
