body{
	background: #fff;
}
.wlkc_banner img{
	width: 100%;
}
/* 头部信息 */
.mar_head{}
.wlkc_jt{
	text-align: center;
	padding-top: 15px;
}
.wlkc_jt img{
	animation: myani 2s infinite;
	position: relative;
}
@keyframes myani{
	0%{top:-5px;}
	75%{top:5px;}
	100%{top:-5px;}
}
.wlkc_head .wlkc_head_info{
	width: 90%;
	margin: 0px auto;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.wlkc_head .wlkc_head_info i{
	position: absolute;
	width: 100%;
	height: 1px;
	top: 20px;
	left: 0px;
	background: #4688f2;
}
.wlkc_head .wlkc_head_info p{
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 999;
	font-size: 16px;
	padding: 0px 10px;
}
.wlkc_head .wlkc_head_info p:before{
	content: '';
	width: 10px;
	position: absolute;
	height: 10px;
	left: -10px;
	top: 15px;
	background: #4688f2;
	transform: rotate(45deg);
}
.wlkc_head .wlkc_head_info p:after{
	content: '';
	width: 10px;
	position: absolute;
	height: 10px;
	right: -10px;
	top: 15px;
	background: #4688f2;
	transform: rotate(45deg);
}
/* 公共关系 */
.wlkc_pub{
	padding: 10px 3%;
}
.wlkc_pub .mar_big_img{
	text-align: center;
	padding: 30px 0px 20px;
}

.wlkc_pub .wlkc_img img{
	width: 100%;
	padding: 10px 0px;
}

.wlkc_show_list{
	padding: 10px 3%;
	position: relative;
	font-size: 0px;
	width: 94%;
}
.wlkc_show_list img{
	width: 100%;
	font-size: 0px;
}
.wlkc_show_list p{
	position: absolute;
	bottom: 10px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	padding: 5px 2%;
	line-height: 20px;
	margin: 0px 3%;
	left: 0px;
	background: rgba(0,0,0,0.6);
	width: 90%;
}



.wlkc_list{
	padding-top:20px;
}
.wlkc_list ul{
	position: relative;
	height:200px;
	overflow: hidden;
	width: 100%;
	padding-top: 50px;
}
.wlkc_list ul li{
	border: 1px solid #ccc;
	width: calc(48% - 10px);
	position: relative;
	padding:4px;
	margin: 0px 1%;
	float: left;
	position: absolute;
	left: 125%;
}
.wlkc_list ul li:first-child{
	left: -25%;
}
.wlkc_list ul li:first-child + li{
	left: 25%;
}
.wlkc_list ul li:first-child + li+li{
	left: 75%;
}
.wlkc_list ul li span{
	display: block;
	border: 1px solid #ccc;
	padding: 55px 10px 10px;
	background: #eee;
	height: 88px;
}
.wlkc_list ul li p{
	position: absolute;
	top: -50px;
	width: 100%;
	left: 0px;
	text-align: center;
}
.wlkc_list ul li p img{
	width: 50%;
}
.wlkc_list ol{
	text-align: center;
}
.wlkc_list ol li{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 5px;
}
.wlkc_list ol li.on{
	background: #4688f2;
}