@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 1200px;
  background-color: #fff;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

/* 分页 */
.pagination {
  padding-top: 24px;
  padding-bottom: 10px;
  text-align: center;
}

.m-pagination-info {
  float: left;
}

.m-pagination-info > span {
  font-weight: normal;
}

.m-pagination-page > li > a {
  border-radius: 1px;
  height: 28px;
  line-height: 28px;
  border: 2px solid #ecedf2;
}

.m-pagination-group > input {
  height: 30px;
}

.m-pagination-group > button,
.m-pagination-size > select {
  height: 32px;
}

.m-pagination-info {
  height: 32px;
  line-height: 32px;
}

.m-pagination-page > li.active > a {
  border-color: #007ed5;
  color: #007ed5;
  background-color: #fff;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
  border-color: #0259aa;
}

/* 底部 */
.footer {
  background: url("../images/footer_bg.jpg") center top no-repeat;
  background-size: 100% 100%;
}

.footer-info {
  min-height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.footer-info a {
  color: #fff;
}
.footer-info > p:not(:first-child) {
  margin-left: 60px;
}

/* 侧边栏 */
.sidebar {
  position: fixed;
  right: 20px;
  top: 50%;
  width: 82px;
  transform: translateY(-50%);
  z-index: 756;
}

.sidebar-item:not(:first-child) {
  margin-top: 8px;
}
.sidebar-item > a {
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 49px 5px 0;
  height: 82px;
  border-radius: 2px;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 64, 113, 0.1);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 11px;
}
.sidebar-item.sidebar1 > a {
  background-image: url("../images/silde_img1.png");
}
.sidebar-item.sidebar2 > a {
  background-image: url("../images/silde_img2.png");
}
.sidebar-item.sidebar3 > a {
  background-image: url("../images/silde_img3.png");
}
.sidebar-item.sidebar4 > a {
  background-image: url("../images/silde_img4.png");
}
.sidebar-item.sidebar4 {
  display: none;
}
.sidebar-item.sidebar4 > a {
  background-position-y: 14px;
}

/* 头部 */
#header {
  min-height: 90px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

.back-link {
  box-sizing: border-box;
  padding-left: 49px;
  width: 134px;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  border-radius: 25px;
  border: 1px solid #d3d3d3;
  background: url("../images/back_ico.png") 19px 50% no-repeat;
}