.wa20{display: flex;justify-content: space-between;}
.wa20 a{width:22%;padding:5px 1px;display: inline-block;border-radius:2px;}
.wa30 p a{width:30%!important;}
.btn-outline-gay {
	color: #666;
	border-color: #d2d2d2;
}
.btn-outline-gay:hover {
	color: #06c;
	background-color: #d2d2d2;
	border-color: #d2d2d2;
}
.icon-xiehui2 {padding-top:3px;}
.icon-xiehui2 a:hover{font-weight: bold;color:#fff; background: #06c;border-radius: 10px;}
.icon-xiehui2 cite{display: block;font-style: normal;}
.icon-zhengshu2 cite{display: block;font-style: normal;padding-right: 5px;}
.nav-min{}
.nav-min li{float:left;margin-bottom: 1rem;width:20%;}
.nav-min li+li{_margin-left: 1rem;}
.nav-min li a{display: inline-block;_font-size: .9rem;border:1px solid #eee;color: #333;padding: 5px 10px;border-radius: 2px;}
.nav-min li a:hover{color: #fff;background: #06c;}



#sjw-con {height:51px;position: relative; background:#06c;}
#sjw-con >li { height:51px;width:115px;_width:120px;float:left; background: url(img/abg.png) no-repeat right center;}
#sjw-con >li >a { height: 51px; line-height: 51px; font-size: 20px;display:block; text-decoration:none; color:#fff; text-align:center;
	font-weight:bold;}
#sjw-con >li:hover >a{border-top:1px solid #1c81ed;_background:#1c81ed; _color:#06c;border-radius: 6px 6px 0 0; background: url(img/nav-bg.png) repeat-x left center;}
#sjw-con >li >div{top:51px; position:absolute; left:0;right: 0; background:#fff; display:none;z-index: 200;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px;padding: 1rem;
}
#sjw-con >li:last-child {_float: right;background: none;}
.service-more {}
.service-more .badge {
	font-weight: normal !important;
	font-size: 1rem;
	margin-bottom: 0.6rem;
}


.more-service >a{
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
}
.more-service >a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #fff;
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	filter: alpha(opacity=50);
	-webkit-animation: enlarge 1.5s infinite;
	-o-animation: enlarge 1.5s infinite;
	animation: enlarge 1.5s infinite;
}
@keyframes enlarge {
	0% {
		width: 0;
		height: 0;
	}
	100% {
		width: 180px;
		height: 180px;
		left:-45px;
		background: none;
	}
}


.nav_box>.nav_ul>li>a{font-size:1.1rem;font-weight:bold;}




/*会议专栏*/
.huiyi-zhuanlan{
	border:solid 1px #e4e4e4;
}
.huiyi-zhuanlan .huiyi-zhuanlan-title span {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 26px;
	background-color: #06c;
	border-radius:20px 0 20px 0;
}
.huiyi-zhuanlan-item{padding:2rem 1rem 1rem;}
.huiyi-zhuanlan-item ul{    justify-content: center;}
.huiyi-zhuanlan-item li div img{
	width: 80px;height: auto;
}
.huiyi-zhuanlan-item li div i{font-size: 5rem;}
.huiyi-zhuanlan-item li h4{padding:1rem 0;margin-bottom:0;}
.huiyi-zhuanlan-item li a:hover img{animation:jourRotate 1.5s;  }
@keyframes jourRotate {
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
/*搜索功能*/
#top_header{_height: auto;}
#top_header .top_header_bg{_height: auto;}
.top_search{ _width:400px;height:40px;float:right;padding-top:70px;}
.top_search .ipt {width: 170px;height: 40px;line-height: 40px;_font-size: 16px;border-radius: 6px;border: none;padding: 0 20px 0 45px;background: #FFFFFF url(img/search_icon.png) 15px 10px no-repeat;float: left;}
.top_search .btn {width: 80px;height: 40px;_line-height: 46px;background: #0066cc;_background: #1f63ae;font-size: 1.2rem;color: #FFFFFF;cursor: pointer;border-radius: 0 6px 6px 0;border: none;margin-left: -10px;float: left;}
.top_search input:focus,.top_search input:focus-visible{border:none!important;outline:0;box-shadow:none!important;}