.debug {
	outline: red dotted 1px;
}



#csshack {
	padding: 10px;
	
	padding: 9px \9;
	
	padding: 8px \0;
	
	*padding: 5px;
	
	+padding: 7px;
	
	_padding: 6px;
	
}



html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

object,
embed {
	max-width: 100%;
}


_object,
_embed {
	width: 100%;
}



+img {
	-ms-interpolation-mode: bicubic;
}


img {
	border: 0;
}



a, a:hover {
	text-decoration: none;
}

html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
figcaption,
tbody,
tfoot,
thead,
th,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary,
dialog {
	margin: 0 auto;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
menu,
dialog {
	display: block;
}

figure {
	margin: 0;
}

audio[controls],
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

ul,
ol,
li {
	list-style: none outside none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none;
}

del {
	text-decoration: line-through;
}

mark {
	background: #ff0;
	color: #000;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

pre,
code,
kbd,
samp {
	
	font-family: monospace, sans-serif;
	_font-family: "courier new", monospace;
}

pre {
	
	white-space: pre;
	
	white-space: pre-wrap;
	
	white-space: pre-line;
	
	word-wrap: break-word;
	
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	_font-family: "courier new", monospace;
	font-size: 1em;
}



table button,
table input {
	*overflow: auto;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	vertical-align: top;
}





button,
input,
select,
textarea {
	margin: 0;
	
	font-size: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	
	*overflow: visible;
	
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	
	-webkit-appearance: button;
	
}

button {
	width: auto;
	overflow: visible;
	
}

button:-moz-focus-inner,
input:-moz-focus-inner {
	
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}




input:valid,
textarea:valid {}


input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}


textarea:focus,
input:focus {
	background: #FEFFF1;
}

textarea {
	overflow: auto;
	
	vertical-align: top;
	resize: vertical;
	
}



::-webkit-input-placeholder {
	color: #a9a9a9;
}

input:-moz-placeholder {
	color: #a9a9a9;
}

textarea:-moz-placeholder {
	color: #a9a9a9;
}


legend {
	
	border: 0;
	*margin-left: -7px;
	padding: 0;
}


label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
	cursor: pointer;
}




.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

.o-clear {
	overflow: hidden;
	zoom: 1;
}

.p-clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.fix:before,
.fix::after {
	content: "\0020";
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.fix::after {
	clear: both;
}

.fix {
	zoom: 1;
}





.hide {
	display: none;
}


.hide-pro {
	border: 0;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute;
}


.hide-tab.focusable:active,
.vhide-tab.focusable:focus {
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
}


.hide-v {
	visibility: hidden;
}






svg::not(:root) {
	overflow: hidden;
}






h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.2em;
}



sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}




.f_pub_head {
	width: 100%;
	height: 271px;
	background: url(../jpg/i5yi2r.jpg) no-repeat top center;
	background-size: 100% 199px;
	max-width: 1920px;
}


.f_pub_top {
	width: 1200px;
	height: 199px;
	margin: 0 auto;
}

.f_pub_top_lcon {
	width: 468px;
	height: 90px;
	float: left;
	margin-top: 43px;
}

.f_pub_top_rcon {
	width: 480px;
	height: 100px;
	float: right;
	margin-top: 30px;
}

.f_pub_top_rcon>a {
	
	font-size: 14px;
	color: #fff;
	margin-left: 18px;
	float: left;
}

.f_pub_top_rcon_bmjzlink {
	position: relative;
}

.f_pub_top_rcon_bmjzlink .a-link {
	float: left;
	margin-left: 18px;
	display: block;
	
	font-size: 14px;
	height: 30px;
	color: #fff;
}

.f_pub_top_rcon_bmjzlink .link-box {
	width: 800px;
	padding: 10px 20px 30px 20px;
	background: #f7f7f7;
	display: none;
	position: absolute;
	top: 30px;
	right: 0px;
	left: -390px;
	overflow: hidden;
	opacity: 1;
	z-index: 99999;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.f_pub_top_rcon_bmjzlink .link-box .title {
	padding-bottom: 8px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	margin-top: 10px;
	height: 50px;
	line-height: 50px;
}

.f_pub_top_rcon_bmjzlink .link-box .uls {
	width: auto;
	margin-top: 5px;
	overflow: hidden;
}

.f_pub_top_rcon_bmjzlink .link-box .uls li {
	width: 140px;
	padding-right: 20px;
	float: left;
	font-size: 15px;
	line-height: 30px;
	display: block;
}

.f_pub_top_rcon_bmjzlink .link-box .uls li a {
	margin-left: 0px;
	color: #333;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.f_pub_top_rcon_bmjzlink .link-box .uls li a:hover {
	color: #125DB2;
}

.f_pub_top_rcon_bmjzlink:hover .link-box {
	display: block;
}



.f_pub_search {
	width: 310px;
	height: 40px;
	margin: 30px auto 0 auto;
	float: right;
	border-radius: 5px;
	background-color: #fff;
}

.f_pub_search input {
	width: 256px;
	height: 38px;
	margin-left: 10px;
	color: #333333;
	background: none;
	line-height: 38px;
	outline: none;
	border: none;
	margin-top: 1px;
	
	font-size: 16px;
}

.f_pub_search input::-webkit-input-placeholder {
	color: #555;
	
	font-size: 16px;
}

.f_pub_search input::-moz-placeholder {
	color: #555;
	
	font-size: 16px;
}

.f_pub_search input::-ms-input-placeholder {
	color: #555;
	
	font-size: 16px;
}

.f_pub_search button {
	width: 40px;
	height: 40px;
	margin: 0;
	display: block;
	float: left;
	outline: none;
	border: none;
	
	font-size: 26px;
	color: #005ca7;
	background-color: #fff;
	border-radius: 5px;
}



.f_pub_nav {
	width: 100%;
	height: 72px;
	line-height: 72px;
	background: #125DB2;
}

.f_pub_nav_con {
	width: 1230px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.f_pub_nav a {
	width: 14.2%;
	float: left;
	margin: 0;
	display: block;
	color: #fff;
	text-align: center;
	
	font-size: 24px;
	position: relative;
}

.f_pub_nav a:hover,
.f_pub_nav .active {
	background-color: #126fcb;
	color: #fff;
	font-weight: bold;
}


.nav_ykb {
	position: relative;
	height: 70px;
}

.nav_ykb>span {
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
}

.nav_ykb:hover>img {
	display: block;
}

.nav_ykb:hover>span {
	display: none;
}

.nav_ykb>img {
	width: 100px;
	height: 26px;
	display: none;
	position: absolute;
	left: 40px;
	top: 23px;
}