.title{ font-size:32px; margin-bottom:30px; width:100%;}
.tit
{
    font-size: 16px;
    line-height:30px;
    margin-bottom:100px;
    margin-top:30px;
}


.contact-content {
	width: 100%;
	padding: 90px 0 120px;
	overflow: hidden;
}
.contact-content h2 {
    font-size: 90px;
    line-height: 85px;
    margin: 0 0 10px;
    letter-spacing: -4px;
    font-family: "wigrumweb";
    font-weight: bold;
    color: #333333;
}
.contact-content h3 {
	font-size: 32px;
	line-height: 42px;
	height: 42px;
	position: relative;
}
.contact-content h3:before {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	overflow: hidden;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 0px;
	left: 129px;
}
.contact-left {
	width: 570px;
	overflow: hidden;
	float: left;
}
.contact-left .contact-mode {
	width: 50%;
    margin: 0;
    overflow: hidden;
    float: left;
}
.contact-mode p {
	font-size: 20px;
	line-height: 33px;
	padding: 0 0 0 45px;
	color: #696969;
	margin: 0 0 28px;
	background-repeat: no-repeat !important;
	background-position: 0px 2px !important;
}
.contact-mode p:nth-of-type(1) {
	margin: 15px 0 25px;
	background-image: url(../images/ct1.png);
}
.contact-mode p:nth-of-type(2) {
	background-image: url(../images/ct2.png);
}
.contact-mode p:nth-of-type(3) {
	background-image: url(../images/ct4.png);
}
.contact-mode p:nth-of-type(4) {
	background-image: url(../images/ct6.png);
}
.contact-mode p:nth-of-type(5) {
	background-image: url(../images/ct5.png);
}
.contact-map {
	width: 100%;
	height: 450px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	overflow: hidden;
	float:left;
	margin-top:50px;
}
.contact-right {
	overflow: hidden;
	float: left;
}
.contact-right h3 {
	margin: 0 0 36px;
}
.contact-right input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 0 15px;
	padding: 0 23px;
	font-size: 16px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: none;
	overflow: hidden;
}
.contact-right textarea {
	display: block;
	width: 100%;
	height: 141px;
	padding: 20px 23px;
	font-size: 16px;
	line-height: 25px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: none;
	overflow: hidden;
}
.contact-right button {
	display: block;
	width: 100%;
	height: 65px;
	border-radius: 5px;
	margin: 43px 0 0;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #3677a7;
	border: none;
	overflow: hidden;
}
@media only screen and (max-width: 1100px) {
    .contact-map
    {
        width:100%;
    }
    .contact-mode
    {
        width:100%;
        margin:3% 0px 0px 0px;
    }
}
@media only screen and (max-width: 991px) {
	.contact-content {
	    padding: 90px 0;
	}
	.contact-content h3 {
	    font-size: 48px;
	    line-height: 50px;
	    height: 55px;
	}
	.contact-content h3:before {
	    width: 55px;
	    height: 55px;
	    top: 3px;
	    left: 200px;
	}
	.contact-left {
		width: 100%;
		float: none;
		margin: 0 0 80px;
	}
	.contact-left .contact-mode {
		width: 100%;
		margin: 60px 0 0;
	}
	.contact-mode p {
		font-size: 36px;
		line-height: 50px;
		padding: 0 0 0 80px;
		margin: 0 0 28px;
		background-size: auto 45px;
		background-position: 0px 2px !important;
	}
	.contact-mode p:nth-of-type(1) {
		margin: 0 0 25px;
	}
	.contact-map {
		height: 600px;
		border-radius: 10px;
		margin: 50px 0 0;
		border-width: 2px;
	}
	.contact-right {
		width: 100%;
		float: none;
	}
	.contact-right h3 {
		margin: 0 0 50px;
	}
	.contact-right input {
		height: 90px;
		margin: 0 0 50px;
		padding: 0 40px;
		font-size: 28px;
		border-radius: 10px;
	}
	.contact-right textarea {
		height: 400px;
		padding: 20px 40px;
		font-size: 28px;
		line-height: 40px;
		border-radius: 10px;
	}
	.contact-right button {
		height: 90px;
		border-radius: 10px;
		margin: 70px 0 0;
		font-size: 36px;
	}
}
@media only screen and (max-width: 750px) {
	.banner {
		margin: 0 0 0;
	}
	.banner img {
		width: 100%;
	}
	.contact-content {
	    padding: 40px 0;
	}
	.contact-content h3 {
	    font-size: 24px;
	    line-height: 25px;
	    height: 30px;
	}
	.contact-content h3:before {
	    width: 33px;
	    height: 33px;
	    top: 0px;
	    left: 100px;
	}
	.contact-left {
		margin: 0 0 35px;
	}
	.contact-left .contact-mode {
		margin: 30px 0 0;
	}
	.contact-mode p {
		font-size: 18px;
		line-height: 25px;
		padding: 0 0 0 35px;
		margin: 0 0 15px;
		background-size: auto 20px;
		background-position: 0px 2px !important;
	}
	.contact-mode p:nth-of-type(1) {
		margin: 0 0 12px;
	}
	.contact-map {
		height: 250px;
		border-radius: 5px;
		margin: 15px 0 0;
		border-width: 1px;
	}
	.title {
        font-size: 26px;
    }
	.contact-content h2 {
		font-size: 48px;
		line-height: 50px;
		margin: 0 0 5px;
		letter-spacing: -2px;
	}
	.contact-content h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.contact-right h3 {
		margin: 0 0 25px;
	}
	.contact-right input {
		height: 40px;
		margin: 0 0 20px;
		padding: 0 15px;
		font-size: 14px;
		border-radius: 5px;
	}
	.contact-right textarea {
		height: 200px;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 25px;
		border-radius: 5px;
	}
	.contact-right button {
		height: 40px;
		border-radius: 5px;
		margin: 30px 0 0;
		font-size: 16px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-content {
	    padding: 60px 0 80px;
	}
	.contact-left {
		width: 100%;
	}
	.contact-right {
		width: 50%;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-content {
	    padding: 50px 0 60px;
	}
}
@media only screen and (min-width: 1550px) {
	.contact-content {
	    padding: 50px 0 60px;
	}
}


.iw_poi_title,.iw_poi_content{ font-size:16px;}