.contact-container .contact-details{
	float: left;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.contact-container .contact-details p{
	position: relative;
}
.contact-container .contact-details .telephone{
	border-bottom: 1px solid #959595;
}
.contact-container .contact-details .telephone p{
	font-weight: 600;
}
.contact-container .contact-details p::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-container .contact-details .others p:last-child img{
	border: 1px solid #959595;
}
.contact-container{
	height: 50%;
}
.contact-container .contact-map{
	float: right;
	width: 70%;
	height: 100%;
}

.container{
	background-image: url(../images/contact/hill.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 1053px 164px;
	background-size: 1053px 164px;
}
.contact-container .contact-details{
	width: 300px;
	padding: 16px 0;
}
.contact-container .contact-details p{
	padding-left: 42px;
}
.contact-container .contact-details .telephone{
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.contact-container .contact-details .telephone p{
	font-size: 28px;
}
.contact-container .contact-details .others p{
	font-size: 18px;
	line-height: 40px;
}
.contact-container .contact-details p::before{
	width: 40px;
	height: 40px;
	background-image: url(../images/contact/contact.png);
	background-repeat: no-repeat;
	-webkit-background-size: 40px 240px;
	background-size: 40px 240px;
}

.contact-container .contact-details .others .address::before{
	background-position: 0 -40px;
}
.contact-container .contact-details .others .fax::before{
	background-position: 0 -80px;
}
.contact-container .contact-details .others .web::before{
	background-position: 0 -120px;
}
.contact-container .contact-details .others .email::before{
	background-position: 0 -160px;
}
.contact-container .contact-details .others .wechat::before{
	background-position: 0 -200px;
}
.contact-container .contact-details .others .wechat{
	padding-top: 10px;
}
.contact-container .contact-details .others .wechat img{
	padding: 6px;
}

/*screen from 1280 to 1440....................................................................................................*/
@media screen and (min-width: 1275px) and (max-width: 1440px){
	.container{
		background-image: url(../images/contact/hill.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		-webkit-background-size: 703px 109px;
		background-size: 703px 109px;
	}
	.contact-container .contact-details{
		width: 194px;
		padding: 16px 0;
	}
	.contact-container .contact-details p{
		padding-left: 30px;
	}
	.contact-container .contact-details .telephone{
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.contact-container .contact-details .telephone p{
		font-size: 18px;
	}
	.contact-container .contact-details .others p{
		font-size: 12px;
		line-height: 26px;
	}
	.contact-container .contact-details p::before{
		width: 26px;
		height: 26px;
		background-image: url(../images/contact/contact.png);
		background-repeat: no-repeat;
		-webkit-background-size: 26px 156px;
		background-size: 26px 156px;
	}
	.contact-container .contact-details .others .address::before{
		background-position: 0 -26px;
	}
	.contact-container .contact-details .others .fax::before{
		background-position: 0 -52px;
	}
	.contact-container .contact-details .others .web::before{
		background-position: 0 -78px;
	}
	.contact-container .contact-details .others .email::before{
		background-position: 0 -104px;
	}
	.contact-container .contact-details .others .wechat::before{
		background-position: 0 -130px;
	}
	.contact-container .contact-details .others .wechat{
		padding-top: 10px;
	}
	.contact-container .contact-details .others .wechat img{
		padding: 4px;
	}
}

/*screen from 1440 to 1680....................................................................................................*/
@media screen and (min-width: 1440px) and (max-width: 1680px){
	.container{
		background-image: url(../images/contact/hill.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		-webkit-background-size: 790px 123px;
		background-size: 790px 123px;
	}
	.contact-container .contact-details{
		width: 219px;
		padding: 23px 0;
	}
	.contact-container .contact-details p{
		padding-left: 33px;
	}
	.contact-container .contact-details .telephone{
		padding-bottom: 23px;
		margin-bottom: 23px;
	}
	.contact-container .contact-details .telephone p{
		font-size: 20px;
	}
	.contact-container .contact-details .others p{
		font-size: 14px;
		line-height: 28px;
	}
	.contact-container .contact-details p::before{
		width: 28px;
		height: 28px;
		background-image: url(../images/contact/contact.png);
		background-repeat: no-repeat;
		-webkit-background-size: 28px 168px;
		background-size: 28px 168px;
	}
	.contact-container .contact-details .others .address::before{
		background-position: 0 -28px;
	}
	.contact-container .contact-details .others .fax::before{
		background-position: 0 -56px;
	}
	.contact-container .contact-details .others .web::before{
		background-position: 0 -84px;
	}
	.contact-container .contact-details .others .email::before{
		background-position: 0 -112px;
	}
	.contact-container .contact-details .others .wechat::before{
		background-position: 0 -140px;
	}
	.contact-container .contact-details .others .wechat{
		padding-top: 10px;
	}
	.contact-container .contact-details .others .wechat img{
		padding: 4px;
	}
}

/*footer*/
.copyright{
	height: 60px;
}
.copyright ul{
	width: 1200px;
}
.copyright ul li{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li a{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li:not(:last-child){
	margin-right: 70px;
}

/*copyright*/
.copyright{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f8f6f6;
}
.copyright ul{
	margin: 0 auto;
}
.copyright ul li{
	float: left;
	color: #959595;
}
.copyright ul li a{
	color: #959595;
}

.copyright{
	height: 40px;
}
.copyright ul{
	width: 900px;
}
.copyright ul li{
	font-size: 12px;
	line-height: 40px;
}
.copyright ul li a{
	font-size: 12px;
	line-height: 40px;
}
.copyright ul li:not(:last-child){
	margin-right: 50px;
}

