@font-face {
	font-family: HelveticaLTStd;
	src: url("../font/HelveticaLTStd-Light.otf") format("truetype");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: HelveticaLTStd;
	src: url("../font/HelveticaLTStd-Bold.otf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
.contact1 {
	width: 100%;
	overflow: hidden;
}
.contact1-box {
	width: 1155px;
	margin: 45px auto 0;
	padding: 0 0 85px;
	overflow: hidden;
}
.contact1-left {
	width: 635px;
	overflow: hidden;
	float: left;
}
.contact1-left input {
	display: block;
	width: -moz-calc(50% - 8px);
	width: -webkit-calc(50% - 8px);
	width: calc(50% - 8px);
	height: 40px;
	padding: 0 20px;
	overflow: hidden;
	background-color: #f1f5f9;
	border: none;
	float: left;
	margin: 0 0 15px;
}
.contact1-left input:nth-of-type(2n) {
	float: right;
}
.contact1-left textarea {
	display: block;
	width: 100%;
	height: 100px;
	padding: 0 20px;
	line-height: 35px;
	overflow: hidden;
	background-color: #f1f5f9;
	border: none;
}
.contact1-left button {
	display: block;
	width: 130px;
	height: 45px;
	overflow: hidden;
	font-size: 18px;
	margin: 15px 0 0;
	color: #FFFFFF;
	background-color: #046cb7;
	text-align: center;
	border: none;
	float: right;
	position: relative;
}
.contact1-left button span {
	position: relative;
	z-index: 2;
}
.contact1-left button:before {
	content: '';
	display: block;
	width: 400px;
	height: 400px;
	overflow: hidden;
	transform: rotate(45deg);
	background-color: rgba(255,255,255,0.1);
	position: absolute;
	left: -430px;
	top: 0px;
	transition: left 0.5s;
}
.contact1-left button:hover:before {
	left: -130px;
}
.contact1-right {
	width: 445px;
	height: 320px;
	padding: 45px 0;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #046cb7;
	text-align: center;
	float: right;
}
.contact1-right h3 {
	font-family: HelveticaLTStd;
	font-size: 42px;
}
.contact1-right h4 {
	font-size: 20px;
	font-family: HelveticaLTStd;
	font-weight: bold;
}
.contact1-right h3 a,.contact1-right h4 a {
	color: #FFFFFF;
}
.contact1-right h3 a:hover,.contact1-right h4 a:hover {
	text-decoration: underline !important;
}
.contact1-mode {
	width: 100%;
	margin: 30px 0;
	font-size: 18px;
	padding: 0 20px;
	overflow: hidden;
	line-height: 26px;
	font-weight: lighter;
}
.contact1-mode img {
	margin: 0 0 15px;
}
@media only screen and (max-width: 991px) {
	.contact1-box {
		width: 100%;
		margin: 25px auto 0;
		padding: 0 0 75px;
	}
	.contact1-left {
		width: 100%;
		float: none;
		margin: 45px 0 0;
	}
	.contact1-left button {
		width: 130px;
		height: 45px;
		font-size: 18px;
		margin: 25px 0 0;
	}
	.contact1-right {
		width: 100%;
		height: 450px;
		padding: 70px 0;
		float: none;
	}
	.contact1-right h3 {
		font-size: 60px;
		line-height: 60px;
	}
	.contact1-right h4 {
		font-size: 28px;
	}
	.contact1-mode {
		margin: 40px 0;
		font-size: 26px;
		line-height: 38px;
	}
	.contact1-mode img {
		width: 42px;
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 750px) {
	.contact1-box {
		margin: 15px auto 0;
		padding: 0 0 40px;
	}
	.contact1-left {
		margin: 25px 0 0;
	}
	.contact1-left input {
		width: 100%;
		float: none !important;
		margin: 0 0 15px;
	}
	.contact1-left button {
		width: 100px;
		height: 35px;
		font-size: 14px;
		margin: 20px 0 0;
	}
	.contact1-right {
		height: 243px;
		padding: 35px 0;
	}
	.contact1-right h3 {
		font-size: 32px;
		line-height: 35px;
	}
	.contact1-right h4 {
		font-size: 18px;
	}
	.contact1-mode {
		margin: 20px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.contact1-mode img {
		width: 30px;
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 992px) {
	.contact1-box {
		width: 100%;
		margin: 35px auto 0;
		padding: 0 0 60px;
	}
	.contact1-left {
		width: 500px;
	}
	.contact1-right {
		width: 420px;
		height: 300px;
	}
	.contact1-right h3 {
		font-size: 36px;
	}
	.contact1-right h4 {
		font-size: 20px;
	}
	.contact1-mode {
		margin: 25px 0;
		font-size: 16px;
		line-height: 24px;
	}
	.contact1-mode img {
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact1-box {
		margin: 40px auto 0;
		padding: 0 0 70px;
	}
	.contact1-left {
		width: 635px;
	}
	.contact1-right {
		width: 445px;
		height: 345px;
	}
	.contact1-right h3 {
		font-size: 42px;
	}
	.contact1-right h4 {
		font-size: 20px;
	}
	.contact1-mode {
		margin: 17px 0;
		font-size: 18px;
		line-height: 26px;
	}
	.contact1-mode img {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 1450px) {
	.contact1-box {
		width: 1155px;
		margin: 45px auto 0;
		padding: 0 0 85px;
	}
}
/*地图样式*/
.contact-map {
	width: 100%;
	height: 420px;
	overflow: hidden;
}
@media only screen and (max-width: 750px) {
	.contact-map {
		height: 280px;
	}
}