#baiduMap{
	border:1px solid #eee;
	height:400px;
}
.contact-title{
	font-size:48px;
	font-weight:700;
	margin-top:0.2rem;
}
.contact-title span{
	color:#a18a54;
}
.contact-img{
	display:block;
	margin:0.2rem 0;
	max-width:100%;
}



/* 分类 */
.classify{
	position:relative;
	text-align:center;
	border-bottom:1px solid #eee;
	background:#fff;
	height:65px;
	display:flex;
	align-items:stretch;
}
.classify .main{
	display:flex;
	justify-content:center;
	align-items:stretch;
}
.classify .list{
	display:flex;
	align-items:center;
	justify-content:center;
	white-space: nowrap;
	overflow:auto;
}
.classify .list a{
	color:#333;
	font-size:15px;
	padding:4px 15px;
	border-radius:5px;
	margin:0 5px;
}
.classify .list a:hover{
	background:#e6212b;
	color:#fff;
}
.classify .list a:focus{
	outline:none;
}
.classify .list a.on{
	background:#e6212b;
	color:#fff;
}
.classify .listPop{
	padding-left:10px;
	border-left:1px solid #eee;
	align-items:center;
	display:none;
}
.classify .listPop i{
	font-size:22px;
}
.classify .listPop-content{
	position:fixed;
	top:0px;
	right:-100%;
	z-index:9999;
	height:100%;
	width:75%;
	background:#fff;
	display:flex;
	align-items:center;
	max-width:300px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	opacity:0;
}
.classify .listPop-content .pop-main{
	width:100%;
	max-height:100%;
	overflow:auto;
	padding:15px;
}
.classify .listPop-content a{
	display:block;
	text-align:left;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
	padding:0 10px;
}
.classify .listPop-content a:hover{
	color:#e6212b;
}
.classify .listPop-content a.on{
	background:#e6212b;
	color:#fff;
}

.classify .listPop-content .close{
	position:absolute;
	top:10px;
	right:10px;
	z-index:999999;
	opacity:1;
	color:#666;
	height:50px;
	width:50px;
	text-align:center;
	line-height:50px;
	border-radius:50px;
	background:rgba(255,255,255,0.3);
}
.classify .listPop-bg{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000;
	opacity:0.3;
	z-index:1000;
	display:none;
}

@media screen and (max-width:768px){
	.classify{height:55px;}
	.classify .list{justify-content:left;}
	.classify .list a{padding:4px 10px;}
}



#myform p{
	margin:15px 0;
}
#myform input{
	display:block;
	width:100%;
	border:none;
	background:#f6f6f6;
	height:60px;
	line-height:60px;
	font-size:16px;
	box-sizing:border-box;
	padding:0 15px;
	max-width:400px;
	color:#000;
}
#myform .tips{
	font-size:14px;
	color:#666;
}

#myform input::-webkit-input-placeholder{
	color:#333;
}
#myform input::-moz-placeholder{   
	color:#333;
}
#myform input:-moz-placeholder{  
	color:#333;
}
#myform input:-ms-input-placeholder{  
	color:#333;
}

#myform textarea{
	display:block;
	width:100%;
	border:none;
	background:#f6f6f6;
	box-sizing:border-box;
	padding:15px;
	font-size:16px;
}
#myform textarea::-webkit-input-placeholder{
	color:#333;
}
#myform textarea::-moz-placeholder{   
	color:#333;
}
#myform textarea:-moz-placeholder{  
	color:#333;
}
#myform textarea:-ms-input-placeholder{  
	color:#333;
}
#myform button{
	border:none;
	display:block;
	background:#e6212b;
	height:60px;
	line-height:60px;
	width:100%;
	color:#fff;
	width:50%;
	font-size:16px;
	opacity:0.9;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#myform button i{
	position:relative;
	right:0px;
	top:3px;
	font-size:22px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#myform button:hover{
	opacity:1;
}
#myform button:hover i{
	right:-10px;
}

.userInfo{
	margin-left:40px;
}
.userInfo .r1{
	font-size:24px;
	font-weight:700;
	color:#e6212b;
	margin:50px 0 25px 0;
}
.userInfo .r2 li{
	font-size:15px;
	margin:8px 0;
}
.userInfo .r3{
	padding:0 0 30px 0;
	border-bottom:1px solid #d9d9d9;
}
.userInfo .r3 .ewm{
	display:inline-block;
	text-align:center;
}
.userInfo .r3 .ewm p{
	line-height:36px;
	font-size:15px;
}
.userInfo .r4{
	font-size:15px;
	padding:40px 0;
	line-height:30px;
}
.userInfo .r5{
	font-size:15px;
	line-height:30px;
}



@media screen and (max-width:768px){
	#baiduMap{height:300px;}
	.contact-title{font-size:24px;}
	#myform input{height:50px;line-height:50px;}
	#myform textarea{height:180px;}
	
	.userInfo{margin-left: 0px;}
}




