*{
	font-family: "微软雅黑";
}
/*除首页以外的banner图*/
.banner-page{
	height: 420px;
	border: 1px solid transparent;
}
.banner-page{
	width: 100%;
	background-image: url(../img/contact-bg1.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner-page h3{
    margin-top: 151px;
    font-size: 36px;
    color: white;
    margin-bottom: 0;
}
/*.banner-page h4{
    font-size: 64px;
    color: #00dfb9;
    font-family: "微软雅黑";
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #00dfb9;
    width: 77%;
    margin: 0 auto;
    letter-spacing: -5px
}*/
.banner-page p{
    font-size: 16px;
    color: white;
    width: 100%;
    line-height: 30px;
    font-family: "微软雅黑";
    margin: 0 auto;
    margin-top: 30px;
}
.banner-bg{
    margin-left: 96px;
    width: 35%;
	/*margin: 0 auto;
    text-align: center;
    width: 45%;
    background-color: rgba(0,0,0,0.1);
    margin-top: 10px;*/
    /*background-color: black;*/
  /* background-color: rgba(255,255,255,0.5);*/
}
.contact h2{
	font-size: 34px;
	color:#00dfb9;
}
.contact h3{
	font-size: 20px;
	color: #676767;
	margin-top: 10px;
}
.position ul{
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
	margin-top: 40px;
}
.position ul li{
	text-align: center;
}
.position ul li p{
	font-size: 24px;
	color: #575757;
}
.position ul li img{
	margin-bottom: 10px;
}
#map{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 28px;
    margin-bottom: 36px;
    height: 300px;
}
/*#map img{
	width: 100%;
    display: block;
}*/
.arrive{
	margin-top: 50px;
}
.arrive ul{
	background-color: #f7f7f7;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 36px;
}
.arrive ul li{
    padding: 17px 0px 30px 80px;
}
.arrive ul li h6{
	font-size: 26px;
	color: #2f2f2e;
	padding-bottom: 7px;
}
.arrive ul li p{
	color: #2f2f2e;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 24px;
}
.message{
	margin-top: 50px;
}
.message form{
	width: 99%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 55px;
}
.message form input{
	width: 35%;
	line-height: 36px;
	padding-left: 8px;
	margin-bottom: 20px;
	outline: none;
	background-color: #eeeeee;
	border: 0;
	padding-left: 8px;
}
.message form label{
    font-weight: normal;
    display: initial;
    font-size: 16px;
    color: #3e3e3e;
    margin-left: 80px;
}
.message form label textarea{
	resize: none;
    vertical-align: top;
    width: 82%;
    height: 140px;
    padding-left: 8px;
    outline: none;
    background-color: #eeeeee;
    border: 0;
    padding-bottom: 8px;
}
.message form button{
    padding: 10px 30px;
    color: white;
    background-color:#00dfb9;
    float: right;
    margin-top: 20px;
    border: 0;
    font-size: 24px;
    margin-right: 74px;
}





@media only screen and (min-width: 992px) and (max-width: 1199px){
	.arrive ul li p{
		font-size: 14px;
	}
	.message form input{
		width: 36%;
	}
	.message form button {
	    margin-right: 66px;
	}
	.message form label textarea{
		width: 83%;
	}
	.message form label{
		margin-left: 50px;
	}
	
}






@media only screen and (min-width: 768px) and (max-width: 991px){
	.arrive ul li{
	    padding: 13px 0px 20px 18px;
	}
	.message form input{
		width: 34%;
	}
	.message form label textarea{
		width: 80%;
	}
	.contact h2{
		font-size: 30px;
	}
	.contact h3 {
	    margin-top: 2px;
	    font-size: 18px;
	}
	.arrive ul li p{
		font-size: 14px;
	}
	.message form button{
		margin-right: 61px;
	}
	.message form label{
		margin-left: 40px;
	}
}




@media only screen and (max-width:767px){
	.message form label{
		margin-left: 0;
	}
	.contact h2{
		font-size: 26px;
	}
	.contact h3 {
	    font-size: 16px;
	    margin-top: 2px;
	}
	.position ul li{
		text-align: left;
	}
	.position ul li p{
	    margin-bottom: 0;
	    float: left;
	    font-size: 16px;
	    line-height: 26px;
	}
	.position ul{
		margin-top: 27px;
		width: 80%;
	}
	.arrive ul li {
        width: 90%;
	    padding: 10px 0px 0px 5px;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}
	.arrive ul li h6 {
	    font-size: 22px;
	    padding-bottom: 2px;
	}
	.arrive ul{
		margin-top: 32px;
	}
	.message form{
		width: 93%;
		margin-bottom: 40px;
	}
	.message form input{
		width: 82%;
	}
	.message form label textarea{
		width: 82%;
		height: 130px;
	}
	.message form button {
        float: right;
	    margin-right: 10px;
	    padding: 6px 16px;
	    font-size: 20px;
	}
	#map{
		width: 100%;
		height: 258px;
	}
	.banner-bg{
	    text-align: center;
	    margin-left: 0;
	    width: 65%;
	    margin: 0 auto;
	}
	.banner-page{
		height: 334px;
	}
	.banner-page h3{
	    margin-top: 99px;
    	font-size: 28px;
	}
	.banner-page h4{
		font-size: 40px;
	}
	.banner-page p{
	    font-size: 20px;
	    color: white;
	    width: 100%;
	    line-height: 30px;
	    font-family: "微软雅黑";
	    margin: 0 auto;
	    margin-top: 13px;
	    text-align: center;
	}
	.banner-page{
		background-image: url(../img/contact-bg2.png);
	}
}
