
/* 分类 */
.classify{
	padding:30px 0;
	border-bottom:1px solid #ddd;
}
.classify .list li{
	float:left;
	height:40px;
	line-height:40px;
}
.classify .list li:before{
	content:'';
	display:inline-block;
	width:1px;
	height:14px;
	background:#999;
	margin:0 20px;
	position:relative;
	top:2px;
}
.classify .list li:first-child:before{
	display:none;
}
.classify .list li.on a{
	color:#15a1dc;
}
.classify .list li a{
	font-size:15px;
}
.classify .list li a:hover{
	color:#15a1dc;
}
.classify .search{
	position:relative;
	margin-top:2px;
}
.classify .search .key{
	border-radius:40px;
}
.classify .search .send{
	position:absolute;
	right:1px;
	top:1px;
	background:none;
	outline:none;
	height:32px;
	width:45px;
	border:none;
	background:#fff;
	border-radius:0 40px 40px 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	background:#fff;
}
.classify .search .send:hover{
	background:#15a1dc;
	color:#fff;
}


/* 联系我们 */
.contact {
	padding:50px 0;
}
.contact .info h1{
	font-size:28px;
	font-weight:700;
	margin-bottom:30px;
}
.contact .info p{
	font-size:20px;
	height:42px;
	line-height:42px;
	margin:15px 0;
}
.contact .info p img{
	margin-right:15px;
	height:30px;
}

.contact .ewm{
	display:flex;
	justify-content:flex-end;
	padding-top:0.3rem;
}
.contact .ewm .item{
	width:149px;
	text-align:center;
	font-size:16px;
	align-items:center;
}
.contact .ewm .item:first-child{
	margin-right:0.3rem;
}
.contact .map{
	display:flex;
	margin:50px 0 50px 0;
}
.contact .map .right{
	width:550px;
	border:1px solid #ddd;
	border-bottom:none;
}
.contact .map .right .item{
	height:240px;
	border-bottom:1px solid #ddd;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	cursor:pointer;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.contact .map .right .item .arrow{
	position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: -6px;
    margin-top: -6px;
    background: #15a1dc;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	visibility:hidden;
}

.contact .map .right .item.on{
	background:#15a1dc;
	color:#fff;
}
.contact .map .right .item.on .arrow{
	visibility:visible;
}
.contact .map .right .item h3{
	font-size:22px;
	font-weight:700;
}
.contact .map .right .item p{
	font-size:15px;
	margin-bottom:5px;
}
.contact .map .right .item .iconfont{
	padding-right:10px;
}

.contact .map .left{
	width:100%;
}
.contact .map .left .item .baiduMap{
	border:1px solid #ddd;
	height:720px;
	border-right:0px;
}


@media screen and (max-width:768px){

	
	.classify .list li{width:33.333%;text-align:center;position:relative;}
	.classify .list li:before{margin:0px;position:absolute;left:0px;top:12px;background:#999;}
	.classify .list li[noborder]:before{display:none;}
	.classify .search{margin-top:5px;}
	
	.contact{margin:0px;padding:0 10px;}
	.contact .info h1{font-size:22px;}
	.contact .info p{
		font-size: 17px;
		height: 32px;
		line-height: 32px;
		margin: 15px 0;
	}
	.contact .info p img{
		height:24px;
		margin-right:10px;
	}
	.contact .ewm{
		justify-content:center;
	}
	.contact .map .right{width:100%;}
	.contact .map .right .item .arrow{display:none;}
	.contact .map .right .item{height:auto;padding:20px 0;}
}


