/*å¤´éƒ¨*/
/*$$
{"color":[{"val":"#4a4a4a","title":"æ ‡é¢˜é¢œè‰²"},{"val":"#555555","title":"ä¸»ä½“å­—é¢œè‰²"},{"val":"#facd00","title":"çƒ­çº¿å’Œé‚®ç®±æ•°å­—é¢œè‰²"}],"background":[{"val":"#e7e8ea","title":"æ•´ä½“èƒŒæ™¯é¢œè‰²"},{"val":"#ffffff","title":"æ‰‹æœºåº•éƒ¨å¯¼èˆªåº•è‰²"},{"val":"#fafafb","title":"ä¸»ä½“éƒ¨åˆ†èƒŒæ™¯é¢œè‰²"},{"val":"#dedede","title":"èƒŒæ™¯é¢œè‰²"}],"border":[{"val":"#bfbfbf","title":"äºŒç»´ç è¾¹æ¡†é¢œè‰²+è”ç³»æˆ‘ä»¬å³éƒ¨å·¦è¾¹æ¡†"}]}
$$*/
/*å°¾éƒ¨*/
#contact_138 .footerEnd{
	width: 100%;
	background: #dedede;
	font-size: 14px;
	line-height: 50px;
	color: #555555;
	text-align: center;
	margin-top: 70px;
	height: 50px;
}
#contact_138 .footerEnd a{
	color: #555555;
}
/*è”ç³»æˆ‘ä»¬*/
#contact_138{
	width: 100%;
	background: #e7e8ea;
	padding-top: 60px;
	box-sizing: border-box;
}
#contact_138 .contactBody{
	width: 1200px;
	margin: auto;
}
#contact_138 .contactTitle{
	width: 17%;
	margin: auto;	
}
#contact_138 .contactTitle p{
	font-size: 28px;
	font-weight: bold;
	line-height: 33.34px;
	text-align: center;
	color: #4a4a4a;
}
#contact_138 .contactLine{
	width: /*52px*/26%;
	height: 1px;
	background: #959595;
	margin: auto;
	margin-top: 15px;
}
#contact_138 .contactBot{
	width: 100%;
	background: #fafafb;
	padding: 70px 100px 70px 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 45px;
}
#contact_138 .contactLeft{
	width: 25%;
}
#contact_138 .contactLeft img{
	width: 36%;
	float:left;
	border: #bfbfbf 1px solid;
}
#contact_138 .contactLeft p{
	font-size: 14px;
	line-height: 35px;
	color: #555555;
	margin-left: 15px;
	float: left;
}
#contact_138 .contactMid{
	width: 25%;
}
#contact_138 .contactMid ul{
	width: 100%;
}
#contact_138 .contactMid ul li{
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}
#contact_138 .contactMid ul li:last-child{
	margin-bottom: 0;
}
#contact_138 .contactMid ul li img{
	width: 17%;
	float: left;
}
#contact_138 .contactMid ul li p{
	font-size: 14px;
	line-height: 22px;
	color: #555555;
	margin-left: 20px;
	float: left;
}
#contact_138 .contactMid ul li p span{
	font-size: 18px;
	color: #facd00;
}
#contact_138 .contactRight{
	width: 20%;
}
#contact_138 .contactRight a{
	color: #555555;
}
#contact_138 .contactRightTitle{
	font-size: 18px;
	line-height: 36px;
	color: #555555;
}
#contact_138 .contactRightBody{
	font-size: 14px;
	line-height: 36px;
	color: #555555;
}
#contact_138 .contactRightBody span{
	margin-left: 10px;
	display: block;
	float: left;
	width: calc(50% - 10px);
}
#contact_138 .contactRightTwo{
	width: 100%;
	display: none;
	background: #ffffff;
}
#contact_138 .contactRightTwo ul{
	width: 90%;
	margin: auto;
}
#contact_138 .contactRightTwo ul li{
	line-height: 60px;
	font-size: 14px;
	float: left;
	width: calc(25% - 12px);
	margin: 0 6px;
}
#contact_138 .contactRightTwo ul li a{
	color: #4a4a4a;
}
@media screen and (max-width:1200px) {
	#contact_138{
		width:100%;
	}
	#contact_138 .contactBody{
		width: 90%;
	}
}
/* ipad */
@media screen and (max-width:992px){
	 #contact_138{
		width: 100%;
		margin: auto;
	}
	#contact_138 .contactBody{
		width: 90%;
	}
	#contact_138 .contactBot{
		padding-right: 10px;
		padding-left: 10px;
	}
	#contact_138 .contactLeft p{
		line-height: 30px;
	}
	#contact_138 .contactLeft{
		width: 33%;
	}
	
	#contact_138 .contactMid{
		width: 30%;
	}
}
/* æ‰‹æœº */
@media screen and (max-width: 767px) {
	 #contact_138{
	 	width: 100%;
	 	padding: 0;	 	
		margin-bottom: 80px;
	}
	
	#contact_138 .contactRight{
		display: none;
	}
	#contact_138 .contactRightTitle{
		font-size: 15px;
	}
	#contact_138 .contactRightBody{
		font-size: 12px;
		display: none;		
	}
	#contact_138 .contactRightTwo{
		display: block;
	}
	#contact_138 .contactTitle{
		display: none;
	}
	#contact_138 .contactBody{
		width: 100%;
	}
	#contact_138 .contactBot{
		background: none;
		margin-top: 0;
		padding: 40px 0;
	}
	#contact_138 .contactMid{
		width: 50%;
		padding-left: 20px;
		border-left: #bfbfbf 1px solid;
	}
	#contact_138 .contactMid ul li p{
		margin-left: 10px;
		font-size: 12px;
	}
	#contact_138 .contactMid ul li p span{
		font-size: 14px;
	}
	#contact_138 .contactMid ul li img{
		display: none;
	}
	#contact_138 .contactLeft{
		width: 90%;
		padding-left: 20px;
	}
	#contact_138 .contactMid ul li{
		margin-bottom: 10px;
	}
	#contact_138 .contactLeft p{
		font-size: 12px;
		line-height: 28px;
		float: none;
		margin-left:90px;
	}
	#contact_138 .contactLeft img{
		width: 80px;
		height: 80px;
	}
	#contact_138 .footerEnd{
		line-height: 50px;
		height: 50px;
		font-size: 12px;
		margin-top: 0;
	}
}