	.pright{
		border:2px solid #EEEEEE;
		padding:20px;
	}

/*侧边栏*/
	
	.my-side{
		background: #fff;
	}
	.my-item{
		height:35px;
		line-height: 35px;
		padding:5px 0;
		border-top:1px dotted #ccc;
		margin-top: 10px;
		position: relative;
		padding-left: 10px;

		/* -moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px; */
		transition: all 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
	}
	
	.my-item > a{
		display:block;
		height:29px;
		line-height:29px;
		margin-top:3px;
		background:#fff;
		position:relative;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px; 
		padding-left:10px;
		transition: all 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		
	}
	.my-item > a:after{	
		content:'';
		display:block;
		position:absolute;
		width:0;
		height:0;
		border:11px solid transparent;
		top:4px;
		right:5px;
		border-left-color:#fff;
	}
	.my-side > .my-item:nth-child(1){
		margin-top:0;
	}
	.my-side .my-item:nth-last-child(3){
		border-bottom:1px dotted #ccc;
		height:45px;
	}
	
	.my-item > a:hover{
		background:#FF950C;
		
		font-weight:bold;
	}
	.my-active > a{
		background:#FF950C;
		font-weight:bold;
		/* width:90%; */
	}
	.my-side .my-item > a:link,
	.my-side .my-item > a:hover,
	.my-side .my-item > a:active,
	.my-side .my-item > a:visited{
		color:#585F69;
	}
	
	.item-a:hover{
		text-decoration:none;
	}
	
	
	
	/* 分页样式*/
	.pagination{
		position:absolute;
		bottom:10px;
	}
	.totalRow{
		position:absolute;
		right:15px;
		bottom:20px;
	}
	#myTable tr{
		height:30px;
		line-height:30px;
	}
	
	/* #myTable tbody tr:nth-child(odd){
		background:#eee;
	}
	#myTable tbody tr:hover{
		background:#eee;
	} */
	#myTable thead tr{
		/* font-size:16px; */
	}
	.gradient{
    
    filter:alpha(opacity=100 finishopacity=80 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#eee,endcolorstr=blue,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=10 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#eee,endcolorstr=blue,gradientType=0);/*IE8*/	
    background:#eee; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(top, #eee, rgba(0, 0, 255, 0.1));  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(rgba(0, 0, 255, 0.1)));  
    background:-o-linear-gradient(top, #eee, rgba(0, 0, 255, 0.1)); 
}

a.item-a{
	color:#585F69;
}


.pagination > .active > a,
.pagination >li > a:visited,
.pagination >li > a:hover,
.pagination >li > a:active,
.pagination > .active > a:hover
{
	border-color: #D60011;
	background-color: #D60011;
}
.pagination >li{
	cursor:pointer;
}




	.my-list-box{
		position: absolute;
		width:150px;
		top:50%;
		height:30px;
		margin-top:-20px;
		right:15px;
		font-size:16px;
		text-align:center;
		
	}
	.my-list-item{
		display: block;
		
		height:40px;
		line-height:40px;
		background: #D60011;
	}
	.slide-list{
		padding-left: 0;
		margin-top: 0;
		display: none;
		position: absolute;
		width:100%;
	}
	.slide-item{
		height:40px;
		line-height: 40px;
		background: #C50211;
		margin-left: 0;
		
	}
	.nav{
		position:relative;
	}
	.none-li{
		width:150px;
		height:2px;
		
	}
	.my-list-box > a:hover{
		text-decoration:none;
	} 
	.my-list-box a:link,
	.my-list-box a:hover,
	.my-list-box a:active,
	.my-list-box a:visited{
		color:#fff;
	}
	
	.my-side .my-item:nth-last-child(3){
		border-bottom:1px dotted #ccc;
		height:45px;
	}
	
	@media only screen and (min-width: 0px) and (max-width: 1024px){
		.my-list-box {
			display: none;
		}
		.none-li{
			display:none;
		}
	}
	
	
	
	
	/*地图  */
	.tip-span{
		display:block;
		float:left;
		height:50px;
		width:50%;
		line-height:50px;
		background:#BDBDBD;
		font-size:18px;
		font-weight:bold;
		color:#fff;
		cursor:pointer;
		
	}
	.selected{
		background:#D60011;
	}
	.address_list ul{
		padding-left:0;
	}
	.address_list ul li:nth-child(even){
		background:#FAFAFA;
	}
	.address_list li{
		list-style: none;
    	margin-left: 0;
    	text-align: left;
    	line-height: 20px;
    	border-bottom:1px solid #E3E3E3;
	}
	.address_list{
		height:410px;
		overflow-y:scroll;
		border-left:1px solid #E3E3E3;
	}
	#address_list_page{
		position:relative;
	}
	.pagination_custom{
		margin: 0;
    	top: 5px;
    	left: 10px;
	}
	.map-left{
		width:20%;
		float:left;
		min-height:1px
	}
	.map-right{
		width:80%;
		float:left
	}
	
	
	@media only screen and (max-width: 997px){
			
		.map-left{
			width:100%;
		}
		.map-right{
			width:100%;
		}
		.address_list{
			height:auto;
		}
	}
	
	/* hover */
.blog-thumb .blog-thumb-hover::after {
    top: 0;
    left: 0;
    width:0;
    height:0;
}

/* 登录IE8 */

.navbar-brand{
	max-width:320px\9;
}


/* 弹出框 */
.m-content{
	text-indent:2em;
	line-height:30px;
}
.m-company{
	text-align:right;
}
.m-time{
	text-align:right;
}


 /* 公告 */
 .systemNotice{
 	position: absolute;
    top: 100px;
    width: 300px;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
    z-index: 100;
    box-shadow:-2px 2px 7px #eee;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
 }
 .systemNotice.closeTip{
 	right:-300px;
 }
  .systemNotice.openTip{
 	right:0px;
 	right:20px;
 }
 
 
 .systemNoticeBody{
 	height: 400px;
    padding: 10px 0;
    overflow:auto;
 }
 .systemNoticeTitle{
 	font-weight:bold;
 	border-bottom: 1px solid #eee;
 }
 .systemNoticeFooter{
 	text-align:center;
 	margin-top:10px;
 }
 .systemNoticeFooter button{
 	padding:0 5px;
 }
 
  #noticeTip{
 	position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    text-align: center;
    background: #d83b3b;
    color: #fff;
    cursor:pointer;
    display:none;
    height:30px;
    line-height:30px;
    text-align:center;
 }
 
	