/*表格*/
.career-table th { text-align: left; background: #0c89b9; color: #fff; padding: 5px 15px; }
.career-table td { border-bottom: 1px dotted #ccc; padding: 5px 15px; }
table.gridtable { font-size:12px; color:#333333; border-width: 1px; border-color: #eee; border-collapse: collapse; }
table.gridtable th { border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background: #00aaef; color:#FFF; }
table.gridtable td { border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background: #fff; }

/*幻灯*/
.enter{width: 60px; height:24px;line-height:22px;border:1px solid rgba(255,255,255,.2);display:block;background-color:#1e9fe0;font-weight:700;text-align:center;box-shadow:0 3px 0 #1e9fe0;text-shadow:0 -1px 0 #140a0a;overflow:hidden;color:#fff;position:absolute; bottom: 20%;left: 50%; margin-left: -30px;transition:.5s ease-in-out;border-radius:5px; font-size:1.2rem; color:#000;}
.swiper-container{ width:100%;height:100%;}
.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background:center no-repeat;
	background-size:cover;    
}
.swiper-pagination-bullet{background-color: #ccc;}
.swiper-pagination-bullet-active{background-color:#1e9fe0;}

/* 分页 */
.listpage {padding:16px 30px 16px 0;clear:both;text-align:right}
.listpage a,
.listpage a:visited,.listpage a:hover,.listpage b {padding:0px 8px; border:1px solid #F7F7F7;border-bottom:1px solid #DFDFDF;border-right:1px solid #DFDFDF;display:inline-block;height:20px;line-heighT:20px;text-decoration:none;color:#11396A;margin:0 3px;font-family:'宋体';background:#F7F7F7}
.listpage a:hover,.listpage b {border:0;padding:1px 9px; color:#fff;background:#3F8EF3 url(../Img/pageh.png) no-repeat;}

.page a{text-align:center; background-color:#e4e4e4;padding:10px;}
.page .current{text-align:center; background-color:#1e9fe0;padding:10px; color:#FFF;}

.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}