@charset "utf-8";

/*全局基绌样式*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}

html,
body {
	font: 14px/1.8 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
	color: #333;
	background: white;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #f40;
	cursor: pointer;
	transition: all .5s;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt {
	margin-top: 10px;
}

.mm {
	margin-bottom: 10px;
}

.ml {
	margin-left: 10px;
}

.mr {
	margin-right: 10px;
}

.mlmr {
	margin: 0 20px;
}

.more {
	color: #999;
	font-weight: normal;
	font-size: 14px;
}

.wrap {
	width: 1040px;
	margin: auto;
}

/*IconFont 图标*/
/*头部样式*/
.header {}

.topbg {
	background: url(../topbg.gif) repeat-x;
	height: 35px;
	line-height: 35px;
	text-align: right;
}

.topbg a {
	padding: 0 10px;
	border-right: 1px #ddd solid;
	position: relative;
}

.topbg a.last {
	border-right: none;
}

.topbg a span {
	display: none;
	position: absolute;
	top: 27px;
	right: 0;
}

.topbg a span img {
	width: 140px;
	height: 140px;
	padding: 2px;
	border: 1px #ddd solid;
	background: white;
	z-index: 1;
}

.logobg {
	height: 155px;
	background: url(../logobg.gif) top center no-repeat;
	overflow: hidden;
}

.logo {
	width: 50%;
}

.logo-link {
	width: 50%;
	padding-top: 25px;
}

.logo-link dl {
	width: 180px;
	height: 120px;
	max-height: 155px;
	overflow: hidden;
	margin-left: 20px;
}

.logo-link dl dt {
	font-size: 18px;
	color: #005596;
	border-left: 1px #1f75b7 solid;
	padding-left: 20px;
}

.logo-link dl dd {
	border-left: 1px #1f75b7 solid;
	padding-left: 20px;
}

.logo-link dl dd p {
	display: block;
	margin-bottom: 10px;
	color: #888;
}

.logo-link dl dd a {
	display: block;
	color: #fff;
	font-size: 14px;
	background: #56c5ff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.logo-link dl dd a:hover {
	background: #005596;
}

.logo-link .weixin img {
	width: 120px;
	height: 120px;
}

.nav {
	background: #005596;
	width: 100%;
	height: 45px;
}

.nav ul li {
	float: left;
	width: 10%;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.nav ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	width: 100%;
}

.nav ul li a:hover,
.nav ul li a.active {
	background: #56c5ff;
}

ul.subnav {
	display: none;
	position: relative;
	z-index: 10;
}

ul.subnav li {
	clear: both;
	width: 100%;
}

ul.subnav li a {
	display: block;
	width: 100%;
	background: #56c5ff;
}

ul.subnav li a:hover {
	background: #005596;
}

/*重要通知*/
.hot-index {
	height: 35px;
	line-height: 35px;
	background: #f5f5f5;
}

.hot-news {
	width: 630px;
}

.hot-news dt {
	color: #f40;
	width: 115px;
	text-align: center;
	font-size: 14px;
}

.hot-news dd {
	height: 35px;
	overflow: hidden;
	width: 450px;
}

.hot-news dd ul li {
	height: 35px;
	line-height: 35px;
}

/*搜索*/
.search {
	width: 386px;
}

.search-input {
	border: 1px #ddd solid;
	height: 35px;
	line-height: 35px;
	color: #999;
	padding: 0 10px;
	width: 320px;
}

.search-btn {
	display: inline-block;
	width: 65px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	background: #56c5ff;
	color: white;
	text-align: center;
	position: relative;
}

.search-btn .searchgo {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	background: transparent;
}

/*焦点新闻推荐*/
.box {
	width: 370px;
	height: 260px;
}

.tem_banner {
	overflow: hidden;
	position: relative;
}

.tem_banner ul li {
	height: 100%;
	width: 100%;
}

.tem_banner ul li a {
	height: 100%;
	width: 100%;
	display: block;
}

.tem_banner ol {
	position: absolute;
	right: 10px;
	bottom: 10px;
	;
	z-index: 10;
	list-style: none;
	height: 15px;
}

.tem_banner ol li {
	width: 12px;
	background: #ddd;
	cursor: pointer;
	float: left;
	height: 12px;
	margin: 2px 3px;
	text-indent: -10000px;
}

.tem_banner ol li.on {
	background: #005596;
}

#img1 {
	position: absolute;
	z-index: 1000;
	visibility: visible;
}

#img1 a {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
}

.top-new {
	margin: 0 20px;
}

.top-new-title a {
	display: block;
	max-height: 60px;
	overflow: hidden;
	color: #005596;
	font-size: 18px;
	font-weight: bold;
}

.top-new-title a:hover {
	color: #f40;
}

.top-new-des {
	max-height: 150px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	text-align: justify;
}

.top-new-a {
	display: block;
	text-align: right;
	height: 30px;
	line-height: 30px;
}

.top-new-a a {
	color: #f40;
}

.index-tool,
.sbox {
	width: 260px;
}

.index-tool ul li {
	float: left;
	width: 125px;
	height: 125px;
}

.index-tool ul li.even {
	margin-left: 10px;
}

.index-tool ul li a {
	display: block;
	background: #56c5ff;
	color: #fff;
	font-size: 14px;
	height: 100%;
	text-align: center;
}

.index-tool ul li a:hover {
	background: #005596;
}

.index-tool ul li span {
	display: block;
	font-size: 48px;
	padding-top: 25px;
}

/*新闻*/
.new-box {
	width: 370px;
}

.box-title {
	height: 35px;
	line-height: 35px;
	border-top: 1px #005596 solid;
	font-size: 16px;
	color: #005596;
	font-weight: 700;
}

.newlist li {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px #ddd dotted;
}

.newlist li span {
	color: #005596;
	margin-left: 1px;
}

.infoBox dt img {
	width: 130px;
	height: 100px;
}

.infoBox dd {
	width: 225px;
	margin-left: 15px;
	height: 100px;
}

.infoBox dd a {
	display: block;
	width: 100%;
}

.infoBox dd a:hover {
	color: #f40;
}

.infoBox dd .info_title {
	color: #005596;
	font-size: 14px;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}

.infoBox dd .info_con {
	height: 60px;
	overflow: hidden;
	color: #999;
	line-height: 20px;
	font-size: 12px;
}

.aside-adv a {
	display: block;
}

.aside-adv img {
	height: 116px;
	width: 100%;
}

/*会员专家风采展示*/
.rollBox-zj,.rollBox-hz,
.rollBox-gj {
	margin: 10px auto;
	height: 180px;
	overflow: hidden;
	width: 100%;
}

.rollBox-zj .ScrCont ul li,.rollBox-hz .ScrCont ul li,
.rollBox-gj .ScrCont ul li {
	float: left;
	margin-right: 10px;
	width: 250px;
}

.rollBox-zj .ScrCont ul li a,
.rollBox-hz .ScrCont ul li a,
.rollBox-gj .ScrCont ul li a {
	display: block;
	margin-bottom: 10px;
}

.rollBox-zj .ScrCont ul li img,
.rollBox-hz .ScrCont ul li img,
.rollBox-gj .ScrCont ul li img {
	width: 120px;
	height: 158px;
	padding: 5px;
	border: 1px #ccc solid;
}

.rollBox-zj .ScrCont ul li .member-info,
.rollBox-hz .ScrCont ul li .member-info,
.rollBox-gj .ScrCont ul li .member-info {
	width: 100px;
	height: 170px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 10px;
	color: #999;
}

.rollBox-zj .ScrCont ul li .member-info strong,
.rollBox-hz .ScrCont ul li .member-info strong,
.rollBox-gj .ScrCont ul li .member-info strong {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	max-height: 65px;
	overflow: hidden;
	font-weight: normal;
	color: #005596;
}

.rollBox-zj #List1,
.rollBox-zj #List2 {
	float: left;
}

.links-txt a {
	display: inline-block;
	padding-right: 10px;
}

/*友链*/
.links-img a {
	display: inline-block;
	width: 12.5%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

.links-img a img {
	width: 90%;
	height: 50px;
	border: 1px #ccc solid;
}

.box-title-link {
	float: left;
	width: 20px;
	height: 118px;
	padding: 20px 10px;
	background: #005596;
	color: #fff;
	word-wrap: break-word;
	text-align: center;
}

.box-title-hz {
	float: left;
	width: 20px;
	height: 118px;
	padding: 20px 10px;
	background: #005596;
	color: #fff;
	letter-spacing: 5px;
	text-align: center;
}

.rollBox {
	float: left;
	overflow: hidden;
	width: 1000px;
}

.rollBox .ScrCont {
	width: 1040px;
	height: 162px;
	overflow: hidden;
}

.rollBox .ScrCont ul li {
	float: left;
	margin-left: 9px;
	width: 116px;
}

.rollBox .ScrCont ul li img {
	width: 110px;
	/* height: 70px; */
	margin-bottom: 5px;
	border: 1px #ccc solid;
	padding: 2px;
}

/*footer*/
.footer {
	width: 100%;
	background: #005596;
	padding: 50px 0;
	color: #eee;
	text-align: center;
}

.footer .mt a {
	color: white;
}

.footnav a {
	display: inline-block;
	border-right: 1px #bbb solid;
	padding: 0 10px;
	height: 10px;
	line-height: 8px;
	color: white;
}

/*内页样式*/
.position a {
	font-size: 14px;
}

.container-body {
	width: 70%;
	padding: 2%;
	border: 1px #ddd solid;
}

.container-body img {
	max-width: 100%;
}

.container-aside {
	width: 20%;
	padding: 2%;
	border: 1px #ddd solid;
}

.newlist li.on a {
	color: #f40;
}

.subnav-title {
	text-align: center;
	background: #f5f5f5;
}

.advert a {
	display: block;
	width: 340px;
	height: 80px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}

.advert a img {
	width: 100%;
	height: 100%;
}

.advert a.nomargin {
	margin-right: 0;
}

.met_module2_list li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 15px 100px 15px 10px;
	position: relative
}

.met_module2_list h2 {
	font-weight: normal
}

.met_module2_list li p {
	color: #818181
}

.met_module2_list li span.time {
	color: #818181;
	position: absolute;
	right: 10px;
	top: 15px
}

.met_module2_list li h2 i {
	margin-right: 10px;
	position: relative
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
	margin-bottom: 3px;
	font-weight: bold
}

.met_module2_list li.list_2 {
	padding: 15px 0
}

.met_module2_list li.list_3 {
	padding-left: 100px;
	min-height: 80px
}

.met_module2_list li.list_3 img {
	position: absolute;
	left: 0;
	top: 15px
}

.met_module2_list li.list_3 span.time {
	position: static
}

.met_pager {
	text-align: center;
	padding: 30px 0 0
}

.met_pager a {
	margin: 0 2px;
	border: 1px solid #e0e0e0;
	text-align: center;
	height: 28px;
	line-height: 28px;
	min-width: 28px;
	_width: 28px;
	text-align: center;
	display: inline-block;
	color: #aaa
}

.met_pager a:hover {
	border: 1px solid #a0a0a0;
	color: #aaa
}

.met_pager .PreSpan,
.met_pager .NextSpan {
	height: 30px;
	line-height: 30px;
	min-width: 60px;
	_width: 60px;
	text-align: center;
	background: #f0f0f0;
	color: #ccc;
	display: inline-block
}

.met_pager .PreA,
.met_pager .NextA {
	height: 28px;
	line-height: 28px;
	min-width: 58px;
	_width: 58px;
	color: #aaa
}

.met_pager .PreSpan,
.met_pager .PreA {
	margin-right: 6px
}

.met_pager .NextSpan,
.met_pager .NextA {
	margin-left: 6px
}

.met_pager .firstPage,
.met_pager .lastPage {
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	min-width: 40px;
	_width: 40px;
	color: #aaa
}

.met_pager .Ahover {
	font-weight: bold;
	background: #f0f0f0;
	color: #aaa;
	margin: 0 5px;
}

.met_pager .PageText {
	margin-left: 10px;
	color: #aaa;
	display: none;
}

.met_pager #metPageT,
#metPageB {
	text-align: center;
	border: 1px solid #e0e0e0;
	color: #aaa;
	display: none;
}

.met_pager #metPageT {
	width: 20px;
	padding: 6px 5px 5px
}

.met_pager #metPageB {
	min-width: 40px;
	_width: 40px;
	padding: 6px 0 5px;
	cursor: pointer;
	font-weight: bold
}

*html .met_pager #metPageT {
	height: 13px;
	line-height: 13px
}

*html .met_pager #metPageB {
	padding: 0;
	height: 28px;
	line-height: 20px
}

*+html .met_pager #metPageT {
	height: 13px;
	line-height: 13px
}

*+html .met_pager #metPageB {
	padding: 0;
	height: 28px;
	line-height: 20px
}

.met_module2_list {
	padding: 10px 10px
}

.met_module2_list li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 15px 100px 15px 10px;
	position: relative
}

.met_module2_list h2 {
	font-weight: normal
}

.met_module2_list li p {
	color: #818181
}

.met_module2_list li span.time {
	color: #818181;
	position: absolute;
	right: 10px;
	top: 15px
}

.met_module2_list li h2 i {
	margin-right: 10px;
	position: relative
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
	margin-bottom: 3px;
	font-weight: bold
}

.met_module2_list li.list_2 {
	padding: 15px 0
}

.met_module2_list li.list_3 {
	padding-left: 100px;
	min-height: 80px
}

.met_module2_list li.list_3 img {
	position: absolute;
	left: 0;
	top: 15px
}

.met_module2_list li.list_3 span.time {
	position: static
}

.met_module2 h1.met_title {
	font-size: 28px;
	font-weight: normal;
	padding: 5px 0
}

.met_module2 .met_infos {
	color: #818181;
	font-size: 14px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd
}

.met_module2 .met_time {
	padding-right: 6px
}

.met_module2 .met_source {
	padding-right: 6px
}

.met_module2 .met_source a {
	color: #005596
}

.met_module2 .met_editor {
	padding: 0 10px
}

.met_module2 .met_editor table,
td {
	border: 1px solid #e6e6e6;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 2px 5px;
}

.met_tools {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	position: relative;
	padding: 10px 10px 0;
	height: 50px;
	line-height: 50px
}

.met_tools .bdshare-button-style1-16 {
	position: absolute;
	right: 5px;
	top: 5px;
}

.met_tools .met_page {
	clear: both;
	position: absolute;
	left: 5px;
	top: 5px;
	color: #818181
}

.met_tools .met_page li {
	height: 25px;
	line-height: 25px;
	list-style: none;
}

.met_tools .met_page li span {
	padding-right: 5px;
}

.met_tools .met_page a {
	color: #005596
}

.met_related {
	padding: 10px 0;
}

.met_related li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #ddd dotted;
	overflow: hidden;
}

#downloadlist {
	padding: 15px
}

#downloadlist .metlist dt {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 5px 8px 0;
}

#downloadlist .metlist dd {
	color: #999;
	padding: 8px;
	background: #f7f8fa
}

#downloadlist .metlist dd b {
	font-weight: normal
}

#downloadlist .metlist dd div {
	float: right
}

#downloadlist .metlist dd span {
	padding-right: 20px
}

#downloadlist .metlist dd a {
	color: #1c57c4
}

#downloadlist .metlist dd a.down {
	color: #fa1a1a
}

ul.searchnavlist {
	padding: 10px 0px;
}

ul.searchnavlist li {
	padding: 5px 0
}

ul.searchnavlist li select {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

ul.searchnavlist .advsearch_searchword input {
	width: 95%;
	height: 28px;
	line-height: 28px\9;
	padding: 2px 5px;
	border: 1px solid #dcdfe0;
	background-color: #fff;
	color: #333;
	outline: 0;
	border-radius: 2px
}

ul.searchnavlist .searchgo {
	display: block;
	background: #56c5ff;
	margin: auto;
	border: none;
	height: 34px;
	line-height: 26px;
	padding: 0 35px;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

ul.searchnavlist .searchgo:hover {
	background: #005596
}

ul.searchnavlist .searchgo:active {
	background: #1ba4cf
}

#searchlist {
	padding: 15px 0
}

#searchlist li {
	padding-left: 10px;
	margin-bottom: 6px;
	line-height: 1.5
}

#searchlist ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#searchlist ul li {
	padding: 3px 5px;
	margin-bottom: 10px
}

#searchlist ul li img {
	display: none
}

#searchlist .search_title {
	display: block;
	padding: 2px 0
}

#searchlist .search_title a {
	font-size: 16px;
	color: #005596;
	text-decoration: underline
}

#searchlist .search_title em {
	color: #f40;
	text-decoration: underline;
	font-style: normal
}

#searchlist .search_detail {
	display: block
}

#searchlist .search_detail a {
	text-decoration: underline;
	color: #12C
}

#searchlist .search_content em {
	color: #f40;
	font-style: normal
}

#searchlist .search_updatetime {
	display: block;
	margin-top: 5px;
	color: #56c5ff
}

#searchlist a:hover {
	text-decoration: underline
}

#imglist ul.list_1 {
	list-style: none;
	visibility: hidden;
	border-top: 1px solid #ddd;
}

#imglist ul.list_1 li {
	float: left;
	text-align: center;
	margin: 30px 0;
	overflow: hidden;
	min-height: 280px;
}

#imglist ul.list_1 li a {
	text-align: center;
	display: block;
	background: #fff;
	font-size: 13px;
}

#imglist ul.list_1 li p {
	font-size: 12px;
}

#imglist ul a img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	border: 1px #ddd solid;
	padding: 2px;
}

#imglist ul a:hover h2 {
	color: #333
}

#imglist ul a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}

#imglist ul.list_2 {
	list-style: none;
	visibility: hidden
}

#imglist ul.list_2 li {
	padding: 20px 0px;
	float: left;
}

#imglist ul.list_2 dt {
	float: left;
	position: relative
}

#imglist ul.list_2 dd {
	float: left;
	width: 100%
}

#imglist ul.list_2 dd h2 {
	padding: 5px 10px;
	font-size: 15px
}

#imglist ul.list_2 dd p {
	padding: 0px 10px;
}

#imglist ul.list_2 dd p a {
	font-size: 12px;
	color: red
}

.list_title {
	text-align: center;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

/*在线客服*/
.keifu {
	position: fixed;
	top: 110px;
	left: 50%;
	margin-left: 530px;
	width: 100px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	z-index: 990;
}

.adver {
	text-align: center;
	background: #fff;
	position: fixed;
	top: 240px;
	left: 50%;
	width: 100px;
	margin: auto;
}

.adver img {
	max-width: 100%;
}

.adver .adver_close {
	cursor: pointer;
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	display: block;
	background: #ddd;
	text-align: center;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
}

#adver1 {
	margin-left: -630px;
}

#adver2 {
	margin-left: 530px;
}

#backup {
	width: 40px;
	height: 40px;
	line-height: 50px;
	position: fixed;
	font-size: 12px;
	background: rgba(0, 0, 0, .8);
	text-align: center;
	color: #fff;
	cursor: pointer;
	bottom: 10px;
	right: 10px;
}

#backup i {
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 3px;
}

/*招聘*/
#joblist .job-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#joblist .job-table>thead>tr>th {
	height: 35px;
	border-bottom: 1px #ddd solid !important;
}

#joblist .job-table>thead>tr>th,
#joblist .job-table>tbody>tr>td {
	border: 1px #eee solid;
	padding: 5px;
	font-size: 14px;
}

#joblist .job-table>thead>tr {
	color: #707070;
	background: #F2F2F2 repeat-x;
	background-image: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);
	background-image: -o-linear-gradient(top, #f8f8f8 0, #ececec 100%);
	background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

#showjob h1.title {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px
}

#showjob .ctitle {
	margin: 10px 0 10px;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd
}

#showjob .met_editor {
	padding: 0 10px
}

#showjob .paralist li {
	list-style: none;
	padding: 8px 5px 8px 90px;
	min-height: 20px;
	position: relative;
	border-bottom: 1px solid #ddd
}

#showjob .paralist li:last-child {
	border-bottom: 0
}

#showjob .paralist li a {
	color: #fff
}

#showjob .paralist li span {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	padding: 8px 5px;
	overflow: hidden;
	word-wrap: break-word
}

#showjob .info_cv {
	margin-top: 30px;
	margin-left: 10px
}

#showjob .info_cv a {
	display: inline-block;
	background: #23b7e5;
	height: 35px;
	line-height: 35px;
	padding: 0 35px;
	color: #fff;
	border-radius: 2px
}

#showjob .info_cv a:hover {
	background: #38c4f0
}

#showjob .info_cv a.active {
	background: #1ba4cf
}

.v52fmbx {
	border: 1px solid #ddd;
	border-top: 0;
	overflow: hidden;
	text-align: left
}

.v52fmbx dl:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.v52fmbx dl {
	width: 100%;
	zoom: 1;
	background: #fff
}

.v52fmbx dl {
	border-top: 1px solid #ddd;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -ms-flexbox;
	position: relative;
	padding: 5px 0
}

.v52fmbx dl dt {
	padding: 15px 15px 10px 15px;
	width: 105px;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	line-height: 1.2
}

.v52fmbx dl dd {
	-moz-box-flex: 1.0;
	-webkit-box-flex: 1.0;
	box-flex: 1.0;
	-ms-flex: 1;
	padding: 2px 0 0 15px;
	margin: 10px 0
}

.v52fmbx dl dd label input {
	position: relative;
	top: 1px;
	margin-right: 3px
}

.v52fmbx dl dd .fbox {
	margin: 0 10px 0 0
}

.v52fmbx dl dd .tips {
	color: #aaa
}

.v52fmbx dl dd .tips:hover {
	color: #f00
}

.v52fmbx dl dd.labelinline label {
	display: inline
}

.v52fmbx dl dt.addimgdt {
	padding: 10px 5px 10px
}

.v52fmbx dl dt.addimgdt p {
	height: 30px;
	line-height: 30px;
	margin-bottom: 8px
}

.v52fmbx dl.noborder {
	border-bottom: 0
}

.formerror {
	margin-top: 6px;
	height: 20px;
	line-height: 20px
}

.formerror .fa-times {
	color: #fff;
	border-radius: 3px;
	padding: 1px 2px;
	font-size: 16px;
	margin-right: 5px;
	background: red
}

.formerror .fa-check {
	color: #fff;
	border-radius: 3px;
	padding: 2px;
	font-size: 14px;
	margin-right: 5px;
	background: #10aa00
}

.formerrorbox {
	border: 2px solid #f00 !important
}

.v52fmbx dl dd.ftype_description {
	color: #fff;
	padding: 8px;
	margin: 0 5px;
	background: #6c6fbf
}

.ftype_input .fbox {
	float: left
}

.ftype_input .tips {
	float: left;
	padding-top: 5px
}

.ftype_input .fbox input {
	width: 350px;
	height: 28px;
	line-height: 28px\9;
	padding: 2px 5px;
	border: 1px solid #dcdfe0;
	background-color: #fff;
	color: #333;
	outline: 0;
	border-radius: 2px
}

.placeholder-ie {
	position: relative
}

.placeholder-ie label {
	position: absolute;
	left: 8px;
	top: 7px;
	cursor: text;
	color: #999
}

.ftype_textarea .tips {
	display: block
}

.ftype_textarea textarea {
	width: 350px;
	line-height: 1.5;
	height: 100px;
	padding: 7px 5px;
	border: 1px solid #dcdfe0;
	background-color: #fff;
	color: #333;
	outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
	display: block;
	margin-top: 5px
}

select {
	line-height: 31px;
	height: 31px;
	vertical-align: middle;
	background-color: #fff;
	outline: 0;
	border: 1px solid #ccc;
	padding: 4px;
	color: #656565
}

.ftype_radio .fbox label {
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	margin: 0;
	display: block
}

.ftype_radio .fbox input[type='radio'] {
	border-radius: 100%;
	bottom: 3px;
	height: 15px;
	position: relative;
	vertical-align: middle;
	width: 15px;
	margin: 0;
	position: relative;
	top: -1px;
	margin-right: 6px
}

.ftype_radio .formerror {
	margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
	border-radius: 100%;
	bottom: 3px;
	height: 15px;
	position: relative;
	vertical-align: middle;
	width: 15px;
	margin: 0
}

.ftype_checkbox .fbox label {
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	margin: 0;
	display: block
}

.ftype_checkbox .fbox input {
	position: relative;
	top: -1px;
	margin-right: 6px !important
}

.ftype_checkbox .formerror {
	margin-top: 0
}

.ftype_transverse .fbox label {
	display: inline;
	margin-right: 15px
}

.submit {
	display: block;
	background: #23b7e5;
	border: 0 none;
	height: 34px;
	line-height: 26px;
	padding: 0 35px;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
	background: #38c4f0
}

.submit.active {
	background: #1ba4cf
}

.v52fmbx dl dd.ftype_code input {
	width: 80px;
	margin-right: 10px
}

.v52fmbx dl dd.ftype_code img {
	height: 30px;
	position: relative;
	bottom: 2px
}

.media-container {
	display: flex;
}

.media-container .media-title {
	width: 20px;
	height: 118px;
	padding: 20px 10px;
	background: #005596;
	color: #fff;
	writing-mode: tb;
	letter-spacing: 5px;
	text-align: center;
}

.media-container ul li {
	float: left;
	margin-left: 9px;
	width: 116px;
}

.media-container ul li img {
	width: 110px;
	height: 70px;
	margin-bottom: 5px;
	border: 1px #ccc solid;
	padding: 2px;
}

.media-container .media-wrap {
	width: 1000px;
	height: 160px;
	overflow: hidden;
}