.full .content-main{
	overflow:hidden;
	width:100%;
}
.side-title h1{
	color:#4e4e4e;
	font-size:16px;
	margin: 10px 0;
	position:relative;
	z-index:1;
	border: none;
    padding: 0;
}
.side-title h1:after{
	background:#c0c0c0;
	content:'';
	width:200px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-3;
}
.side-title h1 strong{
	color:#4e4e4e;
	font-size:16px;
	position:relative;
	z-index: 1;
}
.side-title h1 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{
    float: right;
    width: 25%;
}
.contact-info .four li .border{
	border:2px solid #c5af81;
	text-align: center;
    margin: 0 10px;
    padding: 40px 0 30px;
}
.contact-info .four li .border p{
	color: #4e4e4e;
    text-align: center;
    height: 46px;
    overflow: hidden;
    margin-top: 25px;
	font-size:12px;
}
.contact-center span,
.contact-form span{
	display:inline-block;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#e17b60;
	margin-right: 5px;
}
.contact-form{
	margin: 60px auto 30px;
	position:relative;
	z-index:2;
}
.contact-form fieldset{
	padding:0;
	margin:0;
	border: 0;
	overflow:hidden;
}
.contact-form fieldset .left,
.contact-form fieldset .right,
.contact-form fieldset .forcode{
	float:left;
	width:48%;
}
.contact-form fieldset .right{
	float:right;
}

.contact-form div div{
	font-size:14px;
	color:#4c4c4c;
	margin-bottom:30px;
	position:relative;
}
.contact-form div div label{
	display:block;
	margin-bottom: 10px;
}
.contact-form div div label .light{
	font-weight:normal;
	color: #a1a1a1;
}
.contact-form div div input[type="text"],
.contact-form div div textarea,
.contact-form div div select,
.ckeList{
	display: block;
    border: 1px solid #d2d2d2;
    background: #fcfcfc;
    width: 97%;
    border-radius: 8px;
    height: 36px;
	outline: none;
	padding-left:2%;
}
.contact-form div div select{
	width: 99%;
	color: #4c4c4c;
}
.contact-form div div textarea{
    height: 100px;
	padding: 10px 0 10px 2%;
}
.contact-form div div p.sex{
	position: absolute;
    right: 1%;
    top: 0;
}
.contact-form .code input[type="text"]{
	display:inline-block;
	width:200px;
	margin-right:10px;
}
.contact-form .send{
	text-align:center;
}
.contact-form .send p{
	text-align:center;
	display:inline-block;
	line-height: 14px;
    font-size: 14px;
}
.contact-form .send p.sendp{
    padding: 10px 15px;
	color:#000;
}
.contact-form .send p.sendp:hover{
	background:#b9b9c8;
	color:#fff;
	cursor:pointer;
}
.contact-form .send p.sendp i{
	margin: 0 10px;
}
.contact-form .send p input{
	background: none;
	line-height: 14px;
    font-size: 14px;
	color: #000;
}

.contact-form .send p.sendp:hover input{
	color:#fff;
}
@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) {
	.contact-form fieldset .left,
	.contact-form fieldset .right,
	.contact-form fieldset .forcode{
		width:100%;
	}
	.notice p:before,
	.notice p:after{
		width:30%;
	}
	.contact-form .forcode .code input[type="text"]{
		width:100px;
	}
}
@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;
	}
}