.LiContactTitle{
	margin-top: 60px;
}
.LiContactTitle p:nth-child(1){
	font-size: 18px;
	color: #FFA50A;
	font-weight: bold;
}
.LiContactTitle p:nth-child(2){
	font-size: 46px;
	color: #333333;
	font-weight: bold;
}
.LiContactTitle p:nth-child(2) span{
	color: #FFA50A;
}
.LiContactNav{
	margin-top: 40px;
	border-bottom: solid 1px #CCCCCC;
}
.LiContactNav ul li{
	float: left;
	margin-left: 35px;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: bold;
	cursor: pointer;
}
.LiContactNav ul li:first-child{
	margin-left: 0;
}
.LiContactNavSelect{
	color: #FFA50A;
	border-bottom: solid 2px #FFA50A;
}
.LiContactAbout{
	margin-top: 70px;
	padding-bottom: 80px;
	border-bottom: solid 1px #CCCCCC;
}
.LiContactAbout p:nth-child(1){
	font-size: 32px;
	font-weight: bold;
}
.LiContactAbout p:nth-child(2){
	text-align: center;
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
}
.LiContactAbout p:nth-child(3){
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.LiContactPromoting{
	margin-top: 70px;
}
.LiContactPromoting p:nth-child(1){
	font-size: 32px;
	font-weight: bold;
}
.LiContactPromoting p:nth-child(2){
	text-align: center;
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
}
.LiContactPromoting p:nth-child(2) a{
	cursor: pointer;
	color: #2E97FF!important;
}
.mobiletext{
	visibility: hidden;
}
@media(max-width:768px){
	.LiContactTitle{
		margin-top: 30px;
	}
	.LiContact{
		margin: 20px;
		width: 90%;
	}
	.LiContactTitle p:nth-child(1){
		color: #333333;
	}
	.LiContactTitle p:nth-child(2){
		margin-top: 50px;
		font-size: 16px;
	}
	.LiContactNav{
		display: none;
	}
	.LiContactAbout{
		padding-bottom: 0px;
		border-bottom: none;
	}
	.LiContactAbout p:nth-child(1){
		font-size: 18px;
	}
	.LiContactAbout p:nth-child(2){
		margin-top: 50px;
		text-align: inherit;
		margin-right: 10px;
		font-size: 16px;
	}
	.LiContactAbout p:nth-child(3){
		display: none;
	}
	.mobiletext{
		visibility: visible;
	}
	.LiContactPromoting p:nth-child(1){
		font-size: 18px;
	}
	.LiContactPromoting p:nth-child(2){
		margin-top: 50px;
		text-align: inherit;
		margin-right: 10px;
		font-size: 16px;
	}
}