.into{position: relative;}
.into img{display:block;width:292px;height:182px;}
.mb{
	position: absolute;
	width: 100%;
	height: 182px;
	background: rgba(0, 0, 0, 0.12);
	z-index:99;
}
.mb span{
	position: absolute;
	display: block;
	line-height: 20px;
	height: 20px;
	font-size: 10px;
	color: #fff;
	background: #FF302E;
	width: 65px;
	text-align: center;
	left:5px;
	border-radius: 10px;
	bottom:5px;
}
 .mb img{
	position: absolute;
	right: 0;
	top: 0;
}
.email{
	cursor: pointer;
}
.bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
.bg .email-div{
	width: 610px;
	margin:150px auto;
	position: relative;
	border-radius:5px;
	background: #ffffff;
	overflow: hidden;
}
#email{
	width:300px;
	height:36px;
	border: none;
	background: #F5F5F5;
	text-align: center;
	color: #333;
	font-size: 14px;
	display: block;
	margin: 30px auto;
	border-radius: 20px;
}
.eventList{
	width: 290px;
	float: none;
	padding: 0 !important;
	float: left;
	margin:15px 10px auto 0px;
	position: relative;
	overflow: hidden;
}
.past{
	width: 100%;
}
.content_right{
	width: 100%;
}
.condition li a{
	margin-right: 8px;
}
.condition a{
	cursor:pointer;
}
.pagination{
	width: 100%;
}
.condition div{
	position: relative;
	padding-left: 50px;
	font-size: 14px;
	margin-bottom: 15px;
	height: 30px;
	overflow: hidden;
	padding-right: 30px;
	/* transition: all .2s linear; */
}
.condition span{
	position: absolute;
	left: 0;
	top: 5px;
	color: #333;
}
.condition a{
	display: inline-block;
	color: #8A9199;
	padding: 2px 9px;
	margin: 3px;
}
.condition a:hover{
	color: #177EE5;
}
.condition .select{
	background: #E1EDFA;
	color: #177EE5;
}
.condition .m_caret{
	left: auto;
	right: 0;
	top: 6px;
	cursor: pointer;
}
.pc{
	float: none;
	color: #FF3377;
}
.into h3{
	margin-bottom: 0;
}
.address a,.address{
	color: #999;
}
.meeting_tags {
	height: 40px;
	overflow: hidden;
	color: #999;
	position: absolute;
	background: #E6F0FA;
	width: 100%;
	z-index: 99999;
	left: 0;
	bottom: -40px;
	opacity: 0;
	transition: all .1s linear;
}
.meeting_tags>a{
	margin: 10px 0;
	background:rgba(140,160,181,1);
	border-radius:10px;
	color: #fff!important;
	margin-right: 5px;
	font-size: 12px;
	display: inline-block;
	padding: 0 8px;
	line-height: 20px;
}
.eventList:hover{
	z-index: 999;
	overflow: visible;
}
.eventList:hover .meeting_tags{
	opacity: 1;
}

.overview_btn{
	margin: 0;
	text-align: right;
}
.overview_btn button{
	background: #198CFF;
	color: #FFF;
	font-size: 14px;
	border: none;
	outline: none;
	height: 30px;
	padding: 0 10px;
	border-radius: 2px;
}
body {
	font-family: "微软雅黑", "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif !important;
}

.login ol {
	width: 120px;
	left: -30px;
	border-radius: 4px;
}

.nav {
	/*    background: #177EE6;*/
	background: #fff;
	height: 90px;
}
.footer {
	position: relative;
}

.f_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	background-size: 100% 100%;
	z-index: 1;
}

.footer .container {
	background: no-repeat;
	position: relative;
	z-index: 99;
}
.login ol {
	top: 60px;
	overflow: inherit !important;
}

.login ol::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #fff;
	display: inline-block;
	border-right: 7px solid transparent;
	top: -5px;
	left: 44%;
}
#nav_search::-webkit-input-placeholder { /* WebKit browsers */
	color: #A1C3E6;
}

#nav_search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #A1C3E6;
}

#nav_search::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #A1C3E6;
}

#nav_search:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #A1C3E6;
}

.nav form {
	margin: 0;
	position: relative;
}

.nav form input {
	color: #3D5066;
	transition: all .3s linear;
	width: 200px;
}

.nav form input:focus {
	background: #E5F2FF;
}

.nav table {
	width: 1200px;
	margin: auto;
}

.nav td {
	text-align: center;
	height: 55px;
	width: 120px;
	color:white;
	font-size:16px;
}

.nav .login {
	width: 60px;
}

.nav td a {
	color: #fff;
	font-size: 16px;
	position: relative;
	top: 0;
	transition: all .2s linear;
}

.nav .search {
	width: 295px;
	text-align: right;
}

.nav .trans:hover {
	/* top: -5px; */
	background: #1262B3;
}
.right_bar {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 999;
}
.right_bar li {
	list-style: none;
	background: #2E3033;
	width: 40px;
	text-align: center;
	color: #A1AAB3;
	font-size: 12px;
	padding-bottom: 8px;
	margin-bottom: 1px;
	transition: all .2s linear;
	cursor: pointer;
	position: relative;
}

.right_bar li a {
	color: #A1AAB3;
}

.right_bar .hover {
	display: none;
}

.right_bar li:hover {
	background: #177EE5;
	color: #fff;
}

.right_bar li:hover a {
	color: #fff;
}

.right_bar li:hover .hover {
	display: inline;
}

.right_bar li:hover .normal {
	display: none;
}
.right_bar li:hover .inner {
	display: block;
}

.inner p {
	color: #333;
	font-size: 14px;
	margin-top: 5px;
}
.btn_close {
	position: absolute;
	right: 0;
	top: 0;
}
.time {
	height: auto !important;
}
#about-us {
	width: 160px;
}
#contact-us {
	width: 300px;
}
td form input, button, span {
	vertical-align: middle
}
.nav p a:hover {
	color: #3399fe !important;
}
.nav .login a:hover {
	color: #3399fe !important;
}
.search_order a:hover {
	color: #3399fe !important;
}
.nav .trans a:hover {
	text-decoration: none;
	color: #fff !important;
}
.nav .trans .business_menue a:hover {
	text-decoration: none;
	color: #3399fe !important;
}
.jublist{
	line-height: 20px; font-size: 12px; color: #8a9199!important; margin-top: 2px;
}