﻿body{
	background-color:#f6f7f8;
}
ul,li{
	list-style: none;
}
.ab_nav li:hover {
	background-color: #b04b1d !important;
	color: #fff !important;
}
.ab_nav li:hover a{
	background-color: #b04b1d !important;
	color: #fff !important;
}
.ab_nav:hover li[class='ab_nav_active']{
	background-color: #999 !important;
}
.ab_nav li[class='ab_nav_active']:hover{
	background-color: #b04b1d !important;
	color: #fff !important;
}

.ab_navw{
	background: #fff;
	height: 60px;
	width: 100%;
	text-align: center;
}
.ab_nav{
	width: 1280px;
	height: 60px;
	margin: 0 auto;
}
.ab_nav li{
	width: 160px;
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	position: relative;
}
.ab_nav li a{
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ab_nav_active{
	background-color: #b04b1d;
	color: #fff !important;
}
.ab_nav_active a{
	color: #fff !important;
}
.about_con{
	width: 100%;
	height: auto;
	min-height: 30px;
	text-align: center;
}
.about_c{
	width: 1280px;
	height: auto;
	min-height: 30px;
	background-color: #fff;
	margin: 40px auto;
}
.about_jj{
	background-image: url(../images/about_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 80px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}

.about_jj h2{
	height: 120px;
	line-height: 120px;
	text-align: left;
	font-size: 40px;
}
.about_jj p{
	line-height: 40px;
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
}


.about_bs{
	background-image:url(../images/aout_bs_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 80px;
	box-sizing: border-box;
	position: relative; 
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}


.ab_bs_img{
	position: absolute;
	right:280px;
	top: 140px;
	width: 180px;
}

.ab_bs_con{
	width: 60%;
	float: left;
	text-align: left;
	margin-left: 50px;
}
.ab_bs_con h3{
	font-size: 30px;
	color: #b04b1d;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}
.ab_bs_con p{
	font-size: 18px;
	color: #000;
	height: 45px;
	line-height: 45px;
	
}

.about_fz{
	padding: 80px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 40px;
}
.about_fz ul{
	width: 100%;
	height: auto;
	min-height: 100px;
	position: relative;
	overflow: hidden;
}
.about_fz .fzlc:nth-child(n+5){
	display: none;
}
.ab_fz_time{
	width: 140px;
	height: 50px;
	background-color:#b04b1d;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	float: left;
}
.ab_fz_left{
	width: 70px;
	height: calc( 100% - 50px);
	border-right: 1px solid #e6e6e6;
	position: absolute;
	left: 0;
	top: 50px;
}
.ab_fz_left img{
	width: 30px;
	height: 30px;
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -15px;
}
.ab_fz_r{
	width: auto;
	min-width: 100px;
	max-width: 80%;
	height: auto;
	min-height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 10px 20px;
	color: #000;
	font-size: 16px;
	margin-left: 120px;
	margin-top:70px;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	display: table;
	position: relative;
	text-align: left;
}
.ab_fz_r:hover{
	color:#b04b1d;
}
.ab_fz_r img{
	position: absolute;
	left: -18px;
	top: 50%;
	margin-top: -8px;
}
.ab_fz_more{
	width: 140px;
	height: 50px;
	background-color:#b04b1d;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	float: left;
	border-radius: 30px;
}
.ab_fz_more a{
	color: #fff !important;
}

.about_cy{
	width: 1280px;
	height: auto;
	min-height: 30px;
	background-color: #f6f7f8;
	margin: 40px auto;
	display: table;
}

.layui-colla-item{
	position: relative !important;
	margin-bottom: 20px;
}
.ab_cy{
	width: calc( 50% - 10px);
	float: left;
}

.ab_cy:nth-child(2n){
	float: right;
}
.layui-colla-title{
	text-align: left;
	height: 60px !important;
	line-height: 60px !important;
	background-color: #fff !important;
	border-color: #fff !important;
	font-size: 24px !important;
	padding-left:15px;
}
.layui-colla-title .layui-icon{
	position: absolute;
	left: auto;
	right: 40px;
	top: 50%;
	margin-top: -15px;
	font-size: 16px !important;
	display: block;
	width: 30px !important;
	height:30px !important;
	text-align: center !important;
	line-height: 30px !important;
	border-radius: 20px;
	background: #ddd;
	color: #fff;
	/*transform:rotate(90deg);
	-ms-transform:rotate(90deg); 
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg); 
	-o-transform:rotate(90deg); */
	padding-left: 0 !important;
}
.zk_red{
	background-color: #b04b1d !important;
	color: #fff !important;
}
.zk_red a{
	background-color: #b04b1d !important;
	color: #fff !important;
}
.zk_red .layui-icon{
	background: #fff !important;
	color: #b04b1d !important;
	/*transform:rotate(180deg);
	-ms-transform:rotate(180deg); 
	-moz-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg); 
	-o-transform:rotate(180deg);*/ 
}
.zk_red2 .layui-icon{
	
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* Internet Explorer */
	-moz-transform:rotate(0deg); /* Firefox */
	-webkit-transform:rotate(deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); /* Opera */
}

.layui-colla-content{
	text-align: left;
	background-color: #b04b1d !important;
	color: #fff !important;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 9999;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 45px;
	padding-top: 20px;
	padding-bottom: 20px;
	max-height:220px;
	overflow-y:auto;
}
.layui-colla-content, .layui-colla-item{
	border-color: #bc663f !important;
	word-break:break-all;
}
.layui-collapse{
	border: none !important;
}

.about_zc{
	width: 100% !important;
	height: auto;
	min-height: 300px;
	background-color: #f6f7f8;
	background-image: url(../images/ab_zc_bg.jpg);
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-bottom: 0;
	overflow: hidden;
}
.ab_zc{
	width: 1280px;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.zb_zcle{
	width: 50%;
	float: left;
	height: auto;
	min-height: 30px;
	margin-top: 30px;
	margin-bottom: 120px;
}
.zb_zcri{
	width: 50%;
	float: left;
	height: auto;
	min-height: 30px;
	margin-top:160px;
	margin-bottom: 120px;
}
.qm{
	width: 100%;
	height: auto;
	min-height: 20px;
	margin-top: 40px;
	text-align: right;
}
.zb_zcle p{
	text-align: left;
	font-size: 18px;
	color: #000;
	line-height: 40px;
	margin: 10px auto;
	text-indent:35px;
}

.zb_zcri{
	text-align: center;
}
.zb_zcri h2{
	height: 100px;
	line-height: 80px;
	color: #444444;
	font-size: 40px;
	box-sizing: border-box;
	padding-left: 180px;
	font-weight: 200;
}
.zb_zcri h3{
	height: 40px;
	line-height: 30px;
	color: #b04b1d;
	font-size: 36px;
	box-sizing: border-box;
	padding-left: 180px;
	font-weight: 500;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #b04b1d !important;
}
/* 业务领域 */
.yw_c{
	width: 1280px;
	height: auto;
	min-height: 30px;
	overflow: hidden;
	margin: 20px auto;
	padding: 0px;
	background-color: #f6f7f8;
	padding-bottom: 0;
}
.yw_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.yw_c div:nth-last-child(2){
	margin-bottom: 0;
} 
.yw_img img{
	float: left;
	max-width: 49.5%;
}
.yw_img img:nth-child(2n){
	float: right !important;
}
.yw_c h3{
	color: #000;
	text-align: left;
	font-size: 24px;
	line-height: 50px;
	margin: 10px auto;
	margin-bottom: 0;
}
.yw_c p{
	color: #787878;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.yw_fdc{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:40px;
	background-color: #fff;
	padding: 20px;
}
.yw_kj_c{
	padding: 10px;
	width: 1280px;
	margin: 20px auto;
	background-color: #fff;
	height: auto;
	padding: 0 30px;
	min-height: 20px;
	overflow: hidden;
	margin-top: 0;
}
.yw_kj_c img:nth-child(1){
	width: auto;
	float: left;
	height: 380px;
	max-width: 450px;
	margin-bottom: 25px;
}
.yw_kj_c img:nth-child(2){
	width: auto;
	height: 100%;
	float: right;
	height: 380px;
	max-width: 760px;
	margin-bottom: 25px;
}
.yw_kj_c p {
	width: 100%;
	height: auto;
	line-height: 35px;
	font-size: 18px;
	color: #000;
	display: inline-block;
	text-align: left;
	margin-top: 20px;
	text-indent: 35px;
	 margin-bottom: 20px !important;
}

.al_c{
	width: 1280px;
	height: auto;
	min-height: 500px;
	background:#f6f7f8 ;
	overflow: hidden;
	margin-bottom: 20px;
}
.al_c_left{
	width: 320px;
	box-sizing: border-box;
	padding: 20px 0;
	background-color: #fff;
	min-height: 60px;
	float: left;
}
.al_c_left li{
	/* list-style: amharic; */
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.al_c_left li span{
	margin-right: 10px;
}
.al_c_left li a{
	color: #000;
	position: relative;
	width: calc(100% - 33px);
	height: 100%;
	display: inline-block
}
.al_c_left_avtive{
	background-color: #b04b1d;
}
.al_c_left_avtive a,.al_c_left_avtive span{
	color: #fff !important;
}
.al_c_right{
	width: 930px;
	height: auto;
	min-height: 560px;
	float: right;
}
.al_c_right li{
	float: left;
	width: 455px;
	height: 300px;
	box-sizing: border-box;
	padding: 20px 15px;
	background-color: #fff;
	margin-bottom: 20px;
}
.al_c_right li:nth-child(2n){
	float: right;
}
.al_c_right li a >img{
	width: 425px;
	height: 220px;
}
.al_c_right li a span img{
	width: 24px;
	height: 24px;
}
.al_c_right li p{
	text-align: center;
	line-height: 45px;
}
.example1{
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	display: inline-block;
}
.example1 span{
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	right: 0;
	bottom: 0;
}
.example1:hover span{
	background-color:#b04b1d;
}
.exam{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color:rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.exm{
	width: 1000px;
	height: 700px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -250px;
}

.swiper-ex {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.exm > span {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 20px;
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	/* background-color: rgba(0,0,0,0.6); */
	border-radius: 40px;
	z-index: 99999;
	cursor: pointer;
}
.exm > span img{
	width: 40px;
	/* height: 40px; */
}
.pagination-ex .swiper-pagination-bullet{
	width: 50px;
	height: 6px;
	display: inline-block;
	border-radius: 0;
	background: #000;
	opacity: .6;
}
.pagination-ex  .swiper-pagination-bullet-active{
	opacity: 1;
	background: #b04b1d;
}
/* 投资者服务 */
.tz_c{
	width: 1280px;
	height: auto;
	min-height: 600px;
	background-image: url(../images/tz_bg.jpg);
	background-size: 100% 100%;
	overflow: hidden;
	margin:  40px  auto;
	box-sizing: border-box;
	padding: 40px;
}
.tz_con{
	width: 660px;
	background-color: rgba(255,255,255,0.9);
	height: auto;
	min-height: 485px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px;
}
.tz_con h3{
	color: #b04b1d;
	font-size: 40px;
	text-align: left;
	line-height: 100px;
}
.tz_con p{
	color: #000;
	font-size: 18px;
	line-height:35px;
	text-align: left;
	text-indent: 30px;
	margin: 10px auto;
}

.gs_c{
	width: 1280px;
	height: auto;
	min-height: 400px;
	margin: 40px auto;
	background-color: #f6f7f8;
	overflow: hidden;
	margin-bottom: 10px;
}
.gs_c li{
	width: 630px;
	height: 140px;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
	padding: 30px;
	text-align: right;
	margin-bottom: 20px;
}
.gs_c li:nth-child(2n){
	float: right;
}
.gs_c li h3{
	font-size: 24px;
	text-align: left;
	display: block;
	line-height: 30px;
	font-size: 24px;
	color: #000;
	width: 75%;
	float: left;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	max-width: 80%;
	overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    height: 60px;
}
.gs_c li p{
	float: left;
	font-size: 16px;
	text-align: left;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #5d6c7f;
	width: 75%;
}
.gs_c li img{
	margin-top: 20px;
}

.gs_c li:hover a h3 , .gs_c li:hover a p{
	color: #b04b1d;
	margin-top: -1px;
}

#page .layui-laypage a, .layui-laypage span{
	background-color: #eeeeee;
	margin: 0 5px !important;	
	width: 45px !important;
	height: 45px !important;
	line-height: 45px !important;
	text-align: center;
	font-size: 16px !important;
	padding: 0 0 !important;
}
#page .layui-laypage .layui-laypage-prev,#page .layui-laypage .layui-laypage-next{
	width: 90px !important;
	height: 45px !important;
	line-height: 45px;
	text-align: center;
}

.about_img_bg{
	float: right;
	width: 542px;
	height: 348px;
	margin-left: 35px;
	background-image: url(../images/index_gy_bg.jpg);
	background-size: 35% 55%; background-repeat: no-repeat;
	background-position: right top; 
	margin-top: 40px;
}
.about_img_bg img{
	width: 90%;
	margin-top: 35px;
	float: left;
}

/* .ab_nav li:hover */
/* shouji */

@media only screen and (max-width: 1200px) {
	
	
	.about_img_bg{
		float: right;
		width: 100%;
		height: auto;
		margin-left: 15px;
		background-image: url(../images/index_gy_bg.jpg);
		background-size: 35% 55%; background-repeat: no-repeat;
		background-position: right top; 
		margin-top: 0px;
	}
	.about_img_bg img{
		width: 90%;
		margin-top: 35px;
		float: left;
	}
	
	
	.swiper_top img{
		/* height: 20rem; */
	}
	
	.ab_navw{
		width: 100%;
		height: 3.5rem;
		/* display: flex; */
		overflow-x: auto;
		white-space: nowrap;
	}
	.ab_nav{
		width:auto;
		height: 3.5rem;
		white-space: nowrap;
		text-align: left;
	}
	.ab_nav li{
		width: 8rem;
		height: 3.5rem;
		line-height: 3.5rem;
		font-size: 1.2rem;
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	.al_c{
		width: 100%;
		height: auto;
		min-height: 10rem;
	}
	.al_c_left{
		width: calc(100% - 2rem);
		margin-left: 1rem;
		min-height: 10rem;
		padding: 1rem 0;
	}
	.al_c_left li{
		height: 3rem;
		line-height: 3rem;
		font-size: 1.1rem;
	}
	.al_c_right{
		width: calc(100% - 2rem);
		margin-left: 1rem;
		height: auto;
		min-height: 3rem;
		float: left;
	}
	.al_c_right li{
		width: 100%;
		height: auto;
		margin-bottom: 0;margin-top: 20px;
		padding: 1rem;
	}
	.al_c_right li a >img{
		width: 100%;
		height: auto;
	}
	.example1{height: auto;}
	.al_c_right li p{
		line-height: 3rem;
	}
	.exm{
		width: 100%;
		height: auto;
		overflow: hidden;
		left: 0;
		margin-left: 0;
		top: 35%;
		margin-top: 0;
	}
	
	.about_c{
		width:calc(100% - 2rem);
		margin-left: 1rem;
	}
	.about_jj{
		padding: 1rem;
	}
	.about_jj > img{
		width: 100%;
		height: auto;
		float: none;
	}
	.about_jj h2{
		display: inline-block;
		font-size: 2.5rem;
		height: 7rem;
		line-height: 7rem;	
		
	}
	.about_jj p{
		font-size: 1.3rem;
		line-height: 2.5rem;
		text-indent: 2.6rem;
	}
	.ab_bs_img{
		    max-width: 40%;
			width: auto;
		    position: initial;
		    right: auto;
		    top: auto;
		    margin-left: 0;
		    position: absolute;
		    left: 30%;
		    top: 7rem;
			max-height: 13rem;
			height: auto;
	}
	.about_bs{
		padding: 1rem;
		text-align: center;
	}
	.ab_bs_con{
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		margin-left: 0;
		margin-bottom: 2rem;
	}
	.ab_bs_con h3:nth-child(1){
		margin-bottom: 15rem;
	}
	.ab_bs_con h3{
		font-size: 2rem;
		height: 3rem;
		line-height: 3rem;
		margin-top: 2rem !important;
	}
	.ab_bs_con p{
		font-size: 1.2rem;
		height: auto;
		line-height: 2rem;
		margin-top: 1rem;
	}
	.about_fz{
		padding: 1rem;
	}
	.ab_fz_time{
		width: 8rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 1.3rem;
	}
	.ab_fz_left{
		width: 4rem;
		top: 3rem;
		height: calc(100% - 3rem);
	}
	.ab_fz_r{
		margin-left: 8rem;
		margin-top: 4rem;
		line-height: 2.5rem;
		font-size: 1.2rem;
	}
	.ab_fz_more{
		font-size: 1.3rem;
		width: 8rem;
		height: 3rem;
		line-height: 3rem;
	}
	.ab_cy{
		width: 100%;
		margin-left: 0;
		float: none !important;
	}
	.layui-colla-title{
		height: 5rem !important;
		line-height: 5rem !important;
		padding-left: 1rem !important;
		font-size: 1.2rem !important;
		box-sizing: border-box;
	}
	.layui-colla-title .layui-icon{
		    right: 1rem;
		    width: 2rem !important;
		    height: 2rem !important;
		    font-size: 1.1rem !important;
		    line-height: 2rem !important;
		    text-align: center !important;
		
	}
	.ab_cy .layui-colla-title > i{
		padding-left: 0 !important;
	}
	.layui-colla-content{
		top: 5rem !important;
		font-size: 1.2rem !important;
		line-height: 2.5rem !important;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.ab_zc{
		width: 100%;
		margin-bottom: 10rem;
		overflow: hidden;
	}
	.zb_zcri{
		display: none;
	}
	.zb_zcle{
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.zb_zcle p{
		font-size: 1.3rem;
		line-height: 2.5rem;
	}
	.about_zc{
		box-sizing: border-box;
		padding: 0 1rem;
		margin-left: 0;
	}
	/* 投资者服务 */
	.tz_c{
		min-height: 10rem;
		padding: 1rem;
	}
	.tz_con{
		width: 100%;
		height: auto;
		min-height: 10rem;
		overflow: hidden;
		padding: 1rem;
	}
	.tz_con h3{
		font-size: 2.5rem;
		line-height: 8rem;
	}
	.tz_con p{
		font-size: 1.3rem;
		line-height: 2.5rem;
	}
	.gs_c li{
		width: 100%;
		height: 8rem;
		padding: 1rem;
		
	}
	.gs_c li h3{
		height: 3.5rem;
		line-height: 1.75rem;
		font-size: 1.5rem;
		width: 80%;
		/* display: block; */
		overflow: hidden;
	}
	.gs_c li p{
		font-size: 1.3rem;
	}
	.gs_c li img{
		width: 4rem;height: auto;
		margin-top: 1rem;
	}
	#page .layui-laypage .layui-laypage-prev, #page .layui-laypage .layui-laypage-next{
		width: 4rem !important;
		height: 3rem !important;
		line-height: 3rem !important;
	}
	#page .layui-laypage a, .layui-laypage span{
		width: 3rem !important;
		height: 3rem !important;
		line-height: 3rem !important;
		margin-bottom: 1rem !important;
	}
	
	.yw_c{
		padding: 0;
		margin-bottom:0;
	}
	.yw_fdc{
		padding: 1rem;
	}
	.yw_c h3 {
	    color: #000;
	    text-align: left;
	    font-size: 1.6rem;
	    line-height: 3rem;
	    margin: .5rem auto;
	}
	.yw_c p {
	    color: #787878;
	    text-align: left;
	    font-size: 1.3rem;
	    line-height: 2.5rem;
	}
	.yw_kj_c {
	    padding: 1rem;
		margin-top: 0;
	}
	.yw_kj_c img{
	    width: 100% !important;
	    float: none !important;
	    height: auto !important;
		margin-bottom: 1rem !important;
	}
	.yw_kj_c p {
	    width: 100%;
	    height: auto;
	    line-height: 2.5rem;
	    font-size: 1.3rem;
	    color: #000;
	    display: inline-block;
	    text-align: left;
	    margin-top: 1rem;
	    text-indent: 35px;
	}
}
.ab_cy .layui-colla-item:hover{
	box-shadow:0px 0px 4px #b04b1d;
}
.ab_cy .layui-colla-item:hover h2{
	    /* color: #b04b1d !important; */
		
}
/* .ab_cy .layui-colla-item:hover h2 i{
	background: #b04b1d !important;
    color: #fff !important
	} */
	.ab_cy .layui-colla-item h2 img{
		margin-left: 10px;
	}
	.al_c_left li:hover{
		background-color: #b04b1d;
		color: #fff;
	}
	.al_c_left li:hover a{
		color: #fff;
	}
	.al_c_left li[class="al_c_left_avtive"]:hover{
		background-color: #999;
		color: #fff;
	}
	.al_c_left:hover li[class='al_c_left_avtive']{
		background-color: #999 !important;
	}
	
	.ab_nav_show li a{
		display: inline !important;
		position: relative !important;
	}
	