.zc_con{
	width: 100%;
	height: auto;
	min-height: 300px;
	text-align: center;
	overflow: hidden;
	background: url(../images/zc_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.zc_conc{
	width: 100%;
	height: 630px;
	max-width: 1200px;
	margin: 100px auto;
}

.zc_left{
	width: 260px;
	height: 630px;
	float: left;
	background: -webkit-linear-gradient(#00b38a, #00c9ac); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#00b38a, #00c9ac); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#00b38a, #00c9ac); /* Firefox 3.6 - 15 */
    background: linear-gradient(#00b38a, #00c9ac); /* 标准的语法（必须放在最后） */
  	 position: relative;
}

.zc_left > h3{
	text-align: center;
	font-size: 28px;
	color: #fff;
	margin-top: 30px;
}
.zc_left .bd{
	width: 230px;
	height: auto;
	min-height: 30px;
}

.zc_left .hd{
	width: 230px;
	height: 335px;
	float: right;
	overflow: hidden;
	margin-top: 60px;
}

.zc_left .bd li{
	margin: 0 auto;
	padding: 10px 0;
	height: 55px !important;
	width: 100%;
	font-size: 16px;
	
}

.zc_left .bd li span{
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	background: #40cdb2;
	cursor: pointer;
	text-align: left;
	padding-left: 12px;
	border-right: 0;
	line-height: 35px;
}

.zc_left .bd .active span{
	background: #fff;
	color: #00b38a;
}
.next{
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -20px;
	width: 50px;
	height: 50px;
}
.next img ,.prev img{
	width: 100%;
}
.prev{
	position: absolute;
	left: 50%;
	bottom: 75px;
	margin-left: -20px;
	width: 50px;
	height: 50px;
}


.zc_right{
	width: 100%;
	max-width: 935px;
	float: left;
	background: #fff;
	height: 630px;
}


.zc_tit {
	height:40px !important;
	width: 100%;
	line-height: 40px !important;
	font-size: 14px;
	color: #666 !important;
}
.zc_tit span{
	color: #666 !important;
}
.zc_right div{
	width: 100%;
	height: auto;
	background: #fff;
}
.zc_right div >li{
	font-size:14px;
	height: 80px;
	line-height: 80px;
	background: #F8F8F8;
	
}
.zc_right div >li:nth-child(2n){
	background: #fff;
}
.zc_right div > li span{
	display: inline-block;
}
.zc_right div > li span:nth-child(1){
	width: 60%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.zc_right div > li span:nth-child(2){
	width: 20%;
	text-align: center;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.zc_right div  > li span:nth-child(3){
	width: 20%;
	text-align: center;
	color: #999;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.am-pagination>li>a, .am-pagination>li>span{
	padding: 6px 11px !important;
	font-size: 16px;
	background: #eee;
	border: 0 !important;
	color: #999 !important;
}
.am-pagination>.am-active>a{
	background: #00c8aa !important;
	color: #fff !important;
}


@media only screen and (max-width: 1024px) {
	.zc_conc{
		margin: 0;
	}
	
	.zc_left{
	width: 100%;
	height: auto;
	min-height: 30px;
	float: left;
	background: -webkit-linear-gradient(#00b38a, #00c9ac); 
    background: -o-linear-gradient(#00b38a, #00c9ac); 
    background: -moz-linear-gradient(#00b38a, #00c9ac); 
    background: linear-gradient(#00b38a, #00c9ac);
  	 position: relative;
}

.zc_left > h3{
display: none;
}
.zc_left .bd{
	width: 100%;
	height: auto;
	min-height: 30px;
}

.zc_left .hd{
	width: 100%;
	height: auto;
	float: right;
	overflow: hidden;
	margin-top: 10px;
}

.zc_left .bd li{
	margin: 0 auto;
	padding: 5px 5px;
	height: 55px !important;
	width: auto;
	min-width: 10px;
	font-size: 14px;
	float: left;
	
}

.zc_left .bd li span{
	display: block;
	width: auto;
	height: 35px;
	border: 0;
	box-sizing: border-box;
	color: #fff;
	background: #40cdb2;
	cursor: pointer;
	text-align: left;
	padding-left: 0px;
	border-right: 0;
	line-height: 35px;
	box-sizing: border-box;
	padding: 0 5px;
	border-radius: 6px;
}

.zc_left .bd .active span{
	background: #fff;
	color: #00b38a;
}
.next{
display: none;
}
.next img ,.prev img{
	width: 100%;
}
.prev{
display: none;
}

.zc_right div >li{
	font-size:12px;
	height: 80px;
	line-height: 80px;
	background: #F8F8F8;
	
}


.zc_right div ul{
	display: none;
}
	
}