@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;
}

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;
}

@font-face {
  font-family: "OPPOSans-R";
  src: url("./fonts/OPPOSans-R/OPPOSans-R.woff") format("woff"), url("./fonts/OPPOSans-R/OPPOSans-R.ttf") format("truetype"), url("./fonts/OPPOSans-R/OPPOSans-R.eot") format("embedded-opentype");
}
/* 自定义样式 */
body {
  background: #F3FAFF;
}

a {
  color: #4e5463;
}

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

.page-container {
  padding: 24px 0;
}

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

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

/* Header */
#header {
  height: 395px;
  min-width: 1200px;
}

.header {
  height: 395px;
  background: url("../images/header_bg.jpg") no-repeat center/cover;
  position: relative;
  padding-top: 345px;
  box-sizing: border-box;
}
.header .header-logo {
  position: absolute;
  top: 48px;
}
.header .nav {
  background: #0173BC;
  height: 50px;
}
.header .nav > .container {
  height: 50px;
  display: flex;
  align-items: center;
}
.header .header-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-right: 60px;
  padding: 0;
  list-style: none;
}
.header .header-nav .header-nav-item {
  position: relative;
}
.header .header-nav .header-nav-item a {
  display: block;
  width: 118px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
.header .header-nav .header-nav-item a:hover {
  background: #F89C1C;
}
.header .header-nav .header-nav-item.current a {
  background: #F89C1C;
  font-weight: bold;
}
.header .header-search {
  width: 214px;
  height: 35px;
  background: #f7f7f7;
  border-radius: 48px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.header .header-search-input {
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 16px;
  color: #333;
  outline: none;
}
.header .header-search-input::placeholder {
  color: #999;
}
.header .header-search-btn {
  position: absolute;
  right: 3px;
  top: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== Footer ========== */
#footer {
  height: 109px;
  min-width: 1200px;
  background: #1D303C;
}

.footer {
  color: #fff;
  line-height: 27px;
  background: #1D303C;
}
.footer .footer-main {
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .infos {
  flex: 1;
  width: 0;
}
.footer .infos-line + .infos-line {
  margin-top: 5px;
}
.footer .infos-text + .infos-text {
  margin-left: 10px;
}
.footer .nums {
  text-align: right;
  vertical-align: top;
}
.footer .nums .value {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.footer .nums-text + .nums-text {
  margin-top: 5px;
}
.footer .footer-line {
  width: 1px;
  height: 65px;
  background: rgba(99, 162, 202, 0.22);
  margin: 0 55px;
}

.pagination-pagerinfo {
  display: none;
}

/*面包屑导航*/
.breadcrumb {
  line-height: 21px;
  padding-left: 21px;
  color: #999;
  background: url("../images/location.png") no-repeat left center;
  margin-bottom: 24px;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb .current {
  color: #0173BC;
}

/*左侧菜单栏*/
.left-menu {
  width: 200px;
  margin-right: 14px;
  min-height: 400px;
  padding: 72px 6px 0;
  position: relative;
}
.left-menu-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 71px;
  line-height: 72px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: -0.165px;
  background: url("../images/left_menu_tt.png") center top no-repeat;
  background-size: 100% 100%;
}
.left-menu-list {
  height: 100%;
  background: #fff;
}
.left-menu-item {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #333;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
}
.left-menu-item.active, .left-menu-item:hover {
  background: linear-gradient(90deg, #FFC471 0%, #F89C1C 46.15%, #FFC471 97.12%);
  font-weight: bold;
}
.left-menu-item.active > a, .left-menu-item:hover > a {
  color: #fff;
}
.left-menu-item.current, .left-menu-item:hover {
  background: linear-gradient(90deg, #FFC471 0%, #F89C1C 46.15%, #FFC471 97.12%);
  font-weight: bold;
}
.left-menu-item.current > a, .left-menu-item:hover > a {
  color: #fff;
}

.left-menu-item > a {
  display: block;
  height: 100%;
  color: #333;
}

.sidebar {
  position: fixed;
  width: 80px;
  z-index: 9999;
  right: 64px;
  top: 20%;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.sidebar-tt {
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-color: #4DADEA;
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.sidebar-ico {
  width: 30px;
  height: 30px;
  margin: 13px auto 0 auto;
}
.sidebar-ico > img {
  width: 30px;
  height: 30px;
}
.sidebar-ico > img:nth-child(2) {
  display: none;
}
.sidebar-login {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
}
.sidebar-login-item {
  height: 80px;
  box-sizing: border-box;
  position: relative;
}
.sidebar-login-item:hover {
  background: linear-gradient(180deg, #2293DB 0%, #0173BC 100%);
  box-shadow: 0px 1px 20px rgba(1, 71, 154, 0.05);
}
.sidebar-login-item:hover::before {
  display: none;
}
.sidebar-login-item:hover > .name {
  color: #fff;
}
.sidebar-login-item:hover .sidebar-ico img:nth-child(1) {
  display: none;
}
.sidebar-login-item:hover .sidebar-ico img:nth-child(2) {
  display: block;
}
.sidebar-login-item > .name {
  line-height: 21px;
  color: #333;
  margin-top: 8px;
  text-align: center;
}
.sidebar-login-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: rgba(52, 114, 215, 0.08);
}
.sidebar-login-item:last-child {
  border-radius: 0 0 8px 8px;
}
.sidebar-login-item:last-child ::before {
  display: none;
}

/* 分页 */
.pagination {
  padding: 20px 0;
  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: #0173BC;
  color: #0173BC;
  background-color: #fff;
}