
/*page second title and introduce*/
.page-second-title{
	margin-top: 40px;
}
.page-introduce{
	margin: 0px 0 30px;
}
.address{
	margin-bottom:50px;
}
.address img{width:96%;}
/*contact way*/
.contact-way{
	color: #bbbbbb;
	margin:40px 0 80px;
}
.one-way,
.two-way,
.three-way{
	width: 33.333333%;
	float: left;
	padding: 14px 16px 0px;
	text-align: center;
	line-height: 1.8;
	font-size:12px;
}
.two-way{
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

/*phone media*/
@media screen and (max-width:1023px){
	.mobile-body .text-center img{
		width:96%;
	}
}

/*phone media*/
@media screen and (max-width:767px){
	.mobile-body .one-way,
	.mobile-body .two-way,
	.mobile-body .three-way{
		float: none;
		width: 100%;
		padding:14px 0px 0px;
		height: auto;
		text-align: left;
	}
	.mobile-body .two-way{
		border: none;
	}
}


