.text-center {
    text-align: center;
    max-width: 70%;
    padding: 45px 0px;
    margin: auto;
}
.btn{
	padding: 0;
	margin: 0;
	border: none;
}
.wrap{
	width: 70%;
	margin: 0 auto;
}
.wrap:after{content:"";height:0;display:block;clear:both}

.contactPage .intention{
	background: #f5f5f5;
	padding: 60px 0 60px 0;
}
.contactPage .intention .title{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.contactPage .intention .right,
.contactPage .intention .left{
	float: left;
	width: 585px;
	margin-top: 28px;
}
.contactPage .intention .right{
	float: right;
}
.contactPage .intention .inpu{
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	background: #fff;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.contactPage .intention .inpu textarea,
.contactPage .intention .inpu input{
	width: 100%;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	border: none;
	outline:none;
	padding: 0 20px;
	box-sizing: border-box;
	background: none;
}
.contactPage .intention .inpu input::-webkit-input-placeholder{color:#666;}
.contactPage .intention .inpu input:-moz-placeholder{color:#666;}
.contactPage .intention .inpu input::-moz-placeholder{color:#666;}
.contactPage .intention .inpu input:-ms-input-placeholder{color:#666;}
.contactPage .intention .inpu textarea::-webkit-input-placeholder{color:#666;}
.contactPage .intention .inpu textarea:-moz-placeholder{color:#666;}
.contactPage .intention .inpu textarea::-moz-placeholder{color:#666;}
.contactPage .intention .inpu textarea:-ms-input-placeholder{color:#666;}
.contactPage .intention .inpu textarea{
	height: 228px;
	resize: none;
	line-height: 24px;
	padding: 10px 20px;
}
.contactPage .intention .btn{
	margin: 0;
	padding: 0;
	height: 70px;
	text-align: center;
}
.contactPage .intention .btn a,
.contactPage .intention .btn button,
.contactPage .intention .btn input{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: block;
	border: none;
	border-radius: 0;
	background: #0099cc;
	-webkit-appearance:none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.contactPage .intention .btn a,
.contactPage .intention .btn button,
.contactPage .intention .btn input:hover{
	background: #ff6200;
}

.contactPage .contact{
	padding: 0px 0 80px;
}
.contactPage .contact #allmap,
.contactPage .contact .map{
	width: 100%;
	height: 550px;
}
.contactPage .contact .list{
	border-left: solid 1px #e6e6e6;
	box-sizing: border-box;
}
.contactPage .contact .list:after{content:"";height:0;display:block;clear:both}
.contactPage .contact .list li{
	width: 25%;
	float: left;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	border-top: solid 1px #e6e6e6;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 30px;
}
.contactPage .contact .list li .icon{
	height: 138px;
	margin-top: 35px;
}
.contactPage .contact .list li .icon img{
	height: 100%;
}
.contactPage .contact .list li .text{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.contactPage .contact .list li .text .biaoti{
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 15px;
}
.contactPage .contact .list li .text p{
	font-size: 15px;
	color: #666666;
	margin-top: 0px;
	padding: 0px 25px; 
	line-height: 20px;
}
.contactPage .traffic{
	padding: 80px 0;
}
.contactPage .traffic .title{
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.contactPage .traffic .list{
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	margin-top: 40px;
}
.contactPage .traffic .list:after{content:"";height:0;display:block;clear:both}
.contactPage .traffic li{
	width: 33.333%;
	float: left;
	border-left: solid 1px #e6e6e6;
	box-sizing: border-box;
	background: #fcfcfc;
	padding: 60px 40px 30px 40px;
	text-align: center;
}
.contactPage .traffic li:first-child{
	border-left: none;
}
.contactPage .traffic li .icon{
	height: 56px;
}
.contactPage .traffic li .icon img{
	max-height: 100%;
}
.contactPage .traffic li .tit{
	line-height: 30px;
	font-size: 20px;
	color: #000000;
	margin-top: 24px;
	padding-bottom: 20px;
	background: url(../images/traffic_line.gif) repeat-x 0 bottom;
	text-align: center;
}
.contactPage .traffic li .text{
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
}
.style-two h2{
	font-size: 36px;
	letter-spacing: 3px;
}
@media screen and (max-width: 1440px){
    .wrap{
        width: 90%;
    }
}