.full .content-main{
	overflow:hidden;
	width:100%;
}
.side-title h3{
	color:#4e4e4e;
	font-size:16px;
	margin: 10px 0;
	position:relative;
	z-index:1;
	border: none;
    padding: 0;
}
.side-title h3:after{
	background:#c0c0c0;
	content:'';
	width:200px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-3;
}
.side-title h3 strong{
	color:#4e4e4e;
	font-size:16px;
	position:relative;
	z-index: 1;
}
.side-title h3 strong:after{
	content:'';
	background:#fff;
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
    bottom: -10px;
    padding-right: 10px;
    z-index: -1;
}
.content-main .contact-img{
	float:right;
	max-width: 65%;
}
.content-main h2{
	color:#c5af81;
	font-size:20px;
	letter-spacing:0.1em;
	margin-top:30px;
}
.content-main article{
	float:left;
	color:#282828;
	font-size:14px;
	margin-top: 30px;
}
.content-main article p{
	color:#c1a250;
    margin: 5px 0;
}
.content-main article p a{
	color:#282828;
}
.contact-info{
	overflow:hidden;
	margin-top: 15px;
}
.contact-info article{
	color:#4e4e4e;
	font-size:12px;
}
.contact-info .leftinfo{
	float:left;
	width:25%;
}
.contact-info .four{
	width:70%;
	float:right;
}
.contact-info .four li{
    margin: 0 10px;
    padding: 30px 0;
    width: calc(25% - 30px);
	display: inline-block;
	border:2px solid #93c3dc;
}
.contact-info .four li p{
	color: #4e4e4e;
    text-align: center;
}
.contact-info .four li p b{
	display: block;
	word-wrap: break-word;
	word-break: break-all;
	text-align: center;
	font-size:12px;
}
.contact-center span,
.contact-form span{
	display:inline-block;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#e17b60;
	margin-right: 5px;
}
#page-form{
	margin-top: 25px;
}

@media screen and (max-width: 1366px) {
	.contact-info .leftinfo{
		width: 20%;	
	}
	.contact-info .four{
		width:79%;
	}
}
@media screen and (max-width: 1280px) {
	.contact-info .leftinfo{
		width: 100%;
		margin-bottom: 20px;	
	}
	.contact-info .four{
		width:100%;
	}
}
@media screen and (max-width: 980px) {
	.contact-info .four li{
		width:50%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.notice p:before,
	.notice p:after{
		width:30%;
	}
}
@media screen and (max-width: 640px) {
	.contact-info .four li{
		width:70%;
		margin:0 15% 20px;
	}
}
@media screen and (max-width: 480px) {
	.contact-info .four li{
		width:80%;
		margin:0 10% 20px;
	}
}