html,
body,
header,
footer,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  list-style-type: none;
  font-family: '微软雅黑', 'Microsoft YaHei';
  color: #373737;
}
.unifiedW {
  width: 958px;
  margin: 0 auto;
}
.ob-image-block {
  width: 680px;
  height: auto;
}
.ob-image-block img {
  width: 100%;
  height: 100%;
}
/*顶部logo start*/
header .m-logo {
  height: auto;
  color: #37519b;
  font-size: 35px;
  width: 600px;
  display: flex;
}
.m-logo .logo-title {
  font-size: 23px;
  color: #000000;
  line-height: 46px;
  margin: 10px 0 0 0;
}
.m-logo img {
  width: 70px;
  height: 100%;
}
/*顶部logo end*/

/*导航栏 start*/
.nav-tabs {
  font-size: 14px;
  border-bottom: 2px solid #004b98;
  box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, 0.15);
}
.nav > li > a {
  color: #000000;
  font-weight: bold;
  padding: 15px 28px;
}
.nav li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  top: 18px;
  right: 0;
  height: 18px;
  width: 1px;
  background: #d4d4d4;
}

/*导航栏 end*/
/* flexslider start*/

.flexslider {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: url(../image/loading.gif) 50% no-repeat;
}

.slides {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0;
}

.slides li {
  height: 400px;
  background-size: 100% 100% !important;
}

.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}

.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: url(../image/dot.png) right 0 no-repeat;
  cursor: pointer;
}

.flex-control-nav .flex-active {
  background-position: 0 0;
}

.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}

.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../image/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../image/next.png) center center no-repeat;
}
/*flexslider end*/

/*内容页 start*/
.md-main-box {
  display: flex;
  margin: 25px 0;
}
.page-left-navbar {
  width: 197px;
  margin-right: 20px;
  border-radius: 5px;
  /* margin-left: 15px; */
}
.page-left-navbar .left-title {
  height: 46px;
  text-align: left;
  line-height: 46px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #004b98;
}
.page-left-navbar .left-title i {
  font-size: 18px;
  color: #ffffff;
}
.page-left-navbar .left-navbar li {
  font-weight: bold;
  line-height: 32px;
  font-size: 14px;
  border-bottom: 1px #eee solid;
  width: 185px;
}
.page-left-navbar .left-navbar {
  padding-left: 10px;
  border: 1px solid #dedede;
}
.left-navbar li a {
  display: block;
  padding: 1px 0px 1px 10px;
  color: #0593dd;
  text-decoration: none;
  margin-bottom: 2px;
}
.left-navbar li img {
  margin-right: 5px;
}
.left-navbar li span {
  color: #666;
}
.left-navbar li.active span {
  color: #d66c00;
}

.page-content {
  flex-grow: 1;
  padding: 0 0 10px 25px;
  box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.page-content .content-title {
  color: #004b98;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  /* height: 40px; */
  /* line-height: 40px; */
  background-repeat: no-repeat;
  border-bottom: 2px solid #e8e8e8;
  padding: 10px 0;
}
.page-content .content-article {
  padding-right: 10px;
  font-size: 14px;
  text-indent: 28px;
  line-height: 24px;
}
.page-content .content-image-wrapper {
  margin-right: 25px;
}
.content-image-wrapper img {
  width: 100%;
  height: 100%;
}

/*内容页 end*/

/*底部start*/
footer {
  height: 80px;
  line-height: 80px;
  border-top: 2px solid #939393;
}
footer p {
  text-align: center;
  color: #000;
  line-height: 2;
  font-size: 13px;
}
footer p a {
  color: #000;
}
/*底部end*/
