body{
	font-size:14px;
}

/*多页导航*/
.list_page{
	text-align: center;
}
.list_page ul{
	float:left;width:100%;list-style:none;margin:0px;padding:0px;
}
.list_page ul li{
	float:left;list-style-type:none;margin:0px;padding:3px;
}
.list_page a{
	display:block;width:50px;height:50px;border:1px solid #e6e6e6;border-radius:2px;margin:0 5px;line-height:50px;text-align:center;
	background:#ffffff;color:#999;
}
.list_page span{
	display:block;width:50px;height:50px;border:1px solid #e6e6e6;border-radius:2px;margin:0 5px;line-height:50px;text-align:center;
	background:#e6e6e6;color:#999;
}
.list_page a:hover{
	background:#ff5722;color:#fff
}

.cebian{
	position: relative;
}
.cebian >div{
	position: absolute;
	right: 0;
    top: 23%;
}
.cebian >div >div{
    width: 68px;
    height: 6px;
    background: #f1c232;	
}
.cebian >div h2{
	font-size: 26px;
    font-weight: 100;
    color: #2984e1;
    margin: 10px 0;
}
.cebian >div p{
    font-size: 20px;
    color: #ccc;	
}

.cebian-list li{
	list-style: none;
	margin-bottom: 2px;
}
.cebian-list li a{
	line-height: 50px;
	display: block;
	text-align: center;
	background: #2984e1;
	color: #fff;
	font-size: 14px;
}
.cebian-list li a:hover{
	font-size: 12px;
	background: #5adcf4;
}

.servicelist{
	height:200px;background-color:#FFFFFF;margin-left:10px;margin-right:10px;cursor:pointer;
	box-shadow:0px 0px 0px 0px #FFFFFF;
}
.mservicelistemberlist:hover{
	height:200px;background-color:#FFFFFF;margin-left:10px;margin-right:10px;cursor:pointer;
	box-shadow:0px 0px 10px 6px #CCCCCC;/* 四周阴影 */
	transform:translateY(-10px) scale(1.1,1.1);/* 上移10px，放大到1.1 */
	transition-duration:1s;/* 用1秒的时间来变化 */
}

.message-box {
	position: relative;background-color: #f2f2f2;border: 1px solid #ddd;margin:20px;padding: 10px;border-radius:10px;
  }

  .message-box::after {
	content: '';position: absolute;width: 0;height: 0;right: -10px;top: 15px;
	border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #f2f2f2;
  }

  .sub_a{
	color:#A3A3A3;font-size:14px;font-weight:100;display:block;
  }
  .sub_a:hover{
	color:#000000;font-size:14px;font-weight:100;display:block;background-color: #dddddd;
  }