﻿
/*公共样式*/
body, div, p, iframe, ul, li, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, table, th, td, input, button, select, textarea {
	margin: 0;
	padding: 0;
}

body,button,input,select,textarea {
	font: 12px/1.5 'Microsoft YaHei',Arial, Helvetica, sans-serif;
	color: #484848;
}

button{
	cursor: pointer;
}

button:active {
	filter: alpha(opacity=80);
 	/* IE */
	-moz-opacity: 0.8;
 	/* 内核Mozilla */
	-khtml-opacity: 0.8;
 	/* 内核Safari */
	opacity: 0.8;
	/*透明度*/
}

input,button,select,textarea {
	outline: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

li {
	list-style-type: none;
}

em,i {
	display: block;
	font-style: normal;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	position: relative;
	color: #484848;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

a:hover {
	color: #f60001;
}

img {
	border: none;
	vertical-align: middle;
}

/*浮动*/
.ui-left {
	float: left;
}

.ui-right {
	float: right;
}

/*清除浮动*/
.clearfloat {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}

.rel {
	position: relative;
}

/*超出省略号*/
.ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*字体颜色*/
.red{
	color: #d30011;
}

.orange {
	color: #ff9900;
}

.en {
	font-family: verdana;
}

.cl-f90 {
	color: #f90;
}

.c48 {
	color: #484848;
}

.c6 {
	color: #666;
}
.c8 {
	color: #888;
}
.c9 {
	color: #999;
}
/*圆角*/
.radius-3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*阴影*/
.shadow{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
  /* For IE 5.5 - 7 */
	-moz-box-shadow: 2px 2px 10px #9d9c9c;
  /* for firefox */
	-webkit-box-shadow: 2px 2px 10px #9d9c9c;
  /* for safari or chrome */
	box-shadow: 2px 2px 10px #9d9c9c;
  /* for opera or ie9 */
}

.center{ text-align:center;}

/*字体大小*/
.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.bold {
	font-weight: 700;
}

/*公用3像素圆角*/
.radius{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*主体通用宽度*/
.w {
	width: 1200px;
	margin: 0 auto;
}


/*弹框背影*/
.g-mian-bg {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #000;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*头部*/
.header-mian {
	height: 125px;
	background: url("../images/base/headBg.png")/*tpa=http://img.jdbpcb.com/new_web/images/base/headBg.png*/ repeat-x;
}

.shortcut {
	height: 35px;
	line-height: 35px;
	color: #fff;
}

.shortcut a {
	color: #fff;
}

.shortcut a:hover {
	color: #fff;
	text-decoration: underline;
}

.shortcut li {
	float: left;
}

.shortcut li .line {
	float: left;
	width: 1px;
	height: 13px;
	background-color: #ea4d5a;
	margin-top: 10px;
}

.shortcut li .dt{
	padding: 0 7px;
}

.shortcut li.spacer {
	overflow: hidden;
	margin: 11px 5px 0;
	width: 1px;
	height: 13px;
	background-color: #fff;
}

.shortcut .ttbar-login a {
	margin-right: 8px;
}

.shortcut .ttbar-login .prizeIcon{
	float: left;
	width: 15px;
	height: 15px;
	margin: 9px 5px 0 0;
	background: url("../images/prize-icon.png")/*tpa=http://img.jdbpcb.com/new_web/images/prize-icon.png*/;
}

.header {
	height: 88px;
}

.header .logo {
	overflow: hidden;
	float: left;
	text-indent: -999px;
	width: 296px;
	height: 88px;
	background: url("../images/logo.png")/*tpa=http://img.jdbpcb.com/new_web/images/logo.png*/;
}

.header .navigation{
	margin-top: 32px;
}

.header .navigation li {
	float: left;
	margin-left: 28px;
}
.header .navigation li a{
	display: block;
}


.header .navigation li .entrance-pcbonline .jp-ico {
	display: inline-block;
	position: relative;
	top: 4px;
	width: 28px;
	height: 28px;
	background: url("../images/calculate@icon.png")/*tpa=http://img.jdbpcb.com/new_web/images/calculate@icon.png*/;
}

.header .navigation li i{ -webkit-transition: 0.2s; -webkit-transition: -webkit-transform 0.2s ease-out; transition: transform 0.2s ease-out; -moz-transition: -moz-transform 0.2s ease-out;}
.header .navigation li:hover i{ transform: rotateZ(360deg); -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); }


.header .navigation li em {
	display: inline-block;
	color: #fff;
	vertical-align: top;
}

.header .navigation li em p {
	line-height: 1;
}

.header .navigation li .entrance-user .user-ico {
	display: inline-block;
	position: relative;
	top: 4px;
	width: 28px;
	height: 28px;
	background: url("../images/user@icon.png")/*tpa=http://img.jdbpcb.com/new_web/images/user@icon.png*/;
}

.header .navigation li .entrance-cart .user-ico {
	display: inline-block;
	position: relative;
	top: 4px;
	width: 28px;
	height: 28px;
	background: url("../images/shopping@icon.png")/*tpa=http://img.jdbpcb.com/new_web/images/shopping@icon.png*/;
}

.header .navigation li .entrance-cart em .number {
	display: block;
	text-align: center;
	width: 30px;
	height: 14px;
	margin: 2px 0;
	line-height: 14px;
	background-color: #ff9900;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/*导航*/
.nav {
	height: 40px;
	line-height: 40px;
	background-color: #414143;
}
/*
.nav .nav-list li {
	float: left;
}

.nav .nav-list li.spacer {
	overflow: hidden;
	margin: 12px 0;
	width: 1px;
	height: 17px;
	line-height: 0;
	background-color: #dbdbdb;
}

.nav .nav-list li a {
	display: block;
	padding: 0 31px;
	line-height: 40px;
	color: #333;
}


.nav .nav-list li a.over {
	background-color: #ff9900;
	color: #fff;
}

.nav .nav-list li a:hover:after,.nav .nav-list li a.over:after {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	bottom: -7px;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ff9900;
}*/

.nav-box { position:relative; height: 4px; z-index:9;}
.nav-box ul li { float:left;}
.nav-box ul li.spacer {
	overflow: hidden;
	margin: 11px 0;
	width: 1px;
	height: 17px;
	line-height: 0;
	background-color: #4f4f4f;
}
.nav-box ul li a{ transition: 0;
	-webkit-transition: 0;
	-moz-transition: 0;}
.nav-box ul li a.cur{ color: #fff;}
.nav-box ul li a { display: block; padding: 0 31px; line-height: 40px; color: #fff;}
.nav-box ul li a:hover { text-decoration:none; color: #fff;}
.nav-box ul li.last { font-family:\5b8b\4f53; font-size:12px; padding-top:1px;}
.nav-box ul li.last a { color:#a2a2a1;}

.nav-box .nav-line { position:absolute; z-index: -1; left:0; top:0; height:40px; line-height:40px; font-size:0; width:52px; background-color:#00923f;}
.nav-box .nav-line:after{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99999;
	bottom: -5px;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #00923f;}

/*页面大盒子*/
.g-mian {
	background-color: #F2F3F7;
	overflow: hidden;
}
/*四大优势*/
.four-guarantee {
	background-color: #fff;
}
.four-guarantee .guarantee-box{
	padding: 30px 0;
}

.four-guarantee .guarantee-box li{
	float: left;
	text-align: center;
	overflow: hidden;
	width: 299px;
	padding:20px 0 ;
	height: 130px;
	border-right:1px solid #f2f3f7;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.four-guarantee .guarantee-box li:hover{ 
	transform:translate(0,-12px);
	-webkit-transform:translate(0,-12px);
	-moz-transform:translate(0,-12px);
	-o-transform:translate(0,-12px);
	-ms-transform:translate(0,-12px);
	color: #d2232a;
}

.four-guarantee .guarantee-box li:last-child{
	border-right:0;
}

.four-guarantee .guarantee-box li .jp-ico{
	width: 69px;
	height: 58px;
	margin: 0 auto;
	margin-bottom: 15px;
}

/*底部*/
.footer{ border-top:5px solid #00923f ; background-color: #414143;}
.footer .line-wrap{ position: relative; padding: 35px 0;}
.footer .line-wrap .companyinfo{ width: 360px;}
.footer .line-wrap .companyinfo .f-logo{ display: block; width: 218px; height: 33px; margin-bottom: 25px; background: url("../images/f-logo.png")/*tpa=http://img.jdbpcb.com/new_web/images/f-logo.png*/;}
.footer .line-wrap .companyinfo .info-box{ color: #c6c6c6;}
.footer .line-wrap .companyinfo .info-box dt{ overflow: hidden; margin-bottom: 10px;}
.footer .line-wrap .companyinfo .info-box dt span{ float: left; display: block; margin-right: 20px;}
.footer .line-wrap .companyinfo .info-box dd { line-height: 1.9;}
.footer .line-wrap .companyinfo .info-box .info-icon{ position: relative; top: -2px; float: left; margin-right: 5px;}
.footer .line-wrap .footer-center{ margin: 0 0 0 120px;  }
.footer .line-wrap .footer-center .iphone{ width: 320px; height: 62px; line-height: 62px; font-size: 33px; color: #fff; border: 1px solid #676769; border-radius: 62px; -moz-border-radius: 62px; -webkit-border-radius: 62px;}
.footer .line-wrap .footer-center .iphone i{ float: left; width: 41px; height: 41px; margin: 10px 15px 0 15px; background: url("../images/tel-big@icon.png")/*tpa=http://img.jdbpcb.com/new_web/images/tel-big@icon.png*/;  -webkit-animation: scale 2s 0s infinite; animation: scale 2s 0s infinite;}
.footer .line-wrap .footer-center .iconspirit-val{ width: 280px; height: 41px; margin: 20px auto 0; }
@-webkit-keyframes scale {
    0 {
        -webkit-transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}
@keyframes scale {
    0 {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.footer .line-wrap .ewm{ position: absolute; right: 0; top: 35px; width: 150px; height: 150px; }
.footer .line-wrap .ewm p{ text-align: center; color: #bbb; margin-top: 3px;}

.footer .copyright{ border-top:1px solid #555 ; padding: 25px 0; color: #bbb;}
.footer .copyright a{ color: #bbb; margin: 0 3px;}
.footer .copyright a:hover{ color: #fff; text-decoration: underline; }



/*��ҳ*/
.pages {
	padding: 0 0;
	width: 100%;
	text-align: center;
	line-height: 14px;
	margin: 35px 0 15px;
}

.pages a{
	margin: 0 3px;
	background-color: #fff;
	font-size: 14px;
}

.pages a {
	padding: 5px 12px;
	border: 1px solid #eaeaea;
}

.pages a:hover {
	color: #00923f;
}

.pages a.over {
	background: #00923f;
	color: #fff;

}

.pages u {
	margin-left: 10px;
	text-decoration: none;
	border-radius: 2px;
}

.pages u font {
	margin: 0 5px;
}

.pages a i{
	display: inline;
	font-family: "arial, helvetica, sans-serif";
}

.pages input {
	margin: 0 4px;
	padding-left: 4px;
	width: 34px;
	border-radius: 2px;
	height: 28px;
	border: 1px solid #eaeaea;
}

.pages .but {
	padding: 0;
	width: 54px;
	height: 28px;
	border-radius: 3px;;
	background: #fff;
	cursor: pointer;
}

/*网上咨询*/
.Online-consulting{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;
	width: 54px;
	margin-top: -150px;
}

.Online-consulting ul{
	width: 54px;
}

.Online-consulting ul li{
	width: 54px;
	background-color: #fff;
	box-shadow:0px 0px 6px #aaa;
	-moz-box-shadow:0px 0px 6px #aaa;
	margin-bottom: 10px;
}

.Online-consulting ul li a{ position: relative; display: block; color: #666;}
.Online-consulting ul li a:hover{ background-color: #eaeaea; }
.Online-consulting li.shop-cart{ width:54px; height: 60px; background:url("../images/shop-cart@icon.png")/*tpa=http://img.jdbpcb.com/new_web/images/shop-cart@icon.png*/ no-repeat;}
.Online-consulting li.shop-cart .nub{ position: absolute; right: 2px; top: 2px; z-index: 9; height: 19px; padding: 0 6px; line-height: 19px; text-align: center; background-color: #c70000; color: #fff; border-radius:13px;}
.Online-consulting li .code .code-hide{ display: none; position: absolute; left: -150px; top:0; z-index: -1; width: 150px; height: 150px; background-color: #fff; }
.Online-consulting li .tel .tel-hide{ display: none; position: absolute; left: -150px; top:0; z-index: -1; width: 150px; line-height: 54px; text-align: center; height: 54px; background-color: #fff;}


