@charset "utf-8";

/* Base Reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

html {
	overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 12px/1 arial, \5b8b\4f53;
	outline: 0;
}

:focus {
	outline: 0;
}

/*备用样式表*/
.none {
	display: none;
}

.wcb {
	width: 100%;
	height: 30px;
	border: 2px dashed #97CBE0;
}

.hidden {
	visibility: hidden;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

/**全局样式**/
body {
	font-size: 18px;
	color: #333;
	font-family: Microsoft YaHei;
}

em,i{
	font-style: normal;
}

.radius {
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

input::-webkit-input-placeholder {
	font-size: 15px;
	color: #fff;
}

input::-moz-placeholder {
	font-size: 15px;
	color: #fff;
}

input::-ms-input-placeholder {
	font-size: 15px;
	color: #fff;
}

input::-ms-input-placeholder {
	font-size: 15px;
	color: #fff;
}

input::placeholder {
	font-size: 15px;
	color: #fff;
}

/*背景样式*/
a {
	color: #333;
	text-decoration: none;
}

.wap_show,.wap_nav_sw_nav{
	display: none;
}

.inner {
	max-width: 1600px;
	margin: 0 auto;
}

/**flex布局样式**/
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.self{
	align-self: center;
}

.over{
	overflow: hidden;
}

.postion{
	position: relative;
}

.padding-top-bottom{
	padding: 50px 0;
}

.margin-top{
	margin-top: 50px;
}

.center{
	text-align: center;
}
/* 头部样式 */
header {
	position: fixed;
	width: 100%;
	background: rgba(0, 66, 142, .8);
	top: 0;
	z-index: 9999;
	padding-top: 25px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
header.fix{
	transition: opacity 0.4s ease-in-out;
	background: linear-gradient(to bottom, #124997 0, #124997 100%);
	box-shadow: 0 0 0.12rem rgba(18, 73, 151, .8);
}
/* 搜索样式 */

.wp-search {
	background: rgba(255, 255, 255, .5);
	width: 30px;
	float: right;
}

.wp-search .text {
	background: none;
	border: none;
	font-size: 15px;
	color: #fff;
	font-family: Microsoft YaHei;
}

.wp-search .submit {
	background: url(../images/Search.png) no-repeat;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	border: none;
	cursor: pointer;
	font-size: 0;
}


/* 导航样式 */
nav {
	margin-top: 20px;
}

nav li {
	margin-left: 90px;
}

nav li a {
	color: #fff;
	font-weight: bold;
	position: relative;
}

nav li a::after {
	content: '';
	display: block;
	height: 3px;
	background: #fff;
	width: 0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
nav li:hover a::after,nav li.active a::after{
	width: 100%;
}

/* 广告栏目名称样式 */
.public_title em{
	font-weight: bold;
	text-transform: uppercase;
	color: #000024;
	opacity: .3;
}
.public_title h2{
	font-size: 24px;
	margin-top: 5px;
}
.public_title h2::after{
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #174990;
	margin-top: 10px;
}

/* 公告底部 */
.footer{
	background: url(images/foot.png) no-repeat;
	background-size: cover;
}
.footer dd{
	margin-top: 40px;
	color: #fff;
}
.footer dd em{
	margin: 0 15px;
}
.copyright{
	background: #000000;
	padding: 20px 0;
	color: #fff;
	font-size: 16px;
}
.copyright a{
	color: #fff;
	font-size: 16px;
	margin: 0 15px;
	display: inline-block;
}