body,span,p,ul,li,h5,a{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #6a6a6a;
}
ul li{
    list-style: none;
}
/* 首页>信用卡 */
.container-first-page{
        width: 1200px;
        /* width: 1200px; */
        height: 72px;
        margin: 0 auto;
        padding-left: 40px;
        line-height: 72px;
        font-size: 16px;
}
.container-first-page .home{
    color: #999;
}
.container-first-page .credit-card{
    color: #C91F1D;
}
/*详情列表 */
.container-card-list{
	width: 100%;
	height: 1320px;
    background:url(../images/l_three/c_bg.png) no-repeat center center; 
    overflow: hidden;
}
.container-card-list .containerlh{
		width: 1200px;
		min-height: 700px;
        margin: 0 auto;
        padding-top: 50px;
	}
/* 菜单 */
    .container-card-list .containerlh .menulh{
		width: 280px;
		border-radius: 0 0 10px 10px;
		position:relative
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		behavior: url(css/PIE.htc);
		margin-left: 20px;
		float: left;
		padding-bottom: 30px;
		background:#ffffff !important;
	}
   .container-card-list .containerlh .menulh .menTitle{
		width: 250px;
		height: 100px;
		background:url(../images/l_three/tbg_cpfinance.png) no-repeat;
		padding-left: 30px;
		font-size: 28px;
		line-height: 100px;
		color: #fff;
	}
	 /* 菜单区 */
	.accordion{
		width: 280px;
		min-height: 180px;
	}
	/* 一级菜单 */
	.accordion .yi{
		width: 280px;
	
	}
	.accordion .link{
		height: 60px;
		width: 250px;
		padding-left: 30px;
	}
	.accordion .link .lContent{/*一级标题内容区*/
		width: 220px;
		height: 60px;
		border-bottom: 1px solid #f5f5f5;
		line-height: 60px;
		font-size: 20px;

	}
	 .accordion .link i{/*一级标题右侧图标*/
		width: 24px;
		height: 24px;
		display: inline-block;
		background:url(../images/l_three/menu_retract.png) no-repeat;
		margin-top: 18px;
		/*margin-left:90px;*/
		float:right;
	} 
    .accordion .lActive{/*一级标题选中的样式*/
		width: 248px;
		border-left: 2px solid #C91F1D;
		border-bottom: none;
		background:rgba(231,209,180,0.3);
		color: #C91F1D;
	}
	.accordion .lActive i{
		width: 24px;
		height: 24px;
		display: inline-block;
		background:url(../images/l_three/menu_open.png) no-repeat;
		margin-top: 18px;
	}
	.accordion .submenu{/*二级菜单*/
		display: none;
		width: 280px;
		padding-top: 19px;
		padding-bottom: 21px;
		background: rgba(231,209,180,.1);
		
	}
    .accordion .submenu li{
		display: block;
		margin-left: 60px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		
	}
	.container-card-list .cIcon{
		width: 14px;
		height: 14px;
		background: orange;
		float: left;
		margin-left: 50px;
		margin-top: 111px;
		background: url(../images/l_three/c.png) no-repeat;
	}
	.accordion .submenu li a{
		color:#666666;
	}
	.accordion .submenu li a:hover{
		color: #C91F1D;
	}
	.accordion .submenu .selected{
		color: #C91F1D;
	}
/* 内容区 */
    .container-card-list .right{
        float: left;
        margin-top: 59px;
        width: 850px;
        height: 1076px;
        margin-bottom: 90px;
		position: relative;
		top: -124px;
		left: 30px;
    }
    .container-card-list .right>p{
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        line-height: 58px;
    }
    .container-card-list .contentlh{
		width: 770px;
		height: 967px;
		background: #fff;
		float:left;
        margin-left: 40px;
        padding:50px 40px;
        border-top: 2px solid #C91F1D;
	}

	 .contentlh .menu1 .tab {
		display: none;
	}

	 .contentlh .menu1 .active{
		display: block;
	} 

.container-card-list .contentlh .menu1 .tab p{
		font-size: 16px;
		line-height: 26px;
        word-break:break-all;
	}

	.container-card-list .contentlh .menu1 .tab .tt{
		font-size: 20px;
		line-height: 35px;
		color: #333;
		font-weight: 600;

	} 	
/*第二个菜单下的文档内容*/
 .container-card-list .contentlh .menu2 .tab {
		display: none;
	}

	.container-card-list .contentlh .menu2 .active{
		display: block;
	}

	.container-card-list .content .menu2 .tab p{
		font-size: 16px;
		line-height: 26px;
		color: #666;
        word-break:break-all;
	}

	.container-card-list .contentlh .menu2 .tab .tt{
		font-size: 20px;
		line-height: 35px;
		color: #333;
		font-weight: 600;

	}
/*第三个菜单下的文档内容*/
	 .container-card-list .contentlh .menu3 .tab {
		display: none;
	}

	.container-card-list .contentlh .menu3 .active{
		display: block;
	}

	.container-card-list .contentlh .menu3 .tab p{
		font-size: 16px;
		line-height: 26px;
		color: #666;
        word-break:break-all;
	}

	.container-card-list .contentlh .menu3 .tab .tt{
		font-size: 20px;
		line-height: 35px;
		color: #333;
		font-weight: 600;
    } 
    
    /**/