/********************头尾iframe样式************************/
.customHeader_iframe{
	min-width:1190px;
}
.customFooter_iframe{
	min-width:1190px;
}
/******************************************************************/
#container{
	background:#fff;
	font-size:0;
}
.banner{
	width:100%;
	height:180px;
	background:url(../img/banner.png) no-repeat center 0 ;
}
.common-content{
	font-size:14px;
}
.top-lc{
	height:260px;
	background:url(../img/top-lc.png) no-repeat 0 0;
	box-shadow:0 0 5px rgba(0,0,0,.1);
	margin-bottom:40px;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio:2) {
    .top-lc{
        background-image: url(../img/top-lc@2x.png); 
        background-size:2272px 526px;
    }  
}
.tabContent{
	margin-bottom:60px;
}
.tabContent>ul{
	margin-bottom:30px;
	text-align: center;
}
.tabContent>ul li{
	display: inline-block;
	height:52px;
	line-height:52px;
	text-align: center;
	font-size:24px;
	color:#adadad;
	font-weight:bold;
	cursor:pointer;
	margin:0 50px;
}
.tabContent>ul li.active{
	color:#333333;
	border-bottom:3px solid #ccb073;
	position:relative;
}
.tabContent>ul li.active:after{
	content:'';
	display:inline-block;
	width:0;
	height:0;
	border-top:4px solid #ccb073;
	border-bottom:4px solid transparent;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	position:absolute;
	bottom:-11px;
	left:50%;
	margin-left:-4px;
}
.tabContent>ul li b{
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align: middle;
	margin-right:10px;
}
.tabContent>ul li.li1 b{
	background:url(../img/qy-blue.png) no-repeat 0 0;
}
.tabContent>ul li.li2 b{
	background:url(../img/dlgs-blue.png) no-repeat 0 0;
}
.tabContent>ul li.li1.active b{
	background:url(../img/qy-white.png) no-repeat 0 0;
}
.tabContent>ul li.li2.active b{
	background:url(../img/dlgs-white.png) no-repeat 0 0;
}

.tabContent>div{
	display:none;
}
.tabContent>div.active{
	display:block;
	border-bottom:1px solid #e5e5e5;
}


/*列表*/
.listbox{
	border-top:1px solid #e5e5e5;
	padding:20px;
}
.listbox:hover{
	background:#f7f7f7;
}
.listbox .top,.listbox .bottom{
	overflow: hidden;
}
.listbox .bottom{
	margin-top:10px
}
.listbox .top .left,.listbox .bottom .left{
	float:left;
}
.listbox .top .right,.listbox .bottom .right{
	float:right;
}
.listbox .top .left h3{
	font-size:18px;
	color:#555555;
	font-weight:bold;
	margin:0 0 10px 0;
}
.listbox .top .left .small{
	font-size:14px;
	color:#999999;
}
.listbox .top .right a{
	display:inline-block;
	width:86px;
	height:30px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height: 30px;
	text-align: center;
	border-radius:4px;
}
.listbox .bottom .left{
	width:300px;
}
.listbox .bottom .right{
	width:710px;
}
.listbox .bottom .left h6,.listbox .bottom .right h6{
	padding-left:35px;
	height:30px;
	line-height: 30px;
	color:#cbb486;
	font-size:16px;
	font-weight:bold;
}
.listbox .bottom .left h6{
	background:url(../img/cxicon.png) no-repeat 0 center;
}
.listbox .bottom .right h6{
	background:url(../img/zcicon.png) no-repeat 0 center;
}
.listbox .bottom .left p{
	padding-left: 35px;
	color:#666666;
	margin-bottom:0;
	line-height:26px;
	font-size:14px;
}

.listbox .bottom .right p{
	color:#555;
	margin-bottom:0;
	line-height:26px;
	padding-left:35px;
	font-size:14px;
}
.listbox .bottom .left .cxd,.listbox .bottom .right .zcfg{
	height:78px;
}
.listbox .bottom .left .cxd.zkzt,.listbox .bottom .right .zcfg.zkzt{
	height:auto;
}
.zkqb{
	color:#cbb486;
	cursor:pointer;
	width:100px;
	margin:15px auto 0;
	font-size:14px;
}
.zkqb .zk{
	display: inline-block;
	width:6px;
	height:7px;
	background:url(../img/zk.png) no-repeat 0 0;
}
.zkqb .sq{
	display: inline-block;
	width:6px;
	height:7px;
	background:url(../img/sq.png) no-repeat 0 0;

}