body {
	background-repeat: no-repeat;
	background-position: top center;
}
h2 {
	line-height: 55px;
	font-size: 48px;
	color: #333333;
	font-weight: lighter;
}
h2 strong {
	font-weight: bold;
}
.contact1 {
	width: 100%;
	overflow: hidden;
	margin: 162px 0 0;
	padding: 0 0 18px;
	border-bottom: 1px solid rgba(239,239,239,0.5);
}
.contact1 h2 {
	color: #333333;
	letter-spacing: 3px;
}
.contact2 {
	width: 100%;
	padding: 120px 0 110px;
	overflow: hidden;
}
.contact2 ul {
	padding: 0 40px;
}
.contact2 ul li {
	width: -moz-calc(33.33% - 60px);
	width: -webkit-calc(33.33% - 60px);
	width: calc(33.33% - 60px);
	height: 175px;
	margin-right: 90px;
	padding: 70px 50px;
	position: relative;
	float: left;
	cursor: pointer;
}
.contact2 ul li:last-of-type {
	margin-right: 0px;
}
.contact2 ul li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #0461b2;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: skewX(-25deg);
	transition: all 0.5s;
}
.contact2 ul .contact2-icon {
	width: 51px;
	height: 51px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 25px;
	z-index: 1;
}
.contact2-icon img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
}
.contact2-icon img:nth-of-type(2) {
	opacity: 0;
}
.contact2 ul h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	color:#ffffff;
}
.contact2 ul p {
	font-size: 14px;
	line-height: 20px;
	color: #8c8c8c;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	color:#ffffff;
}
.contact2 ul p a
{
    color:#ffffff;
}
.contact2 ul li:hover:before {
	background-color: #004098;
}
.contact2 ul li:hover h4,.contact2 ul li:hover p {
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.contact1 {
		margin: 170px 0 0;
	}
	.contact2 {
		padding: 120px 0 80px;
	}
	.contact2 ul li {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		padding: 70px 50px;
	}
	.contact2 ul li:nth-of-type(2n+1) {
		margin: 0 40px 30px 0;
	}
	.contact2 ul li:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 750px) {
	h2 {
		line-height: 40px;
		font-size: 36px;
	}
	.contact1 {
		margin: 90px 0 0;
	}
	.contact1 h2 {
		letter-spacing: 2px;
	}
	.contact2 {
		padding: 50px 0 30px;
	}
	.contact2 ul li {
		width: 100%;
		padding: 60px 40px;
		margin: 0 0 20px !important;
	}
	.contact2 ul li:before {
		transform: skewX(-20deg);
		border: 1px solid #EFEFEF;
	}
	.contact2 ul .contact2-icon {
		width: 40px;
		height: 40px;
	}
}
@media only screen and (min-width: 992px) {
	body {
		background-size: 1200px;
	}
	h2 {
		line-height: 40px;
		font-size: 36px;
	}
	.contact1 {
		margin: 120px 0 0;
	}
	.contact1 h2 {
		letter-spacing: 1px;
	}
	.contact2 {
		padding: 85px 0 75px;
	}
	.contact2 ul li {
		width: -moz-calc(25% - 20px);
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
		margin-right: 30px;
	}
}
@media only screen and (min-width: 1200px) {
	body {
		background-size: 1450px;
	}
	h2 {
		line-height: 45px;
		font-size: 40px;
	}
	.contact1 {
		margin: 135px 0 0;
		padding: 0 0 18px;
	}
	.contact1 h2 {
		letter-spacing: 2px;
	}
	.contact2 {
        padding: 10px 0 85px;
    }
	.contact2 ul li {
		width: -moz-calc(25% - 45px);
		width: -webkit-calc(25% - 45px);
		width: calc(25% - 45px);
		margin-right: 60px;
	}
}
@media only screen and (min-width: 1450px) {
	body {
		background-size: 1920px;
	}
	h2 {
		line-height: 55px;
		font-size: 36px;
		color:#000000;
	}
	.contact1 {
		margin: 162px 0 0;
	}
	.contact1 h2 {
		letter-spacing: 3px;
	}
	.contact2 
	{
	    padding: 80px 0 50px;
	}
	.contact2 ul li {
		width: -moz-calc(25% - 60px);
		width: -webkit-calc(25% - 60px);
		width: calc(25% - 60px);
		margin-right: 60px;
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 1921px) {
	body {
		background-size: 100%;
	}
}
/*地图*/
.contact3 {
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.contact-map
{
    width:100%;
    height:100%;
    float:left;
}
.iw_poi_title 
{
    font-size: 14px;
    line-height:30px;
}
.iw_poi_content
{
    font-size:13px;
}
@media only screen and (max-width: 750px) {
	.contact3 {
		height: 350px;
	}
}
@media only screen and (min-width: 992px) {
	.contact3 {
		height: 400px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact3 {
		height: 450px;
	}
}
@media only screen and (min-width: 1450px) {
	.contact3 {
		height: 500px;
	}
}
/*留言信息*/
.contact4 {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
}
.contact4 h2 {
	text-align: center;
	margin: 0 0 10px;
	font-family: inherit;
	font-weight: 500;
}
.contact4 p {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
}
.contact4-form {
	width: 1200px;
	max-width: 100%;
	margin: 45px auto 0;
}
.contact4-form input {
	display: block;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
	height: 85px;
	font-size: 20px;
	margin: 0 0 23px;
	padding: 0 35px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	float: left;
}
.contact4-form input:nth-of-type(2n) {
	float: right;
}
.contact4-form textarea {
	display: block;
	width: 100%;
	height: 165px;
	line-height: 65px;
	padding: 0 35px;
	font-size: 20px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}
.contact4-form button {
	width: 170px;
	height: 57px;
	margin: 70px 0 0;
	font-size: 24px;
	border-radius: 5px;
	color: #FFFFFF;
	float: right;
	border: none;
	background-color: #e60012;
	transition: all 0.5s;
}
.contact4-form button:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 991px) {
	.contact4 {
		padding: 65px 0 70px;
	}
	.contact4 h2 {
		margin: 0 0 15px;
	}
	.contact4 p {
		font-size: 24px;
		line-height: 30px;
		color: #b9b9b9;
	}
	.contact4-form {
		margin: 35px auto 0;
		padding: 0 30px;
	}
	.contact4-form input {
		width: 100%;
		height: 85px;
		font-size: 22px;
		margin: 0 0 25px;
		padding: 0 35px;
		float: none !important;
	}
	.contact4-form textarea {
		height: 165px;
		line-height: 65px;
		padding: 0 35px;
		font-size: 20px;
	}
	.contact4-form button {
		width: 165px;
		height: 57px;
		margin: 45px 0 0;
		font-size: 24px;
	}
}
@media only screen and (max-width: 750px) {
	.contact4 {
		padding: 35px 0 40px;
	}
	.contact4 h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 5px;
	}
	.contact4 p {
		font-size: 14px;
		line-height: 20px;
	}
	.contact4-form {
		margin: 20px auto 0;
		padding: 0;
	}
	.contact4-form input {
		height: 45px;
		font-size: 14px;
		margin: 0 0 15px;
		padding: 0 15px;
	}
	.contact4-form textarea {
		height: 140px;
		line-height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}
	.contact4-form button {
		width: 100px;
		height: 40px;
		margin: 25px 0 0;
		font-size: 16px;
	}
}
@media only screen and (min-width: 992px) {
	.contact4 {
		padding: 65px 0;
	}
	.contact4 p {
		font-size: 14px;
		line-height: 20px;
	}
	.contact4-form {
		margin: 30px auto 0;
	}
	.contact4-form input {
		height: 60px;
		font-size: 16px;
		margin: 0 0 20px;
		padding: 0 25px;
	}
	.contact4-form textarea {
		line-height: 50px;
		padding: 0 25px;
		font-size: 16px;
	}
	.contact4-form button {
		width: 125px;
		height: 40px;
		margin: 45px 0 0;
		font-size: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact4 {
		padding: 75px 0;
	}
	.contact4 p {
		font-size: 16px;
		line-height: 20px;
		color: #909090;
	}
	.contact4-form {
		margin: 35px auto 0;
	}
	.contact4-form input {
		height: 70px;
		font-size: 18px;
		padding: 0 30px;
	}
	.contact4-form textarea {
		line-height: 55px;
		padding: 0 30px;
		font-size: 18px;
	}
	.contact4-form button {
		width: 140px;
		height: 50px;
		margin: 55px 0 0;
		font-size: 21px;
	}
}
@media only screen and (min-width: 1450px) {
	.contact4 {
		padding: 45px 0;
		background-color: #fbfbfb;
	}
	.contact4 p {
		font-size: 12px;
	}
	.contact4-form {
		margin: 45px auto 0;
	}
	.contact4-form input {
		height: 85px;
		font-size: 18px;
		margin: 0 0 23px;
		padding: 0 35px;
	}
	.contact4-form textarea {
		line-height: 65px;
		padding: 0 35px;
		font-size: 18px;
	}
	.contact4-form button {
		width: 170px;
		height: 57px;
		margin: 70px 0 0;
		font-size: 20px;
		font-weight: 700;
	}
}