.select_top{
	padding: 20px 34px;
	background-color:#F8F9FB;
}
.select_top .item{
	padding-bottom: 5px;
	margin-bottom: 12px;
	border-bottom: 1px solid #EBEEF5;
}
.select_top .item:last-child{
	border-bottom:none;
}
.select_top .item .ti{
	display: inline-block;
	float: left;
	margin-right: 12px;
}
.select_top .item .select_type{
	overflow: hidden;
}
.select_top .item .select_type span{
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 10px;
}
.select_top .item .select_type span a{
	display: block;
	color: #999;
	padding: 2px 12px;
	font-size: 14px;
}
.select_top .item .select_type span a.curr,.select_top .item .select_type span a:hover{
	color: #fff;
	background-color: #06BE6A;
	border-radius: 20px;
}
.group_container{
	margin-top:40px;
}
.group_container .lf_list{
	width: 850px;
	float: left;
}
.group_container .lf_list ul li{
	padding-bottom: 26px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	position: relative;
}
.group_container .lf_list ul li img{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 6px;
	margin-right: 20px;
}
.group_container .lf_list ul li .infos{
	overflow: hidden;
	height: 100px;
	position: relative;
}
.group_container .lf_list ul li .infos p.name{
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.group_container .lf_list ul li .infos p.name .mark{
	display: inline-block;
	width: 68px;
	height: 24px;
	text-indent: -99999px;
	margin-left: 10px;
	position: relative;
	top:1px;
}
.group_container .lf_list ul li .infos p.name .mark.honorable{
	background: url(../images/icon_c_mark_a.png) no-repeat;
}
.group_container .lf_list ul li .infos p.name .mark.ordinary{
	background: url(../images/icon_c_mark_b.png) no-repeat;
}
.group_container .lf_list ul li .infos p.desc{
	margin-top:10px;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.group_container .lf_list ul li .infos p.pull_foot{
	position: absolute;
	bottom: 4px;
}
.group_container .lf_list ul li .infos p.pull_foot span{
	color: #999;
	display: inline-block;
	margin-right: 28px;
}
.group_container .lf_list ul li .infos p.pull_foot span b{
	padding-left: 6px;
	font-family: arial;
}
.group_container .lf_list ul li .infos .up_time{
	position: absolute;
	bottom: 0;
}
.group_container .lf_list ul li .infos .up_time span{
	margin-right: 20px;
}
.group_container .lr_box{
	width: 280px;
	float: right;
}
.group_container .lr_box .jion_data{
	height: 96px;
	background-color:#F8F9FB;
}
.group_container .lr_box .jion_data ul{
	padding:18px 0;
	height: 96px;
}
.group_container .lr_box .jion_data ul li{
	width: 50%;
	float: left;
	text-align: center;
	height: 60px;
}
.group_container .lr_box .jion_data ul li.copy{
	background: url(../images/icon_line.png) right center no-repeat;
}
.group_container .lr_box .jion_data ul li .num{
	font-size: 20px;
	color: #FE6D26;
	font-family: arial;
}
.group_container .lr_box .jion_data ul li.copy .num{
	color: #06BE6A;
}
.group_container .lr_box .jion_data ul li .type{
	padding-top:10px;
	color: #333;
}
.group_container .lr_box .r_rec_list{
	margin-top: 40px;
}
.group_container .lr_box .r_rec_list .title{
	height: 42px;
	border-bottom: 1px solid #eee;
}
.group_container .lr_box .r_rec_list .title .ti{
	display: inline-block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.group_container .lr_box .r_rec_list .title .more a{
	display: inline-block;
	float: right;
	color: #999;
}
.group_container .lr_box .r_rec_list .list{
	margin-top: 20px;
	background: none;
}
.group_container .lr_box .r_rec_list .list ul li{
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding-top: 20px;
	background-color: #fff;
}
.group_container .lr_box .r_rec_list .list ul li img{
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius:6px;
}
.group_container .lr_box .r_rec_list .list ul li .ti{
	padding:0 15px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}
.group_container .lr_box .r_rec_list .list ul li .range{
	padding: 0 15px;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.group_container .lr_box .r_rec_list .list ul li .jion_tip{
	margin-top: 10px;
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	text-align: center;
	background-color: #F8F9FB;
}
.group_container .lr_box .r_rec_list .list ul li .jion_tip p span{
	display:block;
	color: #06BE6A;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    font-size: 12px;
}
.group_container .lr_box .r_rec_list .list ul li .jion_tip p span b{
	color: #999;
	padding-right: 6px;
}
.group_container .lf_list ul li .attention_btn{
	position: absolute;
	right: 0;
	top: 26px;
	width: 72px;
}
.group_container .lf_list ul li .attention_btn span{
	display: block;
	width: 72px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.group_container .lf_list ul li .attention_btn span a{
	display: block;
	border-radius: 20px;
}
.group_container .lf_list ul li .attention_btn span.str_a1 a{
	border: 1px solid #1BC16C;
	color: #1BC16C;
}
.group_container .lf_list ul li .attention_btn span.str_a2 a{
	border: 1px solid #CDCDCD;
	color: #999;
}
.group_container .lr_ad_link{
	margin-top: 40px;
}
.group_container .lr_ad_link .item{
	margin-bottom: 10px;
}
.group_container .lr_ad_link img{
	display: block;
	width: 100%;
}
.list_company_mark{
	margin-top: 20px;
}
.list_company_mark ul li{
	margin-bottom: 30px;
}
.list_company_mark ul li img{
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 6px;
	margin-right: 12px;
}
.list_company_mark ul li .infos{
	overflow: hidden;
}
.list_company_mark ul li .name{
	color: #333;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_company_mark ul li .mark{
	padding-top: 6px;
}
.list_company_mark ul li .mark span{
	display: block;
	width: 68px;
	height: 24px;
	text-indent: -999999px;
}
.list_company_mark ul li .mark span.str_a{
	background: url(../images/icon_c_mark_a.png) no-repeat;
}
.list_company_mark ul li .mark span.str_b{
	background: url(../images/icon_c_mark_b.png) no-repeat;
}
.company_detail .company_topInfo{
	padding: 30px;
	border: 1px solid #eee;
	position: relative;
}
.company_top_desc img{
	width:80px;
	height: 80px;
	float:left;
	border-radius: 6px;
	margin-right: 20px;
}
.company_top_desc .company_text{
	overflow:hidden;
	width: 840px;
}
.company_top_desc .company_text .name{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
.company_top_desc .company_text .mark{
	display: inline-block;
	width: 68px;
	height: 24px;
	text-indent: -9999999px;
	margin-left:20px;
	position: relative;
	top: -4px;
}
.company_top_desc .company_text .r_a{
	background: url(../images/icon_c_mark_a.png) no-repeat;
}
.company_top_desc .company_text .r_b{
	background: url(../images/icon_c_mark_b.png) no-repeat;
}
.company_top_desc .company_text .busines{
	padding-top: 20px;
	color: #666;
}
.operate_right{
	position: absolute;
	right: 30px;
	top: 53px;
}
.operate_right span{
	display: inline-block;
	width: 72px;
	height: 34px;
	text-align: center;
	border-radius: 20px;
	margin-left: 16px;
}
.operate_right span a{
	display: block;
	line-height: 32px;
	font-size: 13px;
}
.operate_right span.detaile_gz{
	border: 1px solid #1BC16C;
}
.operate_right span.detaile_gz a{
	color:#1BC16C;
}
.operate_right span.collect{
	border: 1px solid #FE6D26;
}
.operate_right span.collect a{
	color: #FE6D26;
}
.operate_right span.detaile_gz_on,.operate_right span.collect_on{
	border: 1px solid #CDCDCD;
}
.operate_right span.detaile_gz_on a,.operate_right span.collect_on a{
	color: #CDCDCD;
}
.company_related_desc{
	margin-top: 52px;
}
.company_related_desc .table_menu{
	height: 48px;
	border-bottom:1px solid #eee;
}
.company_related_desc .table_menu ul li{
	display: inline-block;
	margin-right: 80px;
}
.company_related_desc .table_menu ul li a{
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 46px;
}
.company_related_desc .table_menu ul li.curr a{
	color: #1BC16C;
	border-bottom: 2px solid #1BC16C;
}
.company_related_desc .desc_box{
	padding: 40px 0;
}
.company_related_desc .desc_box .item{
	display: none;
}
.company_related_desc .title h2{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.company_container .con{
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 40px;
}
.company_container .con img{
	max-width: 100%
}
.company_related_desc .company_video{
	width: 600px;
	height: 338px;
	margin: 0 auto 80px auto;
}
.detail_rec_company ul li{
	width: 600px;
	float: left;
	margin-bottom: 30px;
}
.detail_rec_company ul li .img{
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #eee;
	margin-right: 20px;
}
.detail_rec_company ul li .img span{
	display: table-cell;
	width: 80px;
	height: 80px;
	vertical-align: middle;
}
.detail_rec_company ul li .img span img{
	vertical-align: middle;
	max-width: 80px;
	max-height: 80px;
}
.detail_rec_company ul li .info{
	overflow: hidden;
	position: relative;
	height: 80px;
}
.detail_rec_company ul li .name{
	width: 380px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
}
.detail_rec_company ul li .lable{
	color: #999;
	padding-top: 12px;
}
.company_pro ul{
	margin-left: -23px;
}
.company_pro ul li{
	width: 282px;
	float: left;
	margin-left: 23px;
}
.company_pro ul li img{
	width: 282px;
	display: block;
	height: 184px;
}
.company_pro ul li .info{
	padding: 10px;
	border: 1px solid #F2F6FC;
}
.company_pro ul li .info .ti{
	height: 44px;
	line-height: 22px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
}
.company_pro ul li .info .read{
	color: #999;
	padding-top: 8px;
}
.company_pro ul li .info .read span{
	display: inline-block;
	font-family: arial;
	padding-left: 4px;
}
.news_list{
	width: 100%;
}
.news_list ul li{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.news_list ul li img{
	width: 220px;
	height: 154px;
	float: left;
	margin-right: 20px;
}
.news_list ul li .news_info{
	overflow: hidden;
	position: relative;
	height: 154px;
}
.news_list ul li .news_info h2{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
}
.news_list ul li:hover .news_info h2{
	color: #1BC16C;
}
.news_list ul li .news_info .desc{
	margin-top: 10px;
	overflow: hidden;
	color: #666;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
}
.news_list ul li .news_info .news_pull{
	position: absolute;
	bottom: 4px;
	width: 100%;
}
.news_list ul li .news_info .news_pull span{
	display: inline-block;
	color: #999;
	line-height: 26px;
	font-size: 12px;
}
.news_list ul li .news_info .news_pull span.type{
	float: left;
}
.news_list ul li .news_info .news_pull span.type span{
	background-color: #F8F9FB;
	padding: 0 10px;
	margin-right: 6px;
}
.news_list ul li .news_info .news_pull span.author{
	float: right;
}
.news_list ul li .news_info .news_pull span.author span{
	margin-left: 20px;
}
.view_more{
	text-align: center;
}
.view_more span{
	display: inline-block;
}
.view_more span a{
	display: block;
	width: 148px;
	height: 48px;
	border: 1px solid #1BC16C;
	color: #1BC16C;
	font-size: 16px;
	line-height: 48px;
}
.card_wall_list ul{
	margin-left: -35px;
}
.card_wall_list ul li{
	width: 212px;
	margin-left: 35px;
	float: left;
	text-align: center;
}
.card_wall_list ul li .img{
	position: relative;
	z-index: 9;
}
.card_wall_list ul li img{
	width: 60px;
	height: 60px;
}
.card_wall_list ul li .info{
	position: relative;
	top: -30px;
	padding:10px;
	border: 1px solid #F2F6FC;
}
.card_wall_list ul li .info .name{
	padding-top: 22px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.card_wall_list ul li .info .unit{
	color: #666;
	line-height: 22px;
	padding-top: 16px;
}
.card_wall_list ul li .info .desc,.card_wall_list ul li .info .business{
	padding-top:8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #999;
}
.card_wall_list ul li .info .business{
	padding-top: 4px;
}
.card_wall_list ul li .info .add{
	text-align: center;
}
.card_wall_list ul li .info .add span{
	margin-top: 10px;
	display: inline-block;
	width: 68px;
	border-radius: 20px;
	line-height: 28px;
	color: #1BC16C;
	font-size: 12px;
	border: 1px solid #1BC16C;
}
/**/
.cd-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 9999
}
.cd-popup.is-visible{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}
.cd-popup-container {
	padding-bottom:50px;
	position: relative;
	width:600px;
	margin: 0 auto;
	top: 20%;
	background-color: #fff;
	border-radius: 3px
}
.cd-popup-container .contact-organizer{
	text-align: center;
	margin-top:20px;
}
.cd-popup-container .contact-organizer h2{
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.cd-popup-container .cd-popup-close {
	display: block;
	height:24px;
	line-height:24px;
	width: 100%;
	padding-right: 12px;
	padding-top: 10px;
	text-align: right;
	font-family: arial;
	font-size: 22px;
	color: #999;
}
.cd-popup-container .contact-organizer .contact-container{
	margin-top: 20px;
}
.cd-popup-container .contact-organizer .contact-container .tips{
	  padding-bottom: 20px;
}
.cd-popup-container .contact-organizer .contact-container .ewm img{
	padding: 12px;
	display: inline-block;
	border: 1px solid #eee;
	width: 140px;
	height: 140px;
}
