.pagebanenr{
	width:100%;
	height: 500px;
	background: url(/uploads/image/phimages/contact-banner.jpg) no-repeat center;
	position: relative;
	margin-top: 90px;
}
.contactcontent{
	margin-top: 38px;
}
.contactcontent{
	width: 930px;
	
}
.contactcontent p{
	line-height: 26px;
}
.topcontacticon ul li{
	text-align: center;
	float: left;
	width: 188px;
	margin-left: 38px;
	margin-top: 30px;
}
.topcontacticon ul li h3{
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}
.topcontacticon ul li:hover{
	transform: scale(1.2);
	cursor: pointer;
}
.topcontacticon ul li p{
	font-size: 14px;
	line-height: 20px;
	margin-top: 18px;
}
.baidumap{
	margin-top:50px;
}
.first-line input{
	width: 453px;
	height: 33px;
	padding-left: 20px;
	float: left;
	display: block;
	background-color: #f5f5f5;
	color: #333;
	box-sizing: border-box;
}
.first-line input:nth-child(2){
	margin-left: 24px;
}
.contactcontent form{
	overflow: hidden;
}
.contactcontent textarea{
	width: 100%;
	display: block;
	height: 280px;
	background-color: #f5f5f5;
	margin-top: 55px;
	padding-left: 20px;
	padding-top: 20px;
	color: #333;
	font-family: "microsoft yahei";
}
.contactcontent button{
	width: 150px;
	height: 32px;
	border: none;
	background-color: #188ce9;
	font-size: 15px;
	color: #fff;
	float: right;
	margin-top: 30px;
	cursor: pointer;
}
.swal2-modal h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 41px;
}
.swal2-confirm{
	background-color: #188ce9 !important;
}