body,
.rdpd,
a, p, li, input, textarea{
	font-family:'Microsoft YaHei UI','Microsoft YaHei',DengXian,SimSun,'Segoe UI',Tahoma,Helvetica,sans-serif;
}

a{
	color:#333;
}
a:hover{
	color:#D60011;
}
.my-left-square{
	padding-left:0;

}
.ellipsis{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;  
}
.ellipsis-more{
	display: -webkit-box;  
    display: -moz-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
}
.ellipsis-two{
    -webkit-line-clamp:2; 
}
.ellipsis-three{  
    -webkit-line-clamp:3; 
}
/*.ellipsis-more::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(../images/ellipsis_bg.png) repeat-y;
}*/
.more{
	text-align:right;
}
.list-item{
	height:25px;
}


.blete-team-slides .blete-member-img-wrapper img{
	border-radius: 0;
}
.my-padding-20{
	padding: 20px;
}
.my-margin-bottom-20{
	margin-bottom: 20px;
}
.my-margin-bottom-25{
	margin-bottom: 25px;
}

.blete-team-slides .blete-member-img-wrapper{
	padding:10px;
}
.header-none{
	width:130px;
}
.login-eBank{
	position: absolute;
	width:130px;
	right:0;
	top:-50%;
	margin-top: 35px;
}
.login-eBank span{
	display: block;
	height:30px;
	line-height: 30px;
	border-radius: 5px;
	background: #D60011;
	text-align: center;
	color: #fff;
}
.login-eBank span:nth-child(2){
	margin-top: 10px;
}

.blete-menu-wrapper{
	position:relative;
}

.qu-item{
	height:40px;
	border-bottom: 1px dotted #dadada;
	line-height: 40px;
}
.blete-member-details{
	padding-bottom: 0;
}
.blete-blurb-icon-left-square .blete-blurb-text{
	width:100%;
}
.yh-time{
	margin-left: 20px;
}
.owl-item{
	min-height:270px;
}

.blete-member-details p{
	margin-bottom: 0;
}
.my-plan{
	padding:0;
	padding-top: 10px;
	background: #fff;
}


.my-blete-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #dadada;
    border-radius: 100%;
    color:#fff;
    vertical-align: middle;
    font-size: 48px;
    display: table-cell;
    vertical-align: middle;
    }

.my-plan a{
	margin-left: 20px;
	display: inline-block;
	margin-top: 10px;
}
.my-footer{
	padding:30px;
	color:#ccc !important;
	margin-top:40px;
}
.my-footer ul{
	display: block;
}
.my-footer li{
	min-height:27px;
	line-height: 27px;
	border-bottom: 1px dotted #ccc;
	position: relative;
	margin-right: 0;
}
.my-footer span{
	position: absolute;
	top:50%;
	right:0;
	margin-top: -13px;
}
.my-footer a:link,
.my-footer a:visited,
.my-footer a:hover,
.my-footer a:active{
	color:#ccc !important;
}
.qrcode{
	text-align: right;
}

.logo-img{
	display:block;
	padding:0;
	height:50px;
}

/*网银登录部分*/
.login-box{
	/* color: #fff;
	font-weight: bold; */
	position:absolute;
	z-index: 100;
	padding:20px 40px;
	/* border-radius: 10px; */
	top:130px;
	left:10%;
}
.my-nav{
	z-index: 1000;
	padding:5px 20px !important;
	border-bottom:1px solid #EEEEEE;
}
.login-item{
	display: block;
	/* background: #E39200; */
	padding:10px 30px;
	/* border-radius: 10px; */
	cursor: pointer;
	position:relative;
	color:#D60011;
	font-weight:bold;
	border:1px solid #eee;
}
.login-item2{
	margin-top: 30px;
	/* //background: #E33333; */
}

.login-item:after,
.download-item:after{
	width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #eee;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
        opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.login-item a:link,
.login-item a:visited,
.login-item a:active{
	color: #D60011;
}
.login-item i{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
}
.login-item a{
	display:block;
	height:100%;
	width:100%;
	font-weight:bold;
}
.login-item:hover{
	background:#D60011;
	color:#fff;
}
.login-item:hover a{
	color:#fff;
}

/*菜单背景半透明*/
.demo{
  //padding: 25px;
  background-color: rgba(255,255,255,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}
.demo1{
  //padding: 25px;
  background-color: rgba(255,255,255,0.8);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .demo{
    background-color:#fff
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  } 
  .demo1{
    background-color:#fff
    filter:Alpha(opacity=80);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  } 
}

@media only screen and (max-width: 768px){
	.header-none{
		width:0;
	}
	.login-eBank{
		display: none;
	}
}

@media only screen and (min-width: 0) and (max-width: 1024px){
		.login-box{
			display: none;
		}
	}
	
@media only screen and (max-width: 970px){
		.qrcode{
			text-align:center;
		}
	}
	




/*详情页*/
.xq-title-box{
	height:50px;
	background: #F5F5F5;
	position: relative;
}
.xq{
	padding:10px 20px;
	background: #fff;
	position: absolute;
	left:20px;
	height:100%;
	font-size: 24px;
	border-top: 3px solid #D60011;
	top:-3px;
}
.xq-title{
	width:60%;
	text-align:center;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 40px;
}
.xq-time{
	text-align: center;
	color:#666666;
	padding-top: 10px;
	font-size: 16px;
}
.xq-content p{
	line-height: 30px;
	text-indent: 2em;
}
.xq-content{
	margin-top: 30px;
}


/*侧边栏  */
/* .my-item{
	background:#ccc;
	padding:5px 0;
	border:1px solid #ccc;
	border-top:0;
	transition:all 0.3s;
}
.my-item:nth-child(1){
	border-top:1px solid #ccc;
}
.my-item i{
	color:#fff;
}

.my-item a{
	display:inline-block;
	background:#fff;
	margin-left:20px;
	width:80%;
	height:30px;
	line-height:30px;
}
.my-active{
	background:#D60011;
} */

.list-group-top{
	height:60px;
	line-height:60px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	background:#D60011;
	//border-radius:4px 4px 0 0 ;
}
.my-list-group p{
	height:50px;
	line-height:50px;
	position:relative;
	transition:all 0.3s;
	margin:0;
	border-left:2px solid #fff;
	border-bottom: 1px dotted #eee;
}
.my-list-group p:nth-last-child(1){
	border-bottom:2px solid #D60011;
}
.my-list-group p .list-right{
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-8px;
}
.my-list-group p:hover{
	background:#FFFEFA;
	border-left-color:#D60011;
	
}
.my-active{
	background:#FFFEFA;
	border-left-color:#D60011 !important;
	color:#D60011;
} 


	
	
	/*  距离*/
	.margin-bottom-50{
		margin-bottom:50px;
	}
	.margin-top-150{
		margin-top:150px;
	}
	
	/* 分页样式*/
	.pagination{
		position:absolute;
		bottom:10px;
		right:15px;
	}
	.totalRow{
		position:absolute;
		right:15px;
		bottom:10px;
	}
	#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=10 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 >li > a:hover
{
	border-color: #D60011;
	background-color: #D60011;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    	border-color: #D60011;
    	background-color: #D60011;
	}
.pagination >li{
	cursor:pointer;
}


/*地图  */
	.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;
		}
	}
	
	/* footrt */
	footer h4{
		font-weight:bold;
		color:#ccc;
	}
	
	/* 媒体聚焦 */
.blete-member-details h4 a{
	padding-left:5px;
	padding-right: 5px;
	height:44px;
	line-height: 22px;
	font-weight:bold;
	display:block;
	
	display: -webkit-box;  
    display: -moz-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp:2; 
}
.blete-member-details p{
	height:44px;
	line-height:22px;
	
	display: -webkit-box;  
	display: -moz-box;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	word-break: break-all;  
	-webkit-box-orient: vertical;  
	-webkit-line-clamp:2;
}

/* 热门频道 */
.blete-what-we-do h4{
	text-align:center;	
}
.rdpd p{
	height:66px;
	line-height:22px;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	display: -webkit-box;  
    display: -moz-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp:3; 
}


/* 顶部小菜单 */
@media only screen and (max-width: 767px){
.navbar-toggle {
    border: 1px solid #000;
	}
}

/* 更多 */
.more a{
	display:block;
	width:20px;
	height:20px;
	border-radius:20px;
	text-align:center;
	line-height:20px;
	position:absolute;
	right: -10px;
    bottom: -10px;
	border:1px solid #333;
	//bottom:10px;
}
.more1 a{
	right: 20px;
    bottom: -20px;
}

.more a:hover{
	background:#D60011;
}
.more a:hover i{
	color:#fff !important;
}
.more a i{
	color:#333 !important;
	position:absolute;
	top:10%;
	left:40%;
}

/* 金融侧边栏 */

.jrcb{
	border:2px solid #EEEEEE;
	font-size:18px;
	font-weight:bold;
	padding:10px;
}
.jrcb .telephone{
	color:#D60011;
}
.jrcb .jrcb-img{
	text-align:center;
	margin-top:10px;
}
.jrcb p{
	color: #ccc;
    font-size: 16px;
}

.img-item{
	//width:50%;
	display:inline-block;
	margin-left:35px;
}
.img-item1{
	margin-left:0;
}
.img-item p{
	padding-top:8px;
}
.img-item p a{
	padding:3px 5px;
	display:block;
	background:#D60011;
	color:#fff;
	font-size:12px;
	border-radius:5px;
}
.img-item span {
    display: block;
    border: 2px solid #ccc;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    text-align: center;
    color: #ccc;
    padding-top: 20px;
    transition: all 0.5s;
    margin: 0 auto;
    font-size: 26px;
}

.img-item:hover span{
	color:#fff;
	background:#D60011;
	box-show:0 0 2px 2px #ccc;
}
.headline {
    border-bottom: 2px solid #D60011;
}
.headline span {
    /* padding: 5px; */
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    background: #D60011;
}



/* 最新动态列表 */
.zxdt-item{
	position:relative;
	padding:10px;
	//background:#F2F2F2;
	border:1px solid #eee;
	margin-top:20px;
}
.zxdt-item:nth-child(1){
	margin-top:0;
}
.zxdt-img{
	max-height:100%;
}

.zxdt-intro p{
	margin-top:10px;
	height:60px;
	line-height:30px;
	text-indent:2em;
	cursor:pointer;
	
	display: -webkit-box;  
	display: -moz-box;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	word-break: break-all;  
	-webkit-box-orient: vertical;  
	-webkit-line-clamp:2;
}
.zxdt-title{
	cursor:pointer;
	font-weight:bold;
}
.zxdt-right{
	padding-right:30px;
}
.zxdt-ka img{
	margin-top:10px;
	display:block;
	margin:10px auto;
}
.zxdt-ka img:first-child{
	margin-top:0;
}
.zxdt-list-title{
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #D60011;
	margin-top:20px;
	margin-bottom:10px;
}
.zxdt-list ul li{
	height:27px;
	line-height:27px;
}


/* 答疑解惑 */

.dyjh-title{
	height:40px;
	line-height:40px;
	padding-left:20px;
	border-bottom:1px dotted #ccc;
	position:relative;
}

.dyjh-title span{
	display:inline-block;
	height:40px;
	line-height:40px;
}

.dyjh-title::before{
	content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #ccc;
    left: 3px;
    top: 50%;
    margin-top: -5px;
}
.dyjh-title:hover::before{
	border-left-color: #D60011;
}
.dyjh-title a{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	position:relative;
}
.d-title{
	width:70%;
}
.d-time{
	text-align:right;
	width:30%;
}

/* 地图分页样式 */
#address_list_page .pagination li a {
    padding: 0;
}
#address_list_page .pagination>li>a, .pagination>li>span {
    padding: 6px 9px;
}

/* 媒体聚焦 */
.blete-team-slides{
	background:#f9f9f9;
}

/* logo */
@media only screen and (min-width:1200px){
		img.logo{
			height:70px;
		}
	}
@media only screen and (min-width:800px) and (max-width:1199px){
		img.logo{
			height:60px;
		}
	}
@media only screen and (max-width:799px){
		img.logo{
			height:50px;
		}
	}
	
	/* 备案 */
.blete-footer-content h6{
	color:#ccc;
}


 /* 公告 */
 .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;
 }
 
