.banner-common {
	background-image: url(https://website-ldfm.oss-cn-shanghai.aliyuncs.com/website-ldfm/image/web/ldfm/Dist/img/contact.jpg);
}

.contact-right {
	width: 1240px;
	overflow: hidden;
	position: relative;
	margin: 100px 50px 0 510px;
}

.contact-title {
	width: 100%;
	color: #6d6d6d;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	margin: 0 0 65px;
	line-height: 20px;
}

.contact-title a {
	color: #008b93;
	cursor: pointer;
}

.contact-title a:hover {
	text-decoration: underline !important;
}

@media only screen and (max-width: 1199px) {
	.contact-right {
		width: 100%;
		padding: 100px 50px 0;
		margin: 0;
	}
}

@media only screen and (max-width: 991px) {
	.content-common {
		top: 0px;
	}

	.contact-right {
		padding: 30px 50px 100px;
	}

	.contact-title {
		font-size: 16px;
		margin: 0 0 40px;
	}
}

@media only screen and (max-width: 750px) {
	.contact-right {
		padding: 20px 15px 40px;
	}

	.contact-title {
		font-size: 14px;
		margin: 0 0 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.contact-right {
		width: -moz-calc(100% - 460px);
		width: -webkit-calc(100% - 460px);
		width: calc(100% - 460px);
		margin: 100px 50px 0 410px;
	}
}

@media only screen and (min-width: 1450px) {
	.contact-right {
		width: -moz-calc(100% - 510px);
		width: -webkit-calc(100% - 510px);
		width: calc(100% - 510px);
		margin: 100px 50px 0 460px;
	}
}

@media only screen and (min-width: 1700px) {
	.contact-right {
		width: 1240px;
		margin: 100px 50px 0 510px;
	}
}

/*留言信息*/
.contact-top {
	width: 100%;
	overflow: hidden;
}

.contact-top h3 {
	color: #000000;
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 25px;
}

.contact-top .contact-form {
	width: 800px;
}

.contact-form ul {
	width: 100%;
}

.contact-form ul li {
	width: 100%;
	height: 50px;
	color: #6d6d6d;
	font-size: 14px;
	margin: 0 0 15px;
}

.contact-form ul li:last-of-type {
	height: 210px;
}

.form-input {
	float: left;
	width: 395px;
	height: 100%;
	margin-left: 10px;
	position: relative;
}

.contact-form ul li:nth-of-type(1) .form-input:nth-of-type(1),
.contact-form ul li:nth-of-type(1) .form-input:nth-of-type(2) {
	width: 192.5px;
}

.contact-form ul li:nth-of-type(1) .form-input:nth-of-type(1),
.contact-form ul li:nth-of-type(2) .form-input:nth-of-type(1) {
	margin-left: 0px;
}

.contact-form ul li:nth-of-type(3) .form-input,
.contact-form ul li:nth-of-type(4) .form-input {
	width: 100%;
	margin-left: 0px;
}

.form-input span {
	top: 0px;
	z-index: 1;
	height: 26px;
	padding: 0 7px;
	cursor: default;
	margin-left: 8px;
	line-height: 26px;
	position: absolute;
	transition: all 0.5s;
	display: inline-block;
	background-color: #FFFFFF;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}

.form-input.input-click span {
	color: #008b93;
	font-size: 12px;
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px);
}

.form-input.input-txt span {
	font-size: 12px;
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px);
}

.form-input input,
.form-input textarea {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	line-height: 48px;
	border-radius: 4px;
	transition: all 0.5s;
	border: 1px solid #d5d5d5;
}

.form-input.input-click input,
.form-input.input-click textarea {
	border-color: #008b93;
}

.contact-form>p {
	color: #6d6d6d;
	font-size: 14px;
	line-height: 20px;
	margin: 25px 0 100px;
}

.contact-form button {
	float: right;
	border: none;
	width: 250px;
	height: 50px;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
	text-align: justify;
	background-color: #000000;
	border-radius: 0px 25px 25px 25px;
}

.contact-form button:after {
	top: 17px;
	right: 22px;
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	position: absolute;
	background-image: url(https://website-ldfm.oss-cn-shanghai.aliyuncs.com/website-ldfm/image/web/ldfm/Dist/img/right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.contact-form button:hover {
	background-color: #008b93;
}

@media only screen and (max-width: 991px) {
	.contact-top .contact-form {
		width: 650px;
	}

	.form-input {
		width: 320px;
	}

	.contact-form ul li:nth-of-type(1) .form-input:nth-of-type(1),
	.contact-form ul li:nth-of-type(1) .form-input:nth-of-type(2) {
		width: 155px;
	}
}

@media only screen and (max-width: 750px) {
	.contact-top .contact-form {
		width: 100%;
	}

	.contact-form ul li {
		margin: 0;
	}

	.contact-form ul li:nth-of-type(1) {
		height: 195px;
	}

	.contact-form ul li:nth-of-type(2) {
		height: 130px;
	}

	.contact-form ul li:nth-of-type(3) {
		height: 65px;
	}

	.contact-form ul li:nth-of-type(4) {
		height: 210px;
	}

	.form-input {
		float: none;
		height: 50px;
		width: 100% !important;
		margin: 0 0 15px !important;
	}

	.contact-form ul li:nth-of-type(4) .form-input {
		height: 210px;
	}

	.contact-form>p {
		font-size: 12px;
		margin: 25px 0 40px;
	}

	.contact-form button {
		width: 150px;
		height: 40px;
		padding: 0 20px;
		border-radius: 0px 20px 20px 20px;
	}

	.contact-form button:after {
		top: 14px;
		right: 17px;
		width: 12px;
		height: 12px;
	}
}

@media only screen and (min-width: 1200px) {
	.contact-top .contact-form {
		width: 720px;
	}

	.contact-form ul li:last-of-type {
		height: 210px;
	}

	.form-input {
		width: 355px;
	}

	.contact-form ul li:nth-of-type(1) .form-input:nth-of-type(1),
	.contact-form ul li:nth-of-type(1) .form-input:nth-of-type(2) {
		width: 172.5px;
	}
}

@media only screen and (min-width: 1300px) {
	.contact-top .contact-form {
		width: 800px;
	}

	.form-input {
		width: 395px;
	}

	.contact-form ul li:nth-of-type(1) .form-input:nth-of-type(1),
	.contact-form ul li:nth-of-type(1) .form-input:nth-of-type(2) {
		width: 192.5px;
	}
}

.contact-bottom {
	width: 100%;
	overflow: hidden;
	max-width: 825px;
	padding: 90px 0 0;
}

.contact-bottom h3 {
	color: #000000;
	font-size: 40px;
	margin: 0 0 20px;
	line-height: 53px;
	padding: 0 0 30px;
	border-bottom: 1px solid #e5e5e5;
}

.contact-bottom p {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
}

.contact-bottom p a {
	color: #333333;
	transition: all 0.35s;
}

.contact-bottom p a:hover {
	color: #008b93;
	text-decoration: underline !important;
}

@media only screen and (max-width: 1199px) {
	.contact-bottom {
		padding: 90px 0;
	}

	.contact-bottom h3 {
		font-size: 36px;
		line-height: 45px;
	}

	.contact-bottom p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.contact-bottom {
		padding: 90px 0 0;
	}

	.contact-bottom h3 {
		font-size: 40px;
		line-height: 53px;
	}

	.contact-bottom p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 750px) {
	.contact-bottom {
		padding: 40px 0 20px;
	}

	.contact-bottom h3 {
		font-size: 28px;
		line-height: 35px;
		padding: 0 0 20px;
	}

	.contact-bottom p {
		width: 100%;
		font-size: 16px;
		margin: 0 0 10px;
		overflow: hidden;
		line-height: 25px;
	}

	.contact-bottom p em {
		float: left;
		display: block;
	}

	.contact-bottom p span {
		float: right;
		display: block;
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
}

@media only screen and (min-width: 1200px) {
	.contact-bottom h3 {
		font-size: 36px;
		line-height: 45px;
	}
}

@media only screen and (min-width: 1300px) {
	.contact-bottom h3 {
		font-size: 40px;
		line-height: 53px;
	}
}

.footer-txt {
	width: 1035px;
	top: 50%;
	left: 50%;
	position: relative;
	transform: translateX(-50%) translateY(-50%);
	margin-top: 10px;
}

.footer-txt h3,
.footer-txt h5 {
	color: #fff;
}

@media only screen and (max-width: 1199px) {
	.footer-txt {
		width: 900px;
	}
}

@media only screen and (max-width: 991px) {
	.footer-txt {
		width: 650px;
	}

	.footer-txt h5 {
		font-size: 16px;
		line-height: 1.7;
	}

	.footer-txt h3 {
		font-size: 24px;
		line-height: 1.7;
	}
}

@media only screen and (max-width: 750px) {
	.footer-txt {
		width: 330px;
	}

	.footer-txt h5 {
		font-size: 12px;
	}

	.footer-txt h3 {
		font-size: 18px;
	}
}
