/**********************************头部描述部分*********************************/
.page-introduce {
	background: url('../images/customerBanner.png') center no-repeat;
}
.page-introduce .a-group {
		position: absolute;
	  width: 100%;
	  margin-top: 355px;
	  margin-left: -138px;
}
.introduce-list {
	max-width: 900px;
	margin:0 auto!important;
}
.page-introduce .check-price:hover {
	background: #ffea00;
}
/*.page-introduce  .main-title {
	margin-top: 192px;
	font-size: 32px;
	margin-bottom: 30px;
	display: inline-block;
	line-height: 1;
}
.page-introduce  .sub-title {
	font-size: 22px;
	margin-bottom: 20px;
	display: block;
}
p.p-sub-title {
	line-height: 1.5;
	margin: 0 auto 39px;
}
.introduce-list:first-child {
	text-align: left;
}
.introduce-list>div:first-child {
	padding-right: 40px!important;
}
.introduce-list>div:last-child {
	margin-top: 180px;
	width: 400px;
	height: 211px;
	background: #fff;
	margin-left: 40px!important;
}*/
.p-customer-logo {
	width: 74px;
	height: 74px;
	border: 2px solid #cc3333;
	border-radius: 50%;
	margin: -38px auto 0px;
	background: #fff;
	text-align: center;
	vertical-align:middle;
}
.p-customer-logo > span {
  height:100%;
  display:inline-block;
  vertical-align:middle;
}
.p-customer-logo > img {
	vertical-align:middle;
}
.p-customer-des {
	margin-top: 8px;
	text-align: center;
	padding: 0 20px;
}
.p-customer-des > span {
	font-size: 16px;
	color: #333;
	line-height: 1;
}
.p-customer-des > p {
	font-size: 14px;
	color: #666;
	margin-top: 28px;
	line-height: 1.5;
	text-align: left;
}

/**********************************tab部分*********************************/

.job-tabs {
	background: #333333;
}
#myTab {
	width: 1000px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
	border: 0px!important;
}
#myTab li {
	width: 16.6%;
	height: 40px;
	color: #fff;
	font-size: 16px;
}
#myTab li:hover {
	background: #666666;
}
#myTab li > a {
	line-height: 40px;
	padding: 0px!important;
	color:#fff;
	border:0px;
	margin-right: 0px!important;
}
#myTab li.active > a {
	color:#333333!important;
	background: #fbfbfb!important;
}
#myTabContent {
	background: #fbfbfb!important;
}
#myTabContent > div{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
.nav-tabs>li>a {
	border-radius: 0px;
}
.customer-item {
	height: 220px;
	width: 220px;
	background: #fff;
	padding: 20px 10px!important;
	text-align:center;
}
.customer-item:hover {
	box-shadow: 0px 5px 8px rgba(0,0,0,0.35);
}
.customer-type {
	font-size: 16px;
	color: #bbb;
}
.customer-logo {
	margin-top: 43px;
}
.customer-item {
	margin-right: 40px;
}
.customer-item:last-child {
	margin-right: 0px;
}
.customer-item > div {
	margin: 25px auto 20px;
	height: 1px;
	width: 50px;
	background: #bbb;
}
.customer-des {
	font-size: 14px;
	color: #bbb;
  word-spacing: 3px;
  letter-spacing: 1px;
}
.customer-group:nth-of-type(odd) {
	margin:30px 0;
}
