/*地图*/
.gc-map{
	width: 100%;
}
.gc-contact{
	padding-top: 87px;
	padding-bottom: 62px;
}
.gc-contact dl{
	margin-bottom: 42px;
}
.gc-contact dl dt{
	float: left;
	/*text-align: center;*/
	position: relative;
}
.gc-contact dl dt:nth-child(1){
	width: 37%;
}
.gc-contact dl dt:nth-child(1) p{
	width: 83%;
}
.gc-contact dl dt:nth-child(2){
	width: 37%;
}
.gc-contact dl dt:nth-child(2) p{
	width: 100%;
}
.gc-contact dl dt:nth-child(3){
	width: 26%;
}
.gc-contact dl dt:nth-child(3) p{
	width: 42%;
    margin-left: auto;
}
.gc-contact dl dt::after{
	display: block;
	content: '';
	width: 1px;
	height: 45px;
	background-color: #d4d4d4;
	position: absolute;
	right: 0;
	top: 50%;
	transform:translateY(-50%);
}
.gc-contact dl dt:last-child::after{
	display: none;
}
.gc-contact dl dt p{
	text-align: center;
	color: #0368B6;
	font-size: 20px;
}
.gc-contact dl dt p img{
	display: block;
	margin-bottom: 20px;
}
.gc-contact dl dt p em{
	font-size: 16px;
	color: #393838;
	display: block;
    font-weight: normal;
}
/*加入我们*/
.gc-join{
	padding-top:52px;
	padding-bottom: 62px;
}
.join-tit{
	width: 100%;
	background: #0368B6;
}
.join-tit em{
	display: block;
	width: 20%;
	text-align: center;
	font-size:18px;
	color: #f3f3f3;
	float: left;
	line-height: 69px;
}
.join-list{
	width: 100%;
	box-shadow: rgba(0,0,0,.2)0 0 10px;
	padding-bottom: 20px;
}
.join-list li{
	width: 100%;
	transition: all .3s;
}
.join-list li:hover{
	background-color: #e2f0fb;
}
.join-list li em{
	display: block;
	width: 20%;
	text-align: center;
	font-size: 16px;
	color: #444444;
	float: left;
	line-height: 69px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.join-list li em.moreBtn{
	cursor: pointer;
}
.join-list li em.moreBtn i{
	padding:4px 8px;
	border: 1px solid #0368B6;
}
.join-txt{
	width: 100%;
	padding:10px  20px;
	display: none;
}
.join-txt p{
	font-size: 16px;
	/*line-height: 1.5;*/
}
