#banner{
	width: 100%;
}
#banner img{
	display: none;
	width: 100%;
	border:none;
}
#banner .pc{
	display: block;
}
#contact{
	padding-bottom: 50px;
}
#contact h2{
	font-size: 35px;
	line-height: 35px;
	padding-top: 50px;
	text-align: center;
}
#contact .email{
	width: 600px;height: 118px;
	margin: 35px auto;
	text-indent: 148px;
	font-size: 22px;
	line-height: 118px;
	background: url(../images/email.png) no-repeat 0 0;
	
}
#contact .email a{
	color:#0059d6;
	text-decoration: underline;
}
#contact .info{
	width: 100%;
	margin-right: 36px;
	padding: 40px 0;
	position: relative;
}
#contact .pointer{
	width: 66px;height: 24px;
	position: absolute;
	top:-24px;
	left: 47.5%;
}
#contact .info ul{
	width: 1180px;
	height: 230px;
	margin: 0 auto;
	overflow: hidden;
}
#contact .info ul li{
	width: 300px;
	padding: 0;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 30px;
	background: #fff;
	float: left;

}
#contact .info ul li.first{
	padding-right:45px;
}
#contact .info ul li.secend{
	width:355px;
	padding: 0 58px;
	margin-right:56px;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}
#contact .info ul li .title{
	font-size: 16px;
	text-indent: 24px;
	padding-bottom: 10px;
	color: #0b1675;
	background: url(../images/title_ico.png) no-repeat left 7px;
}
@media screen and (max-width: 1200px){
	#banner .pc{
		display: none;
	}
	#banner .pad{
		display: block;
	}
	#contact .info{
		box-sizing:border-box;
		width: 100%;
		padding: 0 16px;
	}
	#contact .info ul{
		width: 100%;
	}
	#contact .info ul li.first{
		width:28%;
		padding-right: 3%;
	}
	#contact .info ul li.secend{
		width:28%;
		padding: 0 3%;
		margin-right: 0;
	}
	#contact .info ul li.third{
		width:28%;
		padding-left:3%;
	}
	#contact .info ul li p{
		line-height:18px;
		padding: 4px 0;
	}
}
@media screen and (max-width: 900px){
	#banner .pad{
		display: none;
	}
	#banner .mobile{
		display: block;
	}
	#contact .info ul li{
		margin: 15px 0;
	}
	#contact .info ul li.first{
		width:100%;
		padding-right: 0;
		float: none;
	}
	#contact .info ul li.secend{
		width:100%;
		padding: 0;
		border:none;
		float: none;
	}
	#contact .info ul li.third{
		width:100%;
		padding: 0;
		float: none;
	}
	#contact .email{
		box-sizing:border-box;
		width:100%;
		padding: 10px 0px;
		height:60px;
		text-indent: 80px;
		line-height: 40px;
		background: url(../images/email.png) no-repeat 16px ;
		background-size: 60px auto;
	}
	#contact .email a{
		font-size: 18px;

	}
	#contact .info ul{
		height: auto;
	}
	#contact .info ul li p{
		font-size: 12px;
		padding: 2px 0;
	}
}