.contact1-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #7f7f7f;
}
.contact1-title h2 {
	font-size: 48px;
	color: #333333;
	line-height: 55px;
}
.contact1-title ul {
	width: 40px;
	overflow: hidden;
	margin: 10px auto 0;
}
.contact1-title ul li {
	width: 100%;
	height: 4px;
	background-color: #e60012;
	margin: 2px 0 0;
}
.contact1 {
	width: 100%;
	overflow: hidden;
	padding: 85px 0 80px;
	background-color: #fbfbfb;
}
.contact1-list {
	width: 100%;
	overflow: hidden;
	margin: 80px 0 0;
}
.contact1-list li {
	width: -moz-calc(33.33% - 38px);
	width: -webkit-calc(33.33% - 38px);
	width: calc(33.33% - 38px);
	height: 215px;
	border: 1px solid #dedbd2;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 43px 33px 0;
	overflow: hidden;
	float: left;
}
.contact1-list h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.contact1-list span {
	display: block;
	width: 16px;
	height: 2px;
	background-color: #e60012;
	margin: 10px 1px 13px;
}
.contact1-list p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 1px 50%;
}
.contact1-list p:nth-of-type(1) {
	background-image: url(../images/ct1.png);
}
.contact1-list p:nth-of-type(2) {
	background-image: url(../images/ct2.png);
}
.contact1-list p:nth-of-type(3) {
	background-image: url(../images/ct3.png);
}
.contact1-list li:nth-of-type(1) p:nth-of-type(2) {
	background-image: url(../images/ct3.png);
}
.contact1-list p a {
	color: #666666;
}
@media only screen and (max-width: 991px) {
	.contact1 {
		padding: 85px 0 30px;
	}
	.contact1-list li {
	    width: 100%;
	    padding: 40px;
	    height: 350px;
	    float: none;
	    margin: 0 0 50px;
	}
	.contact1-list h5 {
	    font-size: 28px;
	    line-height: 35px;
	}
	.contact1-list span {
	    width: 32px;
	    height: 4px;
	    margin: 20px 2px 25px;
	}
	.contact1-list p {
	    height: 45px;
	    line-height: 45px;
	    font-size: 24px;
	    padding-left: 45px;
		background-size: 30px;
	}
}
@media only screen and (max-width: 720px) {
	.contact1 {
	    padding: 35px 0 15px;
	}
	.contact1-title h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.contact1-title ul {
		width: 20px;
		margin: 5px auto 0;
	}
	.contact1-title ul li {
		height: 2px;
	}
	.contact1-list {
	    margin: 30px 0 0;
	}
	.contact1-list li {
	    padding: 25px;
	    height: 200px;
	    margin: 0 0 25px;
	}
	.contact1-list h5 {
	    font-size: 18px;
	    line-height: 25px;
	}
	.contact1-list span {
	    width: 16px;
	    height: 2px;
	    margin: 10px 1px 13px;
	}
	.contact1-list p {
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	    padding-left: 30px;
		background-size: 17px;
	}
}
@media only screen and (min-width: 992px) {
	.contact1-title h2 {
		font-size: 34px;
		line-height: 39px;
	}
	.contact1-title ul {
		width: 28px;
		margin: 7px auto 0;
	}
	.contact1-title ul li {
		height: 2px;
	}
	.contact1 {
		padding: 60px 0 56px;
	}
	.contact1-list {
		margin: 56px 0 0;
	}
	.contact1-list li {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		height: 200px;
		border-radius: 7px;
		padding: 30px 23px 0;
	}
	.contact1-list li:nth-of-type(1),.contact1-list li:nth-of-type(2) {
		margin: 0 30px 0 0;
	}
	.contact1-list h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.contact1-list span {
		width: 16px;
		margin: 10px 1px 13px;
	}
	.contact1-list p {
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		padding-left: 25px;
		background-size: 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact1-title h2 {
		font-size: 38px;
		line-height: 44px;
	}
	.contact1-title ul {
		width: 32px;
		margin: 8px auto 0;
	}
	.contact1-title ul li {
		height: 3px;
	}
	.contact1 {
		padding: 68px 0 64px;
	}
	.contact1-list {
		margin: 64px 0 0;
	}
	.contact1-list li {
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
		height: 215px;
		border-radius: 8px;
		padding: 35px 26px 0;
	}
	.contact1-list li:nth-of-type(1),.contact1-list li:nth-of-type(2) {
		margin: 0 45px 0 0;
	}
	.contact1-list h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.contact1-list span {
		width: 16px;
		margin: 10px 1px 13px;
	}
	.contact1-list p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding-left: 29px;
		background-size: 21px;
	}
}
@media only screen and (min-width: 1500px) {
	.contact1-title h2 {
		font-size: 48px;
		line-height: 55px;
	}
	.contact1-title ul {
		width: 40px;
		margin: 10px auto 0;
	}
	.contact1-title ul li {
		height: 4px;
	}
	.contact1 {
		padding: 85px 0 80px;
	}
	.contact1-list {
		margin: 80px 0 0;
	}
	.contact1-list li {
		width: -moz-calc(33.33% - 38px);
		width: -webkit-calc(33.33% - 38px);
		width: calc(33.33% - 38px);
		border-radius: 10px;
		padding: 43px 33px 0;
	}
	.contact1-list li:nth-of-type(1),.contact1-list li:nth-of-type(2) {
		margin: 0 57px 0 0;
	}
	.contact1-list h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.contact1-list span {
		width: 16px;
		margin: 10px 1px 13px;
	}
	.contact1-list p {
		padding-left: 36px;
	}
}
/*在线留言*/
.contact2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.contact2 .contact2-map {
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.contact2 .contact2-masked {
	width: 50%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(112,112,112,0.9);
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.contact2-masked .contact2-form {
	width: 500px;
	height: 360px;
	margin: 165px 0 0 85px;
}
.contact2-form h2 {
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
}
.contact2-form input {
	display: block;
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	height: 50px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	float: left;
	border-radius: 10px;
	margin: 20px 0;
	padding-left: 20px;
	font-size: 15px;
	color: #FFFFFF;
}
.contact2-form input:nth-of-type(2) {
	float: right;
}
.contact2-form textarea {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	border-radius: 10px;
	font-size: 15px;
	padding: 10px 20px;
	color: #FFFFFF;
}
.contact2-form input::-webkit-input-placeholder,.contact2-form textarea::-webkit-input-placeholder {
  	color: #FFFFFF;
}
.contact2-form input:-moz-placeholder,.contact2-form textarea:-moz-placeholder {
  	color: #FFFFFF;
}
.contact2-form input::-moz-placeholder,.contact2-form textarea::-moz-placeholder {
  	color: #FFFFFF;
}
.contact2-form input:-ms-input-placeholder,.contact2-form textarea:-ms-input-placeholder {
  	color: #FFFFFF;
}
.contact2-form input:focus,.contact2-form textarea:focus {
	outline: solid;
    outline-color: #FFFFFF;
    outline-width: 1px;
}
.contact2-form button {
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	border: none;
	margin: 30px 0 0;
	font-size: 16px;
	font-weight: bold;
	background-color: #e60012;
	color: #FFFFFF;
	transition: all 0.5s;
}
.contact2-form button:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 991px) {
	.contact2 .contact2-masked {
		display: none;
	}
}
@media only screen and (max-width: 720px) {
	.contact2 .contact2-map {
		height: 350px;
	}
}
@media only screen and (min-width: 992px) {
	.contact2 .contact2-map {
		height: 490px;
	}
	.contact2-masked .contact2-form {
		width: 400px;
		margin: 115px 0 0 60px;
	}
	.contact2-form h2 {
		font-size: 21px;
		line-height: 28px;
	}
	.contact2-form input {
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
		width: calc(50% - 7px);
		height: 35px;
		border-radius: 7px;
		margin: 14px 0;
		padding-left: 14px;
		font-size: 13px;
	}
	.contact2-form textarea {
		height: 150px;
		border-radius: 7px;
		font-size: 13px;
		padding: 7px 14px;
	}
	.contact2-form button {
		width: 140px;
		height: 35px;
		border-radius: 18px;
		margin: 21px 0 0;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact2 .contact2-map {
		height: 560px;
	}
	.contact2-masked .contact2-form {
		width: 500px;
		margin: 130px 0 0 68px;
	}
	.contact2-form h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.contact2-form input {
		width: -moz-calc(50% - 8px);
		width: -webkit-calc(50% - 8px);
		width: calc(50% - 8px);
		height: 40px;
		border-radius: 8px;
		margin: 16px 0;
		padding-left: 16px;
		font-size: 14px;
	}
	.contact2-form textarea {
		height: 150px;
		border-radius: 8px;
		font-size: 14px;
		padding: 8px 16px;
	}
	.contact2-form button {
		width: 160px;
		height: 40px;
		border-radius: 20px;
		margin: 24px 0 0;
		font-size: 15px;
	}
}
@media only screen and (min-width: 1500px) {
	.contact2 .contact2-map {
		height: 700px;
	}
	.contact2-masked .contact2-form {
		margin: 165px 0 0 85px;
	}
	.contact2-form h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.contact2-form input {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		height: 50px;
		border-radius: 10px;
		margin: 20px 0;
		padding-left: 20px;
		font-size: 15px;
	}
	.contact2-form textarea {
		height: 150px;
		border-radius: 10px;
		font-size: 15px;
		padding: 10px 20px;
	}
	.contact2-form button {
		width: 200px;
		height: 50px;
		border-radius: 25px;
		margin: 30px 0 0;
		font-size: 16px;
	}
}