.recThead{
	
	padding: 0 40px;
	height:55px ;
	line-height: 55px;
	color: #fff;
	font-size: 15px;
	background-color: #007bc7;
}
.recThead>div{
	width: 20%;
	text-align: center;
	float: left;
}
.recThead>div:first-child{
	text-align: left;
}
.recThead>div:last-child{
	text-align: right;
}
.recTbody{

	background-color: #f8f8f8;
}
.recCol{
	height:55px ;
	line-height: 55px;
	border-bottom: 1px solid #e5e5e5;

	
}
.recTh{
	padding: 0 40px;
	
}
.recCol>div{
	width: 20%;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #666666;
}
.recCol>div:first-child{
	text-align: left;
}
.recCol>div:last-child{
	text-align: right;
	color: #007bc7;
}
.recCol>div  span:hover{
	cursor: pointer;
}
.recContent{
	padding: 40px;
	background-color: #eaeaea;
	position: relative;
	
}
.recContent dt{
		font-size: 15px;
		color: #333333;
		margin-bottom: 15px;
}
.recContent dd{
	font-size: 14px;
	color: #999999;
	line-height: 27px;
}

.recContent dl{
	margin-bottom: 55px;
}
.recEmail{
	font-size:15px ;
	color: #333333;
}
.recContent:before{
	
	width: 0;
    content: '';
    height: 0;
    border: 9px solid red;
    border-top-color: #eaeaea;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-180deg) translate(-20px,100%) ;
}
.recContent:after{
	height: 40px;
	position: absolute;
	width: 1200px;
	background-color: #f8f8f8;
	width: 1200px;
	bottom: 0;
	left: -40px;
	content: '';
}
.recContent{
	position: relative;
	padding-bottom: 80px;
	display: none;
}
.recTable{
	margin: 40px 0 70px 0;
}
.concatUsBOx{
	margin-top: 40px;
}
.concatCompayName{
	font-size: 24px;
	color: #666666;
	line-height: 105px;
}
.concatStyle>div{
	float: left;
}
.concatStyle>div:first-child{
	margin-right: 25px;
}

.concatPl div{
	padding-left: 30px;
	background-image: url(../img/concat_03.png) ;
	background-repeat: no-repeat;
	min-height: 25px;
	line-height: 25px;
}
.phoneCon{
	font-size: 20px;
	color: #007bc7;
	background-position: 0 0;
	margin-top: 50px;
}
.addressCon{
	background-position: 0 -40px;
	font-size:15px ;
	color: #666666;
	margin-top: 20px;
}
.concatStyle{
	overflow: hidden;
	margin-bottom: 100px;
}
#mapBox{
	width: 1100px;
	height: 580px;
	margin-top: 45px;
}
#mapBox iframe{
	width: 100%;
	height: 100%;
	border: none;
}

















